mediummatchingObjective-mapped

Match each routing term to its description.

Question 1mediummatching
Full question →

Match each routing term to its description.

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. Both influence route selection but operate at different levels: administrative distance compares trustworthiness across routing protocols, while metric compares path costs within a single protocol. Misunderstanding this leads to incorrect route preference assumptions. Another trap is assuming a default route is just any route, when it specifically serves as a fallback when no specific route matches the destination. Summarization is often overlooked or confused with default routing, but it actually aggregates multiple routes to reduce routing table size and update traffic.

Technical deep dive

How to think about this question

Routing in Cisco networks relies on several key concepts to determine how packets reach their destinations efficiently and reliably. Administrative distance is a value assigned to routing protocols to indicate their trustworthiness; lower values mean higher trust. For example, directly connected routes have an administrative distance of 0, making them most preferred. Metrics, on the other hand, are protocol-specific values used internally to select the best path among multiple available routes within the same routing protocol. For instance, OSPF uses cost based on bandwidth, while EIGRP uses a composite metric including bandwidth and delay. The router uses administrative distance first to choose which routing protocol's route to install in the routing table when multiple protocols provide routes to the same destination. If multiple routes come from the same protocol, the metric determines the best path. A default route is a special routing entry used when no other specific route matches the destination IP address; it acts as a catch-all to forward traffic to a next-hop router or interface. Summarization reduces routing table size and update overhead by combining multiple contiguous routes into a single advertisement, improving scalability and efficiency. The biggest source of confusion in Cisco routing questions is mixing administrative distance and metric, as both influence route selection but at different decision points. Administrative distance compares route sources across protocols, while metric compares paths within a protocol. Misinterpreting default routes as general routes or confusing summarization with default routing can also cause errors. Understanding these distinctions is critical for Cisco CCNA exam success and practical network design, where route trust and path efficiency must be balanced carefully.

KKey Concepts to Remember

  • Administrative distance determines how much a router trusts a routing protocol compared to others, with lower values indicating higher trustworthiness.
  • Metric is a routing protocol-specific value used to select the best path among multiple routes within the same protocol based on criteria like bandwidth or delay.
  • A default route acts as a fallback path used when no more specific route to a destination exists in the routing table.
  • Summarization aggregates multiple specific routes into a broader route advertisement to reduce routing table size and update traffic.
  • Routers first compare administrative distance to choose between routes from different protocols before using metric to select the best path within a single protocol.
  • Administrative distance values are fixed per protocol in Cisco devices, influencing route preference regardless of metric values.
  • Default routes simplify routing decisions by providing a single path for unknown destinations, improving network efficiency.
  • Summarization helps optimize routing performance by minimizing the number of routes advertised and stored in routing tables.

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 determines how much a router trusts a routing protocol compared to others, with lower values indicating higher trustworthiness.

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. Both influence route selection but operate at different levels: administrative distance compares trustworthiness across routing protocols, while metric compares path costs within a single protocol. Misunderstanding this leads to incorrect route preference assumptions. Another trap is assuming a default route is just any route, when it specifically serves as a fallback when no specific route matches the destination. Summarization is often overlooked or confused with default routing, but it actually aggregates multiple routes to reduce routing table size and update traffic.

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.