A network administrator is evaluating routing paths on a branch router. The router receives two updates via Routing Information Protocol (RIPv2) for destination network . Path 1 traverses four intermediate routers across a high-speed optical link. Path 2 traverses two intermediate routers across a legacy T1 connection. Which path will the router select for insertion into its Routing Information Base (RIB), and why?
- Path 2, because RIP uses hop count as its sole metric and selects the path with fewer router hops regardless of link bandwidth.Cevap
- BPath 1, because Layer 3 dynamic routing protocols automatically convert physical interface speed into link-state cost metrics.
- CPath 1, because high-speed optical interfaces lower the administrative distance of the dynamic route.
- DBoth Path 1 and Path 2 will be installed equally for load balancing because RIP ignores metric differences across WAN links.
Cevap
Path 2 will be selected because RIP uses hop count as its metric, prioritizing the path with 2 hops over the path with 4 hops regardless of underlying interface bandwidth.
Routing Information Protocol (RIP) is a distance-vector protocol that measures route desirability solely by hop count (up to a maximum of 15 hops). Even though Path 1 offers significantly higher bandwidth, RIP cannot evaluate link speed and will choose Path 2 due to its lower hop count of 2 versus 4.
Adım Adım Çözüm
Anahtar Kavram
Distance-vector routing protocols like RIP base path selection strictly on hop count, ignoring interface bandwidth or speed.