Questions: Bellman-Ford Algorithm and Distance-Vector Routing

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Router A reaches network X through router B (cost 2). The direct link from B to X then fails. Before B can propagate the failure, A sends B its distance vector saying it can reach X at cost 3. What happens next?

AB correctly detects the loop and immediately removes X from its routing table
BB updates its route to X via A at cost 4, and A may then update again via B, creating a counting loop
CA's advertisement is ignored because B originally told A about X, and split horizon prevents A from advertising it back
DThe count-to-infinity cannot start because triggered updates will propagate the failure instantly
Question 2 Multiple Choice

Why is RIP (which uses distance-vector routing) limited to networks with a maximum diameter of 15 hops?

AHardware limitations prevent RIP routers from storing routing tables larger than 15 entries
BRIP uses 16 as 'infinity' to bound the count-to-infinity problem, making any route with cost 16 unreachable
CThe 30-second update timer means a 15-hop network takes 7.5 minutes to converge, which is the maximum allowed
DTCP/IP protocol headers can only encode hop counts up to 15 bits
Question 3 True / False

Split horizon substantially eliminates the count-to-infinity problem in distance-vector routing protocols.

TTrue
FFalse
Question 4 True / False

In distance-vector routing, each router requires knowledge of the full network topology to compute its routing table.

TTrue
FFalse
Question 5 Short Answer

Why does the count-to-infinity problem not occur in link-state routing protocols like OSPF?

Think about your answer, then reveal below.