- A
It does not support IPv4
Why wrong: RIP absolutely supports IPv4.
- B
It scales poorly due to slow convergence and hop-count limitations
Correct. Limited scale and slower convergence are major reasons RIP is rarely used in large environments.
- C
It cannot run on routers and only works on switches
Why wrong: RIP is a routing protocol for routers, not a switch-only feature.
- D
It requires link-state advertisements
Why wrong: RIP is a distance-vector protocol, not a link-state protocol.
Quick Answer
The answer is that RIP scales poorly due to slow convergence and a hard hop-count limitation, making it unsuitable for large modern enterprise networks. This is because RIP uses a maximum metric of 15 hops, meaning any network 16 hops away is considered unreachable, which severely restricts network diameter. Additionally, RIP relies on periodic full routing table updates every 30 seconds and uses slow convergence mechanisms like hold-down timers, leading to prolonged routing loops and instability as the network grows. On the CCNA 200-301 v2 exam, this concept tests your understanding of routing protocol scalability trade-offs, often appearing in questions comparing distance vector protocols to link-state protocols like OSPF. A common trap is assuming RIP’s simplicity makes it viable for large networks, but the exam emphasizes that its hop-count ceiling and slow convergence are dealbreakers. Memory tip: think of RIP’s “15” as the number of friends you can call before the line goes dead—past that, the network is unreachable.
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: rIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Why is RIP rarely chosen for large modern enterprise networks?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
It scales poorly due to slow convergence and hop-count limitations
RIP is simple but has important scalability limits, including a maximum metric of 15 and relatively slow convergence compared with more modern protocols such as OSPF and EIGRP.
Key principle: RIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
It does not support IPv4
Why it's wrong here
RIP absolutely supports IPv4.
When this WOULD be correct
If the exam question asked about routing protocols that do not support IPv4 at all, or if it specifically focused on protocols that are exclusively designed for IPv6, then this option would be correct as RIP would not be applicable in those scenarios.
- ✓
It scales poorly due to slow convergence and hop-count limitations
- ✗
It cannot run on routers and only works on switches
Why it's wrong here
RIP is a routing protocol for routers, not a switch-only feature.
When this WOULD be correct
If the exam question asked about protocols that are exclusively designed for Layer 2 devices, or if it specified a scenario where only switches are being configured for routing, then this option could be correct. For example, a question could ask which protocols are not applicable to routers in a Layer 2-only network.
- ✗
It requires link-state advertisements
When this WOULD be correct
In a question asking about the characteristics of link-state routing protocols, stating that RIP requires link-state advertisements would be correct. For example, if the question specified which protocols utilize link-state advertisements, this option would accurately describe RIP's absence of that feature.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓It scales poorly due to slow convergence and hop-count limitationsCorrect answer▾
Why this is correct
Correct. Limited scale and slower convergence are major reasons RIP is rarely used in large environments.
✗It does not support IPv4Wrong answer — click to see why▾
Why this is wrong here
RIP supports both IPv4 and IPv6 (RIPng). The statement is factually incorrect because RIP has been used for IPv4 routing since its inception.
★ When this WOULD be the correct answer
If the exam question asked about routing protocols that do not support IPv4 at all, or if it specifically focused on protocols that are exclusively designed for IPv6, then this option would be correct as RIP would not be applicable in those scenarios.
Why candidates choose this
Students might confuse RIP's age or simplicity with a lack of IPv4 support, or think that only newer protocols support IPv4.
✗It cannot run on routers and only works on switchesWrong answer — click to see why▾
Why this is wrong here
RIP is a routing protocol that runs on routers, not switches. While some multilayer switches can run routing protocols, RIP is not exclusive to switches.
★ When this WOULD be the correct answer
If the exam question asked about protocols that are exclusively designed for Layer 2 devices, or if it specified a scenario where only switches are being configured for routing, then this option could be correct. For example, a question could ask which protocols are not applicable to routers in a Layer 2-only network.
Why candidates choose this
A test-taker might think RIP is only for switches because it is simpler and sometimes used in small networks where switches might perform routing, but that is not accurate.
✗It requires link-state advertisementsWrong answer — click to see why▾
Why this is wrong here
RIP is a distance-vector protocol, not a link-state protocol. It uses hop count as its metric and exchanges entire routing tables, not link-state advertisements (LSAs) like OSPF.
★ When this WOULD be the correct answer
In a question asking about the characteristics of link-state routing protocols, stating that RIP requires link-state advertisements would be correct. For example, if the question specified which protocols utilize link-state advertisements, this option would accurately describe RIP's absence of that feature.
Why candidates choose this
Students often confuse distance-vector and link-state protocols. They might incorrectly associate RIP with LSAs because both are routing protocols, but the mechanism is different.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
Don't confuse RIP's limitations with features of other protocols; remember RIP's maximum hop count and distance-vector nature.
Detailed technical explanation
How to think about this question
Routing Information Protocol (RIP) is one of the earliest distance-vector routing protocols designed for IP networks. It uses hop count as its routing metric, with a maximum allowable hop count of 15, which limits the size of networks it can support. RIP periodically broadcasts its entire routing table every 30 seconds, which can lead to slow convergence and increased network traffic. In Cisco environments, RIP is supported for both IPv4 and IPv6 but is generally considered outdated for large or complex enterprise networks. The decision to avoid RIP in large modern enterprise networks stems from its inherent scalability and performance limitations. Its maximum hop count of 15 restricts network diameter, making it unsuitable for extensive topologies. Additionally, RIP’s slow convergence time can cause routing loops and temporary loss of connectivity during topology changes, unlike more advanced protocols such as OSPF or EIGRP that use faster convergence mechanisms and more sophisticated metrics. Cisco’s CCNA curriculum emphasizes that RIP’s simplicity comes at the cost of efficiency and scalability. A common exam trap is confusing RIP’s characteristics with those of link-state protocols or assuming it does not support IPv4. Candidates might incorrectly select options suggesting RIP requires link-state advertisements or is switch-only, which are false. Practically, RIP is still useful in small or simple networks but is rarely deployed in enterprise environments due to these limitations. Understanding RIP’s metric, convergence behavior, and protocol type helps avoid these misconceptions and correctly identify why it is rarely chosen for large networks.
KKey Concepts to Remember
- RIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability.
- RIP periodically broadcasts its entire routing table every 30 seconds, which contributes to slower convergence compared to modern protocols.
- RIP is a distance-vector routing protocol and does not use link-state advertisements like OSPF.
- RIP supports IPv4 routing and can operate on routers, not switches exclusively.
- Slow convergence in RIP can lead to routing loops and temporary network outages during topology changes.
- Modern enterprise networks prefer protocols like OSPF or EIGRP due to their faster convergence and better scalability.
- RIP’s simplicity makes it suitable for small or simple networks but unsuitable for large enterprise environments.
- Understanding RIP’s metric and convergence limitations is critical to distinguishing it from other routing protocols in Cisco exams.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
RIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Review rIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
IP Routing — This question tests IP Routing — RIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability..
What is the correct answer to this question?
The correct answer is: It scales poorly due to slow convergence and hop-count limitations — RIP is simple but has important scalability limits, including a maximum metric of 15 and relatively slow convergence compared with more modern protocols such as OSPF and EIGRP.
What should I do if I get this 200-301 question wrong?
Review rIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
RIP uses hop count as its routing metric and limits the maximum hop count to 15, restricting network size and scalability.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Apr 12, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.