Difficulty: Medium
Correct Answer: 2 and 5
Explanation:
Introduction / Context:
RIPv2 retains distance-vector fundamentals while adding enhancements like classless routing and authentication. Loop prevention is still critical because DV protocols converge by sharing periodic updates rather than computing from a full topology database.
Given Data / Assumptions:
Concept / Approach:
Split horizon suppresses sending a learned route back out the same interface, limiting two-node loops. Holddown timers temporarily ignore worse or conflicting updates after a route is declared down, damping count-to-infinity scenarios. CIDR/classless masking enable classless addressing and summarization (routing correctness/scale) but are not loop-prevention per se. Authentication protects update integrity, not loop mechanics.
Step-by-Step Solution:
Identify loop-focused controls: split horizon and holddown timers.Exclude CIDR/classless (addressing), and authentication (security), as not directly loop-preventing.Select “2 and 5.”Note: RIPv2 may also use poison reverse and triggered updates, though not listed here.
Verification / Alternative check:
Protocol references and certification guides list split horizon, holddown, poison reverse, and triggered updates among RIPv2 loop-control techniques.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming authentication prevents loops; it prevents unauthorized or tampered updates but not algorithmic loops.
Final Answer:
2 and 5
Discussion & Comments