A network engineer is reviewing routing loop prevention mechanisms across dynamic routing protocols deployed within an enterprise network. Which of the following mechanisms are specifically utilized by distance-vector dynamic routing protocols to prevent routing loops? (Select TWO.)
- Split horizon, which stops a router from advertising a route back out the same physical interface from which it learned that route.Answer
- Route poisoning, which sets the metric of a failed route to an infinite/unreachable value to immediately invalidate it across neighbor routers.Answer
- CUsing 802.1Q encapsulation headers to tag Layer 3 routing updates with VLAN identification markers.
- DDeploying Port Address Translation tables to translate hop count metrics into public IPv4 addresses.
Answer
The correct mechanisms are split horizon (preventing route re-advertisement back out the receiving interface) and route poisoning (broadcasting an unreachable metric when a link fails).
The statements defining split horizon and route poisoning correctly identify distance-vector loop prevention techniques. Split horizon prevents a router from transmitting route updates back out the interface where the route originated, breaking two-node routing loops. Route poisoning explicitly sets the metric of a down link to an unreachable value (e.g., 16 hops in RIP) so surrounding neighbors rapidly drop the bad route.
Step-by-Step Solution
Key Concept
Distance-Vector Routing Loop Prevention Mechanisms