Questions: Distance-Vector Routing Protocols

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Router A reaches network X with cost 3 via Router B. B's direct link to X then fails. Before B can propagate the failure, A sends its periodic update saying 'I reach X with cost 3.' B concludes it can now reach X via A with cost 4, and begins advertising cost 4. A then updates to cost 5, B to 6, and so on. This scenario illustrates:

AThe Bellman-Ford algorithm failing to converge due to incorrect initialization
BThe count-to-infinity problem, where stale routing information creates a self-reinforcing feedback loop of increasing costs
CSplit horizon successfully preventing the loop from forming
DPoison reverse correctly marking the route as unreachable
Question 2 Multiple Choice

RIP uses a maximum hop count of 15 and treats 16 as 'infinity' (unreachable). The primary reason for this hard cap is:

ATo ensure RIP converges faster than OSPF on small networks
BTo bound the count-to-infinity problem, preventing counting from running indefinitely when a destination becomes unreachable
CTo limit the size of routing tables that routers must maintain
DTo enforce a maximum network diameter for administrative reasons
Question 3 True / False

Split horizon substantially solves the count-to-infinity problem by preventing routers from ever advertising stale routes back to the neighbor from which they learned them.

TTrue
FFalse
Question 4 True / False

In distance-vector routing, each router periodically sends its entire routing table — its distances to all known destinations — to its directly connected neighbors.

TTrue
FFalse
Question 5 Short Answer

Explain why distance-vector protocols are susceptible to the count-to-infinity problem and describe one mitigation technique along with its limitation.

Think about your answer, then reveal below.