- A
10.50.0.0/16
Why wrong: This is wrong because the /16 is less specific than the matching /24 and /25 routes.
- B
10.50.10.0/24
Why wrong: This is wrong because the /24 is less specific than the matching /25.
- C
10.50.10.128/25
This is correct because .140 falls inside the 10.50.10.128/25 range.
- D
The default route
Why wrong: This is wrong because more specific matching routes exist.
Quick Answer
The answer is 10.50.10.128/25, because the router applies the longest prefix match rule, selecting the most specific route that contains the destination address. For traffic to 10.50.10.140, the /25 prefix matches exactly the upper half of the 10.50.10.0/24 block, while the /24 and /16 also match but are less specific—the router always prefers the narrowest, most precise prefix. On the CCNA 200-301 v2 exam, this concept tests your understanding of how routers make forwarding decisions when multiple routes overlap; a common trap is assuming the route with the lowest administrative distance or metric wins, but longest prefix match takes priority first. Remember the memory tip: “The longer the mask, the more specific the task”—a /25 is longer than a /24, so it wins every time.
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: cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.. 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.
A router has routes to 10.50.0.0/16, 10.50.10.0/24, and 10.50.10.128/25. Which route is used for traffic to 10.50.10.140?
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
10.50.10.128/25
The /25 route is used because it is the most specific matching prefix. In practical terms, 10.50.10.140 belongs to the upper half of the 10.50.10.0/24 space, which is exactly what 10.50.10.128/25 describes. Even though the /24 and /16 also match, longest-prefix match prefers the narrowest route. This is a direct route-selection question. It reinforces that the router chooses the route that describes the destination most precisely.
Key principle: Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
10.50.0.0/16
Why it's wrong here
This is wrong because the /16 is less specific than the matching /24 and /25 routes.
When this WOULD be correct
In a different scenario where the router only has the route 10.50.0.0/16 available and no more specific routes exist for the 10.50.10.0 subnet, traffic to 10.50.10.140 would use this route due to its broader coverage.
- ✗
10.50.10.0/24
Why it's wrong here
This is wrong because the /24 is less specific than the matching /25.
When this WOULD be correct
In a different scenario where the question specifies that the router only has the routes 10.50.0.0/16 and 10.50.10.0/24, and traffic to 10.50.10.140 is being routed without any more specific routes, option B would be correct as it would be the best match available.
- ✓
10.50.10.128/25
Why this is correct
This is correct because .140 falls inside the 10.50.10.128/25 range.
Related concept
Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.
- ✗
The default route
Why it's wrong here
This is wrong because more specific matching routes exist.
When this WOULD be correct
If the question specified that the router had no specific routes for the 10.50.10.140 address and only had a default route configured, then the correct answer would be the default route. For example, 'What route will be used if the only available route is the default route?'
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.
✓10.50.10.128/25Correct answer▾
Why this is correct
This is correct because .140 falls inside the 10.50.10.128/25 range.
✗10.50.0.0/16Wrong answer — click to see why▾
Why this is wrong here
The route 10.50.0.0/16 has a prefix length of 16, which is less specific than the /24 and /25 routes. Since 10.50.10.140 falls within the more specific /24 and /25 ranges, the router will use the longest prefix match, not the /16.
★ When this WOULD be the correct answer
In a different scenario where the router only has the route 10.50.0.0/16 available and no more specific routes exist for the 10.50.10.0 subnet, traffic to 10.50.10.140 would use this route due to its broader coverage.
Why candidates choose this
Students might think that because 10.50.10.140 is within the 10.50.0.0/16 range, the /16 route would be used. However, they forget that routers always prefer the most specific (longest prefix) match.
✗10.50.10.0/24Wrong answer — click to see why▾
Why this is wrong here
The route 10.50.10.0/24 has a prefix length of 24, which is less specific than the /25 route. Since 10.50.10.140 falls within the 10.50.10.128/25 range, the /25 route is more specific and will be preferred.
★ When this WOULD be the correct answer
In a different scenario where the question specifies that the router only has the routes 10.50.0.0/16 and 10.50.10.0/24, and traffic to 10.50.10.140 is being routed without any more specific routes, option B would be correct as it would be the best match available.
Why candidates choose this
Students may see that 10.50.10.140 is within the 10.50.10.0/24 range and assume the /24 route is the best match, overlooking the existence of a more specific /25 route that also matches.
✗The default routeWrong answer — click to see why▾
Why this is wrong here
A default route (0.0.0.0/0) is only used when no other more specific route matches the destination. Since there are matching routes (10.50.10.0/24 and 10.50.10.128/25) for 10.50.10.140, the default route is not considered.
★ When this WOULD be the correct answer
If the question specified that the router had no specific routes for the 10.50.10.140 address and only had a default route configured, then the correct answer would be the default route. For example, 'What route will be used if the only available route is the default route?'
Why candidates choose this
Students might think that if a destination is not explicitly listed, the default route is used. However, here there are explicit matching routes, so the default route is not applicable.
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
A frequent exam trap is choosing a less specific route such as 10.50.0.0/16 or 10.50.10.0/24 because they also include the destination IP address. Candidates might overlook the importance of the subnet mask length and assume any matching route is acceptable. This mistake ignores the longest-prefix match rule, which always prefers the route with the most bits matching the destination IP. Selecting a broader route leads to incorrect routing decisions and fails to reflect Cisco’s routing behavior.
Detailed technical explanation
How to think about this question
Routing tables in Cisco routers use prefix matching to determine the best path for forwarding packets. Each route in the table has a network prefix and a subnet mask, which together define the range of IP addresses covered. When a packet arrives, the router compares the destination IP address against all routes and selects the one with the longest matching prefix, meaning the most specific subnet mask. This process is known as longest-prefix match and ensures traffic is routed as precisely as possible. In the given scenario, the router has three routes: 10.50.0.0/16, 10.50.10.0/24, and 10.50.10.128/25. The destination IP 10.50.10.140 falls within all three ranges, but the /25 subnet mask is the most specific because it covers fewer addresses and matches more bits of the destination IP. Therefore, the router chooses the 10.50.10.128/25 route to forward the traffic, following the longest-prefix match rule that Cisco routers strictly enforce. A common exam trap is to select a less specific route like the /16 or /24 because they also include the destination IP. However, Cisco routers always prefer the most specific route, even if broader routes exist. Practically, this behavior allows network administrators to create hierarchical and overlapping subnets, where more specific routes override general ones. Understanding this helps avoid misconfigurations and ensures efficient routing in complex networks.
KKey Concepts to Remember
- Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.
- A route with a longer subnet mask (higher prefix length) covers fewer IP addresses and is preferred over broader routes.
- Overlapping routes can exist in a routing table, but the router always forwards packets using the most specific matching route.
- The subnet 10.50.10.128/25 covers IP addresses from 10.50.10.128 to 10.50.10.255, making it more specific than 10.50.10.0/24 or 10.50.0.0/16.
- Routing decisions in Cisco devices do not rely on administrative distance when multiple routes to the same destination exist in the same routing protocol; prefix length is the primary factor.
- Default routes are only used when no more specific matching routes exist in the routing table.
- Understanding subnetting and binary IP matching is essential for correctly determining which route a router will use.
- Longest-prefix match ensures efficient and precise routing by directing traffic to the narrowest subnet that includes the destination IP.
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
Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address., 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 — Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address..
What is the correct answer to this question?
The correct answer is: 10.50.10.128/25 — The /25 route is used because it is the most specific matching prefix. In practical terms, 10.50.10.140 belongs to the upper half of the 10.50.10.0/24 space, which is exactly what 10.50.10.128/25 describes. Even though the /24 and /16 also match, longest-prefix match prefers the narrowest route. This is a direct route-selection question. It reinforces that the router chooses the route that describes the destination most precisely.
What should I do if I get this 200-301 question wrong?
Review cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Cisco routers use longest-prefix match to select the route with the most specific subnet mask that matches the destination IP address.
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 →
Same concept, more angles
4 more ways this is tested on 200-301
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A router has routes to 192.168.0.0/16 and 192.168.100.0/24. Which route is used for traffic to 192.168.100.77?
hard- A.192.168.0.0/16
- ✓ B.192.168.100.0/24
- C.Both routes are discarded because they overlap.
- D.The default route is preferred if present.
Why B: The route to 192.168.100.0/24 is used because it is more specific. In plain language, even though the /16 route covers a large address range that includes the destination, the /24 route describes the destination network more precisely. Longest-prefix match therefore prefers the /24. This is a basic but critical routing-table concept. The router does not choose the broader route when a narrower one matches the same destination.
Variation 2. A router has routes to 192.168.100.0/24 and 192.168.100.128/25. Which route is used for traffic to 192.168.100.140?
hard- A.192.168.100.0/24
- ✓ B.192.168.100.128/25
- C.The default route
- D.Neither route, because the prefixes overlap
Why B: The /25 route is used because it is the most specific matching prefix. In practical terms, 192.168.100.140 falls inside the upper half of the /24, which is exactly what the 192.168.100.128/25 route describes. Even though the /24 also matches, the router always prefers the narrower route when both are valid. This is a direct longest-prefix-match question. It reinforces that specificity is checked before broader route-source preferences matter.
Variation 3. A router has routes to 172.20.0.0/16, 172.20.10.0/24, and 172.20.10.64/26. Which route is used for traffic to 172.20.10.70?
hard- A.172.20.0.0/16
- B.172.20.10.0/24
- ✓ C.172.20.10.64/26
- D.The default route
Why C: The /26 route is used because it is the most specific matching prefix. In practical terms, 172.20.10.70 falls inside the 172.20.10.64/26 range, so that route narrows the destination more precisely than the broader /24 and /16 routes. Longest-prefix match therefore selects the /26 entry. This question is designed to reinforce that specificity comes first in route lookup. Broader routes remain useful, but they lose when a more exact route matches.
Variation 4. A router has routes to 192.168.0.0/16 and 192.168.50.0/24. Which route is used for traffic to 192.168.50.99?
hard- A.192.168.0.0/16
- ✓ B.192.168.50.0/24
- C.The default route
- D.Both routes equally
Why B: The 192.168.50.0/24 route is used because it is more specific. In practical terms, even though the /16 also matches, the router always prefers the route that describes the destination more narrowly. Since 192.168.50.99 falls inside the /24, longest-prefix match chooses that entry. This is a basic but essential routing rule. The broader /16 still matters for other destinations in 192.168.0.0/16, but not for this one.
Last reviewed: May 17, 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.