Routing Protocols Flashcards
RIP
Distance-vector
15 max hop count
Only considers the next hop router to reach a given network or subnet (vector)
Classful vs classless
Classful - don’t send subnet mask information in routing updates
Classless - include subnet mask information in routing updates
Contiguous vs discontiguous networks
Contiguous network - packets sent between every pair of subnets pass through subnets of the same network.
Discontiguous network - packets sent between at least 1 subnet must pass through subnets of a different network.
OSPF
Link-state
Ideal for hierarchical systems and networks
Suitable for organizations with multiple redundant paths between networks
EIGRP
Hybrid/Distance-Vector
Relies on neighboring routers to report paths to remote networks
Uses a metric composed of administrator-weighted elements
BGP
Path vector
External (unlike RIP / OSPF / EIGRP)
Used between routing domains in a mesh internetwork
Exterior vs. interior routing protocols
Exterior (EGP) - routing outside autonomous system
Interior (IGP) - Routing within autonomous system (distance-vector / link state)
Link-state
Allows a router to store the complete network topology
Assess the least-cost paths from the topology database
Distance-Vector
Use the number of hops to the destination as the metric
Route with the fewest hops is the least-cost path, and the network will select it for use