mediummatchingObjective-mapped

Match each route-selection concept to the description that best fits it.

Question 1mediummatching
Full question →

Match each route-selection concept to the description that best fits it.

Answer choices are not available in this preview. Open the full question page for the complete review.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is confusing administrative distance with metric when comparing routes. Administrative distance ranks trustworthiness between routing protocols, while metric compares path costs within the same protocol. Another trap is misunderstanding prefix length specificity; some candidates incorrectly assume a route with a longer prefix is less specific. Also, candidates may overlook the role of a default route as a fallback, mistakenly treating it as a preferred route over more specific matches. These misunderstandings can lead to incorrect route selection answers in CCNA routing questions.

Technical deep dive

How to think about this question

Route selection in Cisco routing protocols is governed by a hierarchy of criteria that determine the best path to a destination. The first and most important factor is prefix length, which defines how specific a route is. A longer prefix length means a more specific route, and routers always prefer the most specific route available. If multiple routes have the same prefix length, the router then compares the administrative distance, which is a value representing the trustworthiness of the route source. Lower administrative distance values indicate more reliable sources, so routes with lower AD are preferred. After administrative distance is considered, if multiple routes from the same routing protocol remain, the router compares the metric values associated with those routes. Metrics vary by protocol; for example, OSPF uses cost, EIGRP uses composite metrics based on bandwidth and delay, and RIP uses hop count. The route with the lowest metric is selected as the best path. If no specific route matches a destination, routers use a default route (0.0.0.0/0) as a fallback to forward packets, ensuring connectivity even when no explicit route exists. Understanding these concepts is critical in CCNA routing questions because candidates often confuse administrative distance and metric or overlook prefix length specificity. Cisco routers strictly follow this order: prefix length, administrative distance, then metric. Misapplying these rules can lead to incorrect route selection answers. In practical networks, this hierarchy ensures predictable routing behavior and helps troubleshoot routing issues by clarifying why a particular route is chosen over others.

KKey Concepts to Remember

  • Cisco routers select the route with the longest prefix length as the most specific and preferred path to a destination.
  • Administrative distance compares the trustworthiness of routes learned from different routing protocols or sources.
  • Metric values compare multiple paths within the same routing protocol to determine the lowest-cost route.
  • A default route acts as a fallback route when no more specific routes exist in the routing table.
  • Routers always prioritize prefix length over administrative distance and metric during route selection.
  • Lower administrative distance values indicate more reliable routing sources and are preferred over higher values.
  • Within a single routing protocol, the route with the lowest metric is installed in the routing table.
  • Default routes have the lowest specificity and are only used when no other matching routes are found.

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.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

Cisco routers select the route with the longest prefix length as the most specific and preferred path to a destination.

What exam trap should I watch out for?

Common exam trap: answer the scenario, not the keyword: A common exam trap is confusing administrative distance with metric when comparing routes. Administrative distance ranks trustworthiness between routing protocols, while metric compares path costs within the same protocol. Another trap is misunderstanding prefix length specificity; some candidates incorrectly assume a route with a longer prefix is less specific. Also, candidates may overlook the role of a default route as a fallback, mistakenly treating it as a preferred route over more specific matches. These misunderstandings can lead to incorrect route selection answers in CCNA routing questions.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.