mediummultiple choiceObjective-mapped

What is the main difference between administrative distance and metric in route selection?

Question 1mediummultiple choice
Full question →

What is the main difference between administrative distance and metric in route selection?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Administrative distance compares trust between route sources, while metric compares paths within a route source or protocol.

This is correct because it captures the different roles of AD and metric.

B

Distractor review

Administrative distance is used only for wireless routing and metric only for wired routing.

This is wrong because these are not wireless-versus-wired concepts.

C

Distractor review

Metric always overrides prefix length.

This is wrong because prefix specificity is a separate and often earlier decision factor.

D

Distractor review

Administrative distance is the same as subnet mask length.

This is wrong because AD and prefix length are different concepts.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is to confuse administrative distance with metric, assuming they serve the same purpose or that metric is always the deciding factor in route selection. Many learners mistakenly believe that metric overrides administrative distance or that administrative distance relates to subnet mask length. This confusion leads to incorrect answers because administrative distance compares trustworthiness between different routing sources, while metric compares paths within the same routing protocol. Misunderstanding this distinction can cause errors in predicting which route a Cisco router will install in its routing table when multiple routes exist.

Technical deep dive

How to think about this question

Administrative distance (AD) is a value used by Cisco routers to rate the trustworthiness of routing information received from different routing protocols or sources. It is a router-wide parameter that helps the router decide which routing protocol's route to install in the routing table when multiple protocols provide routes to the same destination prefix. Lower AD values indicate more trustworthy sources. For example, directly connected routes have an AD of 0, static routes default to 1, EIGRP internal routes have 90, OSPF has 110, and RIP has 120. Metric, on the other hand, is a value used within a single routing protocol to compare multiple possible paths to the same destination network. Metrics vary by protocol: OSPF uses cost based on bandwidth, EIGRP uses a composite metric including bandwidth and delay, and RIP uses hop count. The metric helps the routing protocol select the best path among multiple candidates it learns from its own routing updates. In Cisco routing behavior, when routes to the same prefix come from different routing protocols, the router first compares administrative distance to choose the most trusted route. If the routes come from the same protocol, the router compares their metrics to select the best path. A common exam trap is confusing AD and metric as interchangeable or thinking metric is used across protocols. Understanding this distinction is critical for correctly predicting route selection in multi-protocol environments and for troubleshooting routing issues in Cisco networks.

KKey Concepts to Remember

  • Administrative distance compares the trustworthiness of routes from different routing protocols or sources to determine which route is preferred.
  • Metric compares multiple candidate paths within the same routing protocol to select the best path to a destination network.
  • Cisco routers first compare administrative distance when multiple routes to the same prefix come from different protocols before considering metrics.
  • Lower administrative distance values indicate more trusted routing sources and are preferred over higher values.
  • Routing protocols assign different default administrative distances, such as 0 for connected, 1 for static, 90 for EIGRP, 110 for OSPF, and 120 for RIP.
  • Metrics vary by routing protocol and reflect path characteristics like bandwidth, delay, or hop count to choose the optimal route within that protocol.
  • Administrative distance and metric are distinct concepts and should not be confused or used interchangeably in route selection.
  • Understanding the difference between administrative distance and metric is essential for troubleshooting and predicting routing behavior in Cisco 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.

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?

Administrative distance compares the trustworthiness of routes from different routing protocols or sources to determine which route is preferred.

What is the correct answer to this question?

The correct answer is: Administrative distance compares trust between route sources, while metric compares paths within a route source or protocol. — Administrative distance compares the trustworthiness of different route sources, while metric compares candidate paths within a route source or protocol. In practical terms, if two routes to the same prefix come from different protocols, administrative distance often decides first. If the routes come from the same protocol, the metric is usually the more relevant comparison. This distinction is one of the most important in route-selection questions because learners often mix them up.

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.