mediummatchingObjective-mapped

Match each route-selection concept to its most accurate meaning.

Question 1mediummatching
Full question →

Match each route-selection concept to its most accurate meaning.

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. Candidates often think metric alone determines route preference across different routing protocols, but administrative distance actually ranks route sources by trust. Another trap is misunderstanding longest-prefix match as a tiebreaker rather than the primary method to select the most specific route. Misapplying floating static routes by assigning them a lower administrative distance than primary routes can cause routing loops or unintended failover.

Technical deep dive

How to think about this question

Longest-prefix match is the fundamental routing principle where the router selects the route with the most specific subnet mask that matches the destination IP address. This means that if multiple routes match, the one with the longest subnet mask (most bits set) is chosen because it precisely targets the destination network. This concept is critical in Cisco routing as it ensures traffic is forwarded along the most exact path available. After longest-prefix match narrows down candidate routes, administrative distance (AD) is used to rank routes learned from different sources or routing protocols. AD is a numeric value that represents the trustworthiness of a route source; lower AD values are preferred. For example, directly connected interfaces have an AD of 0, static routes default to 1, EIGRP routes have 90, and OSPF routes have 110. This ranking ensures that if multiple protocols provide routes to the same destination, the router installs the most reliable one. Metrics come into play when multiple routes to the same destination exist within the same routing protocol. Each protocol uses its own metric calculation method: EIGRP uses bandwidth and delay, OSPF uses cost based on interface bandwidth, and RIP uses hop count. The route with the lowest metric is preferred. Floating static routes are static routes configured with a higher administrative distance than the primary route, so they remain inactive until the primary route fails. This design prevents routing conflicts and provides a reliable backup path, a common practice in Cisco network failover strategies.

KKey Concepts to Remember

  • Longest-prefix match selects the most specific route by choosing the destination IP address with the greatest number of matching bits in the subnet mask.
  • Administrative distance ranks routing sources by trustworthiness, with lower values preferred to determine which routing protocol's route is installed in the routing table.
  • Metric compares multiple paths within the same routing protocol to select the best route based on protocol-specific criteria like bandwidth or hop count.
  • A floating static route is configured with a higher administrative distance than the primary route to act as a backup that only activates if the primary route fails.
  • Routing tables use longest-prefix match first to find candidate routes, then administrative distance to choose between different protocols, and finally metric to select the best path within a protocol.
  • Administrative distance values are fixed per routing protocol in Cisco devices, such as 0 for connected routes, 1 for static routes, 90 for EIGRP, and 110 for OSPF.
  • Metrics vary by routing protocol: EIGRP uses bandwidth and delay, OSPF uses cost based on interface bandwidth, and RIP uses hop count.
  • Floating static routes help ensure network resilience by providing a failover path without interfering with the primary routing decisions under normal conditions.

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?

Longest-prefix match selects the most specific route by choosing the destination IP address with the greatest number of matching bits in the subnet mask.

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. Candidates often think metric alone determines route preference across different routing protocols, but administrative distance actually ranks route sources by trust. Another trap is misunderstanding longest-prefix match as a tiebreaker rather than the primary method to select the most specific route. Misapplying floating static routes by assigning them a lower administrative distance than primary routes can cause routing loops or unintended failover.

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.