Courseiva
Question 1,883 of 1,389
IP RoutingmediumMultiple SelectObjective-mapped

CCNA IP Routing Practice Question

Which TWO statements about interpreting routing table output are true? (Choose two.)

⚠ Common exam trap

Cisco often tests the misconception that administrative distance is the primary tie-breaker, but the trap here is that the longest prefix match rule always takes precedence, even over a directly connected route with AD 0.

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

A route with a longer prefix length is always preferred over a route with a shorter prefix length, regardless of administrative distance.

Longest-prefix match always wins regardless of AD or route source (A correct), and directly connected routes have AD 0 (B correct). C is incorrect because among equal prefix lengths, lower AD wins. D is wrong because metric only compares same-protocol routes, while AD compares across protocols. E fails because a higher AD (200) is less preferred than OSPF's 110.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A route with a longer prefix length is always preferred over a route with a shorter prefix length, regardless of administrative distance.

    Why this is correct

    The longest-prefix match rule is the first criterion in the routing table lookup: a route with a longer subnet mask (e.g., /32) is always selected over a less specific route (e.g., /24) for the same destination, even if that less specific route has a much lower administrative distance. Administrative distance becomes relevant only after the router identifies the set of routes with the longest matching prefix length. For example, a static route to 10.0.0.0/24 with AD 1 will lose to an OSPF route to 10.0.0.0/32 with AD 110, because specificity determines the winning route before AD is ever considered.

  • A directly connected route has an administrative distance of 0 and is always preferred over any dynamic route for the same network.

    Why this is correct

    A directly connected route is automatically installed when an interface is configured with an IP address and is up; its administrative distance is 0, the lowest possible value. Because no other source can have an AD lower than 0, any directly connected route will beat a dynamic route (OSPF AD 110, EIGRP AD 90) for the same network, assuming the prefix lengths are the same. This is why directly connected networks are always preferred for forwarding and also why they are commonly used as the trust anchor in route redistribution.

  • If two routes have the same prefix length, the route with the higher administrative distance is preferred.

    Why it's wrong here

    This statement is the literal opposite of the correct behavior: when two routes share the same prefix length, the router uses administrative distance as a tie-breaker, and the lower AD value is preferred. A higher administrative distance indicates a less trustworthy route, so it will never win against a lower-AD route if both are in the routing table. For instance, an OSPF route with AD 110 beats a RIP route with AD 120 for the same /24 network because 110 is lower.

  • The metric is used to compare routes from different routing protocols.

    Why it's wrong here

    Metrics are only comparable within a single routing protocol; each protocol uses its own metric (OSPF cost, EIGRP composite, RIP hop count) and these values are not interchangeable. When a router receives routes to the same destination from different protocols, it first compares administrative distance, not metric, because AD is designed to express the trustworthiness of the route's source. After a single protocol is chosen, the metric then selects the best route from that protocol's candidates. Therefore, saying the metric is used to compare routes from different routing protocols confuses the two distinct selection phases.

  • A static route configured with an administrative distance of 200 will be preferred over an OSPF route with AD 110 for the same network.

    Why it's wrong here

    A static route with a configured administrative distance of 200 is a floating static route; it is not installed as long as any usable route with a lower AD exists. OSPF's default AD of 110 is lower than 200, so the OSPF route is preferred for the same network and the static route remains in the backup state. This technique is useful for providing a backup path, but in this scenario the OSPF route wins the comparison because a router always selects the route with the lower administrative distance when prefix lengths match.

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.

A route with a longer prefix length is always preferred over a route with a shorter prefix length, regardless of administrative distance.Correct answer

Why this is correct

The longest-prefix match rule is the first criterion in the routing table lookup: a route with a longer subnet mask (e.g., /32) is always selected over a less specific route (e.g., /24) for the same destination, even if that less specific route has a much lower administrative distance. Administrative distance becomes relevant only after the router identifies the set of routes with the longest matching prefix length. For example, a static route to 10.0.0.0/24 with AD 1 will lose to an OSPF route to 10.0.0.0/32 with AD 110, because specificity determines the winning route before AD is ever considered.

If two routes have the same prefix length, the route with the higher administrative distance is preferred.Wrong answer — click to see why

Why this is wrong here

A lower AD indicates a more trustworthy source, so the route with the lower AD is preferred, not the higher one.

The metric is used to compare routes from different routing protocols.Wrong answer — click to see why

Why this is wrong here

Metrics are only comparable within the same routing protocol (e.g., OSPF cost vs. EIGRP composite metric). For different protocols, AD is used to select the best route.

A static route configured with an administrative distance of 200 will be preferred over an OSPF route with AD 110 for the same network.Wrong answer — click to see why

Why this is wrong here

A lower AD is preferred; OSPF AD 110 is lower than 200, so the OSPF route would be chosen.

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?”

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.