A network architect is evaluating dynamic routing protocol behaviors for an enterprise network expansion. Which of the following statements accurately contrast the operational characteristics and algorithms of link-state routing protocols with distance-vector routing protocols? (Select TWO.)
- Link-state protocols maintain a complete topology database of the network before calculating paths, whereas distance-vector protocols rely on routing updates received from immediate neighbors.Answer
- BDistance-vector protocols calculate path metrics based strictly on interface bandwidth and latency, whereas link-state protocols evaluate path quality based solely on hop count.
- Link-state protocols calculate optimal paths using Dijkstra's Shortest Path First (SPF) algorithm, whereas distance-vector protocols compute routes using the Bellman-Ford algorithm.Answer
- DDistance-vector routing updates operate at Layer 3 of the OSI model, whereas link-state protocols function exclusively at Layer 2 using unrouted Ethernet frames.
Answer
Link-state protocols maintain a complete topology database of the network before calculating paths, whereas distance-vector protocols rely on routing updates received from immediate neighbors; and link-state protocols calculate optimal paths using Dijkstra's Shortest Path First (SPF) algorithm, whereas distance-vector protocols compute routes using the Bellman-Ford algorithm.
The correct selections describe fundamental operational differences between dynamic routing protocol classes: (1) Link-state protocols assemble a complete topological map (LSDB) before determining optimal paths, while distance-vector protocols rely on periodic vector updates from adjacent neighbors ('routing by rumor'); and (2) Link-state protocols apply Dijkstra's Shortest Path First (SPF) algorithm to their topology database, while distance-vector protocols use the Bellman-Ford algorithm.
Step-by-Step Solution
Key Concept
Operational Differences Between Link-State and Distance-Vector Routing Protocols