- A
Lowest metric across all protocols
Why wrong: Metrics are not compared before longest prefix match across unrelated routes.
- B
Oldest route in the routing table
Why wrong: Route age is not the first selection rule.
- C
Longest prefix match
Correct. Most-specific route wins first.
- D
Default route if one exists
Why wrong: A default route is used only when no more specific route matches.
Quick Answer
The correct answer is longest prefix match, because a router’s primary duty is to forward packets to the most specific destination network available. When a packet arrives, the router examines its routing table for all routes that match the destination IP, then selects the entry with the longest subnet mask—this ensures the packet follows the most precise path, even if a less specific route has a better administrative distance or metric. On the CCNA 200-301 v2 exam, this concept often appears in questions about route selection order, where many students mistakenly choose AD or metric first. The common trap is forgetting that prefix length is checked before any other tiebreaker; AD and metric only come into play when two routes share the exact same prefix length. A solid memory tip is “longest match first, then trust, then cost”—prefix length always wins the first round.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: a Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.. 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.
Which rule does a router apply first when selecting a route for a destination packet?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Longest prefix match
Routers first look for the most specific matching prefix. Administrative distance and metrics matter when competing routes exist for the same destination prefix length.
Key principle: A Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Lowest metric across all protocols
Why it's wrong here
Metrics are not compared before longest prefix match across unrelated routes.
- ✗
Oldest route in the routing table
Why it's wrong here
Route age is not the first selection rule.
When this WOULD be correct
If the exam question asked which route a router would choose when all other metrics are equal, and the only differentiating factor is the age of the routes, then selecting the oldest route could be considered correct in that specific context.
- ✓
Longest prefix match
Why this is correct
Correct. Most-specific route wins first.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
A Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.
- ✗
Default route if one exists
Why it's wrong here
A default route is used only when no more specific route matches.
When this WOULD be correct
If the exam question asked which route a router would select when no specific routes exist for a destination, then option D would be correct. In this scenario, the router would use the default route as a fallback to forward packets.
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.
✓Longest prefix matchCorrect answer▾
Why this is correct
Correct. Most-specific route wins first.
✗Lowest metric across all protocolsWrong answer — click to see why▾
Why this is wrong here
The router first uses the longest prefix match to select a route; metrics are only compared among routes from the same routing protocol or when administrative distance is equal. Comparing metrics across different protocols is not the first step.
★ When this WOULD be the correct answer
In a question focused on route selection across multiple routing protocols where the lowest metric is explicitly defined as the primary selection criterion, such as in a scenario comparing OSPF and EIGRP routes, this option would be correct.
Why candidates choose this
Students often confuse the order of route selection, thinking that lower metric is always preferred, but metric comparison occurs only after the longest prefix match and administrative distance checks.
✗Oldest route in the routing tableWrong answer — click to see why▾
Why this is wrong here
Route age is not a primary selection criterion; routers use longest prefix match first, then administrative distance, then metric. Older routes are not preferred over newer ones in the selection process.
★ When this WOULD be the correct answer
If the exam question asked which route a router would choose when all other metrics are equal, and the only differentiating factor is the age of the routes, then selecting the oldest route could be considered correct in that specific context.
Why candidates choose this
Some might think that older routes are more stable or trusted, but route age is irrelevant for forwarding decisions; it is only used in some routing protocols for tie-breaking (e.g., OSPF) but not as the first rule.
✗Default route if one existsWrong answer — click to see why▾
Why this is wrong here
A default route is only used when no other route matches the destination; the router first checks for more specific matches using the longest prefix match. The default route is the least preferred.
★ When this WOULD be the correct answer
If the exam question asked which route a router would select when no specific routes exist for a destination, then option D would be correct. In this scenario, the router would use the default route as a fallback to forward packets.
Why candidates choose this
Students may think that a default route is a catch-all and thus applied first, but in reality, it is the last resort after all other routes have been evaluated.
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
Remember, prefix length is the primary factor in route selection, not administrative distance or metrics.
Detailed technical explanation
How to think about this question
Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.
KKey Concepts to Remember
- A Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.
- The longest prefix match means the route with the most specific subnet mask that matches the destination IP address is preferred.
- Administrative distance and metrics are only compared when multiple routes have the same prefix length in the routing table.
- Default routes with prefix 0.0.0.0/0 are used only if no more specific route matches the destination IP address.
- Metrics represent route cost within a routing protocol but do not override the longest prefix match rule.
- A router does not consider the age of a route when initially selecting the best route for a packet.
- Longest prefix match ensures subnet-specific routes take precedence over broader network routes in Cisco routing.
- Misunderstanding the order of route selection rules can lead to incorrect assumptions about routing behavior in Cisco devices.
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 Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.
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 Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity 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?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — A Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet..
What is the correct answer to this question?
The correct answer is: Longest prefix match — Routers first look for the most specific matching prefix. Administrative distance and metrics matter when competing routes exist for the same destination prefix length.
What should I do if I get this 200-301 question wrong?
Review a Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet., then practise related 200-301 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
A Cisco router selects the route with the longest prefix match as the first step in forwarding a destination packet.
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: 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.