Distance Vector Routing Protocols
Distance Vector Routing Protocols
Distance Vector Routing Protocols
IP & TTL
Purpose of the TTL field
The TTL field is found in an IP header and is used to
prevent packets from endlessly traveling on a network
How the TTL field works
TTL field contains a numeric value
The numeric value is decreased by one by every router on the
route to the destination. If numeric value reaches 0 then
Packet is discarded.
Routing Protocols Today
Factors used to determine whether to use RIP or EIGRP include
-Network size
-Compatibility between models of routers
-Administrative knowledge
Routing Protocols Today
RIP
Features of RIP:
Supports split horizon & split horizon with poison reverse
Capable of load balancing
Easy to configure
Works in a multi vendor router environment
Routing Protocols Today
EIGRP
Features of EIGRP:
Triggered updates
EIGRP hello protocol used to establish neighbor adjacencies
Supports VLSM & route summarization
Use of topology table to maintain all routes
Classless distance vector routing protocol
Cisco proprietary protocol
Summary
Characteristics of Distance Vector routing protocols
Periodic updates
RIP routing updates include the entire routing table
Neighbors are defined as routers that share a link and are
configured to use the same protocol
The network discovery process for D.V. routing protocol
Directly connected routes are placed in routing table 1st
If a routing protocol is configured then
Routers will exchange routing information
Convergence is reached when all network routers have the
same network information
Summary
D.V. routing protocols maintains routing tables by
RIP sending out periodic updates
RIP using 4 different timers to ensure information is accurate
and convergence is achieved in a timely manner
EIGRP sending out triggered updates
D.V. routing protocols may be prone to routing loops
routing loops are a condition in which packets continuously
traverse a network
Mechanisms used to minimize routing loops include defining
maximum hop count, holddown timers, split horizon, route
poisoning and triggered updates
Summary
Conditions that can lead to routing loops include
Incorrectly configured static routes
Incorrectly configured route redistribution
Slow convergence
Incorrectly configured discard routes
How routing loops can impact network performance
includes:
Excess use of bandwidth
CPU resources may be strained
Network convergence is degraded
Routing updates may be lost or not processed
Summary