Questions: RIP: Routing Information Protocol

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network has two paths from Router A to a destination server. Path X uses 2 hops over T1 lines (1.5 Mbps each). Path Y uses 4 hops over gigabit Ethernet links (1 Gbps each). How will RIP route traffic?

AVia Path Y, because RIP weights routes by available bandwidth
BVia Path X, because RIP uses hop count as its only metric and Path X has fewer hops
CVia Path Y, because RIP computes a bandwidth-delay product for each path
DRIP will load-balance across both paths since they are both valid routes
Question 2 Multiple Choice

After a link in a RIP network fails, why can it take several minutes for all routers to learn about the failure and converge on new routes?

ARIP routers must synchronize their clocks before exchanging topology information
BRIP sends updates only every 30 seconds, and counting-to-infinity can cause routers to slowly increment a dead route's cost one hop at a time until reaching 16
CRIP requires explicit acknowledgment from every router in the autonomous system before removing a route
DThe default TTL of RIP packets is set equal to the update interval of 30 seconds
Question 3 True / False

Split horizon largely solves the count-to-infinity problem, making RIP as fast to converge as link-state protocols like OSPF after a topology change.

TTrue
FFalse
Question 4 True / False

RIPv2 improved on RIPv1 by adding support for classless (CIDR) addressing, including subnet mask information in route advertisements.

TTrue
FFalse
Question 5 Short Answer

Explain why hop count is a poor routing metric and describe a specific network scenario where RIP would choose a significantly worse path than a bandwidth-aware routing protocol. What fundamental information is hop count unable to capture?

Think about your answer, then reveal below.