Question 1,513 of 1,819
IP RoutinghardMultiple ChoiceObjective-mapped

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: a router uses the longest prefix match rule to select the most specific route 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 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?

Question 1hardmultiple choice
Review the full routing breakdown →

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

172.20.10.64/26

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.

Key principle: A router uses the longest prefix match rule to select the most specific route 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.

  • 172.20.0.0/16

    Why it's wrong here

    This is wrong because it is less specific than the matching /24 and /26 routes.

    When this WOULD be correct

    In a scenario where the question asks which route would be used for traffic to any IP address within the 172.20.0.0/16 network, such as 172.20.5.10, then the option 172.20.0.0/16 would be correct as it encompasses all addresses in that range.

  • 172.20.10.0/24

    Why it's wrong here

    This is wrong because it is less specific than the matching /26 route.

    When this WOULD be correct

    In a different question, if the router only had routes to 172.20.0.0/16 and 172.20.10.0/24 without the more specific 172.20.10.64/26, then traffic to 172.20.10.70 would be routed using 172.20.10.0/24 as the most specific match available.

  • 172.20.10.64/26

    Why this is correct

    This is correct because .70 falls within the 172.20.10.64/26 range.

    Related concept

    A router uses the longest prefix match rule to select the most specific route that matches the destination IP address.

  • The default route

    Why it's wrong here

    This is wrong because multiple more specific routes already match the destination.

    When this WOULD be correct

    In a different scenario where the router has no specific routes for the 172.20.10.70 destination and only a default route configured (e.g., 0.0.0.0/0), the default route would be used to forward traffic to that IP address.

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.

172.20.10.64/26Correct answer

Why this is correct

This is correct because .70 falls within the 172.20.10.64/26 range.

172.20.0.0/16Wrong answer — click to see why

Why this is wrong here

This option is wrong because the route 172.20.0.0/16 is a broader match and does not specifically target the subnet that includes the IP address 172.20.10.70, which falls under the more specific route 172.20.10.64/26.

★ When this WOULD be the correct answer

In a scenario where the question asks which route would be used for traffic to any IP address within the 172.20.0.0/16 network, such as 172.20.5.10, then the option 172.20.0.0/16 would be correct as it encompasses all addresses in that range.

Why candidates choose this

Candidates may choose this option because they recognize 172.20.0.0/16 as a valid route and mistakenly assume that broader routes are always preferred, overlooking the importance of specific subnet matches.

172.20.10.0/24Wrong answer — click to see why

Why this is wrong here

Option B is wrong because the subnet 172.20.10.0/24 encompasses addresses from 172.20.10.0 to 172.20.10.255, but the more specific route 172.20.10.64/26 takes precedence for the address 172.20.10.70.

★ When this WOULD be the correct answer

In a different question, if the router only had routes to 172.20.0.0/16 and 172.20.10.0/24 without the more specific 172.20.10.64/26, then traffic to 172.20.10.70 would be routed using 172.20.10.0/24 as the most specific match available.

Why candidates choose this

Candidates may choose this option because they recognize that 172.20.10.0/24 includes the target address, leading to the assumption that it would be the best match without considering the specificity of the other routes.

The default routeWrong answer — click to see why

Why this is wrong here

The default route is not used for specific traffic to 172.20.10.70 since there are more specific routes available in the routing table that match this destination. The default route is only utilized when no other routes are applicable.

★ When this WOULD be the correct answer

In a different scenario where the router has no specific routes for the 172.20.10.70 destination and only a default route configured (e.g., 0.0.0.0/0), the default route would be used to forward traffic to that IP address.

Why candidates choose this

Candidates might choose this option due to a misunderstanding of routing principles, thinking that the default route serves as a catch-all for any unmatched traffic, especially in complex routing environments.

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 common exam trap is to select a less specific route such as 172.20.0.0/16 or 172.20.10.0/24 because they appear to cover the destination IP 172.20.10.70. Candidates may overlook that the router always prefers the most specific route, which in this case is the /26 subnet. Choosing a broader subnet ignores the longest prefix match principle and leads to incorrect routing decisions. This trap tests your understanding of how subnet masks influence route selection and the importance of prefix length in Cisco routing tables.

Detailed technical explanation

How to think about this question

Routing in IP networks relies on the longest prefix match rule, where the router selects the route with the most specific subnet mask that matches the destination IP address. In this scenario, the router has three routes: 172.20.0.0/16, 172.20.10.0/24, and 172.20.10.64/26. Each route covers a progressively smaller range of IP addresses, with the /26 subnet being the most specific. The IP address 172.20.10.70 falls within the 172.20.10.64/26 subnet, which ranges from 172.20.10.64 to 172.20.10.127, making it the best match for routing decisions. The router uses the longest prefix match algorithm to determine the best route. This means it compares the destination IP against all available routes and selects the one with the longest subnet mask that still includes the destination address. Even though the /16 and /24 routes also cover 172.20.10.70, the /26 route is preferred because it is more specific. This behavior ensures traffic is routed efficiently and accurately to the intended subnet, minimizing unnecessary hops or routing ambiguity. A common exam trap is to assume that broader routes like /16 or /24 are sufficient or preferred simply because they are listed first or cover more addresses. However, Cisco routers always prioritize the most specific route due to longest prefix matching. In practical networks, this behavior allows for hierarchical subnetting and route summarization, improving scalability and performance. Understanding this principle is critical for troubleshooting routing issues and designing efficient IP addressing schemes.

KKey Concepts to Remember

  • A router uses the longest prefix match rule to select the most specific route that matches the destination IP address.
  • Routes with longer subnet masks (higher prefix length) are preferred over broader routes when multiple matches exist.
  • The 172.20.10.64/26 subnet is more specific than 172.20.10.0/24 and 172.20.0.0/16 because it has a longer prefix length.
  • Traffic destined for 172.20.10.70 matches the 172.20.10.64/26 subnet because the IP falls within that subnet's address range.
  • Default routes are only used when no more specific matching routes exist in the routing table.
  • Cisco routers perform route lookup by comparing destination IPs against all routes and choosing the one with the longest matching prefix.
  • Subnetting allows hierarchical IP address division, enabling routers to make precise forwarding decisions based on subnet specificity.
  • Misunderstanding longest prefix match can lead to incorrect route selection and routing failures in complex networks.

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

A router uses the longest prefix match rule to select the most specific route 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 a router uses the longest prefix match rule to select the most specific route that matches the destination IP address., then practise related 200-301 questions on the same topic to reinforce the concept.

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.

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 — A router uses the longest prefix match rule to select the most specific route that matches the destination IP address..

What is the correct answer to this question?

The correct answer is: 172.20.10.64/26 — 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.

What should I do if I get this 200-301 question wrong?

Review a router uses the longest prefix match rule to select the most specific route 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?

A router uses the longest prefix match rule to select the most specific route 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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: May 17, 2026

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.

Loading comments…

Sign in to join the discussion.

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.