MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Computer Networks
Ripv1
Q
Two connected routers are configured with RIP routing. What will be the result when a router receives a routing update that contains a higher-cost path to a network already in its routing table?
AA. The updated information will be added to the existing routing table debug ip rip
BB. The update will be ignored and no further action will occur debug ip route
CC. The updated information will replace the existing routing table entry
DD. And always chooses the route with the lowest ad. however, if two routes are received and they both have the same ad, then the router will choose the one route with the lowest metrics, or in ripβs case, hop count.
Correct Answer:
B. B. The update will be ignored and no further action will occur debug ip route
Explanation:
When a routing update is received by a router, the router first checks the administrative distance (AD) and always chooses the route with the lowest AD. However, if two routes are received and they both have the same AD, then the router will choose the one route with the lowest metrics, or in RIPβs case, hop count.