Difficulty: Easy
Correct Answer: It has the same timers as RIPv1.
Explanation:
Introduction / Context:
RIPv2 improves upon RIPv1 primarily by adding classless routing (subnet masks in updates), multicast announcements, authentication, and route tags. However, many core operational aspects—including hop-count metric and default timers—remain unchanged. Recognizing what changed and what did not is a common exam focus.
Given Data / Assumptions:
Concept / Approach:
RIPv2 retains RIPv1’s update, invalid, holddown, and flush timers (for example, default 30/180/180/240 seconds). The protocol enhancements focus on capability (VLSM, CIDR, multicast 224.0.0.9, authentication), not on changing the fundamental timer model or hop-count metric.
Step-by-Step Solution:
Verification / Alternative check:
Use show ip protocols on a RIPv2 router to see timers; compare with RIPv1 reference—values match by default unless tuned.
Why Other Options Are Wrong:
Lower administrative distance: incorrect; both are 120.
Faster convergence: generally not; both share distance-vector periodic update behavior.
Harder to configure: RIPv2 configuration is similar and often simpler due to classless support and multicast.
Common Pitfalls:
Confusing RIPv2 improvements (VLSM/CIDR, multicast) with performance changes; assuming AD differences where none exist; overlooking authentication support in RIPv2 as a security enhancement.
Final Answer:
It has the same timers as RIPv1.
Discussion & Comments