7. Distance Vector Routing Flashcards
What is the main principle of Distance Vector Routing?
Routers share their routing tables with immediate neighbors, and each router
updates its table based on the information received.
What metric is commonly used in Distance Vector Routing protocols?
Hop count, which measures the number of routers a packet passes through to
reach its destination.
What is the Count to Infinity problem in Distance Vector Routing?
It occurs when routers misinterpret looping routes as valid, causing the hop
count to increment indefinitely.
How does Split Horizon help mitigate routing loops?
Split Horizon prevents routers from advertising a route back to the neighbor
from which it was learned.
What is the maximum hop count in RIP, and why is this limit important?
RIP has a maximum hop count of 15, with 16 considered infinity, to prevent
excessively long or looping routes.
What is the purpose of the Hold-Down mechanism?
To temporarily ignore updates about a route marked as unreachable,
preventing premature acceptance of incorrect routing information.