Courseiva
Question 230 of 1,389
IP RoutingmediumMultiple ChoiceObjective-mapped

CCNA IP Routing Practice Question

When two routes to the same destination are learned by OSPF from different paths, what criterion does OSPF use to select the best path?

⚠ Common exam trap

A common exam trap is selecting administrative distance as the criterion for OSPF route selection. While administrative distance determines route preference between different routing protocols, OSPF uses cost internally to choose the best path. Another trap is assuming OSPF chooses routes based on the highest bandwidth of the first hop only, ignoring the cumulative cost of the entire path. Candidates may also mistakenly think OSPF uses the lowest next-hop IP address, which is incorrect. These misunderstandings can lead to incorrect answers on OSPF routing questions.

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

Lowest OSPF cost

Within OSPF, the router compares the total path cost to the destination. Lower cost is preferred. Administrative distance is used when comparing routes from different routing sources, not between two OSPF paths.

Answer analysis

Option-by-option breakdown

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

  • Lowest administrative distance

    Why it's wrong here

    Administrative distance (AD) is a Cisco trustworthiness rating used only when comparing routes to the same prefix learned by different routing protocols, such as OSPF versus EIGRP. When two routes are both learned by OSPF, their ADs are identical, so AD cannot serve as a differentiating factor. OSPF's internal decision process ignores AD and always selects the route with the lowest computed cost.

    When this WOULD be correct

    If the question asked about the selection criteria for routes learned from multiple routing protocols, such as OSPF and EIGRP, then the lowest administrative distance would be the correct answer. In this scenario, OSPF would be compared against another protocol, and the administrative distance would determine which route to prefer.

  • Lowest OSPF cost

    Why this is correct

    OSPF defines cost as a metric derived from the cumulative bandwidth of all links in the path; each interface has a cost inversely proportional to its bandwidth, and the total cost is the sum of these interface costs. The route with the lowest total OSPF cost is always preferred because it represents the shortest and most efficient path based on the link speeds. This is the fundamental metric OSPF uses to build its SPF routing table.

  • Highest bandwidth of the first hop only

    Why it's wrong here

    OSPF's metric is cost, which is inversely proportional to bandwidth and calculated cumulatively across every outgoing interface along the path. The bandwidth of only the first hop is irrelevant because a path with a very fast first hop but slow subsequent links could still have a higher total cost than a consistently fast path. Thus, OSPF never makes a routing decision based solely on the first hop's bandwidth.

    When this WOULD be correct

    In a question asking which routing protocol selects paths based solely on the highest bandwidth of the first hop, this option would be correct. For instance, if the question specified a protocol that prioritizes the first hop's bandwidth over cumulative path metrics, such as EIGRP, then this answer would apply.

  • Lowest next-hop IP address

    Why it's wrong here

    OSPF does not use the next-hop IP address as a tie-breaker when choosing between two separate routes to the same destination. The routing decision is strictly based on metric (cost) first, and only if costs are equal would load-balancing or additional tie-breaking logic come into play, but that logic never prioritizes a lower next-hop IP in this scenario. Since the question asks about learned routes from OSPF, the lowest next-hop IP is never a valid criterion for OSPF path selection.

    When this WOULD be correct

    In a question asking which routing protocol selects paths based on the lowest next-hop IP address, this option would be correct. For example, if the question specifically pertains to static routing or a different protocol that uses next-hop addresses for path selection, then this option would apply.

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.

Lowest OSPF costCorrect answer

Why this is correct

OSPF defines cost as a metric derived from the cumulative bandwidth of all links in the path; each interface has a cost inversely proportional to its bandwidth, and the total cost is the sum of these interface costs. The route with the lowest total OSPF cost is always preferred because it represents the shortest and most efficient path based on the link speeds. This is the fundamental metric OSPF uses to build its SPF routing table.

Lowest administrative distanceWrong answer — click to see why

Why this is wrong here

Administrative distance is used to select between routes from different routing protocols (e.g., OSPF vs. EIGRP), not between multiple OSPF routes to the same destination. For OSPF-learned routes, the administrative distance is the same, so it does not differentiate.

★ When this WOULD be the correct answer

If the question asked about the selection criteria for routes learned from multiple routing protocols, such as OSPF and EIGRP, then the lowest administrative distance would be the correct answer. In this scenario, OSPF would be compared against another protocol, and the administrative distance would determine which route to prefer.

Why candidates choose this

Students often confuse the role of administrative distance, thinking it applies to route selection within the same protocol, but it is actually used for comparing routes from different sources.

Highest bandwidth of the first hop onlyWrong answer — click to see why

Why this is wrong here

OSPF cost is based on the cumulative cost of all outgoing interfaces along the path, not just the first hop. Additionally, bandwidth alone is not directly used; cost is inversely proportional to bandwidth. The highest bandwidth does not guarantee the lowest cost if other links have higher costs.

★ When this WOULD be the correct answer

In a question asking which routing protocol selects paths based solely on the highest bandwidth of the first hop, this option would be correct. For instance, if the question specified a protocol that prioritizes the first hop's bandwidth over cumulative path metrics, such as EIGRP, then this answer would apply.

Why candidates choose this

Some might think that the first hop's bandwidth is the primary factor, similar to how some routing protocols consider hop count. However, OSPF considers the entire path cost.

Lowest next-hop IP addressWrong answer — click to see why

Why this is wrong here

OSPF does not use the next-hop IP address as a tiebreaker for route selection. The next-hop IP is determined after the best route is chosen. Using the lowest IP address is not a criterion in OSPF's SPF algorithm.

★ When this WOULD be the correct answer

In a question asking which routing protocol selects paths based on the lowest next-hop IP address, this option would be correct. For example, if the question specifically pertains to static routing or a different protocol that uses next-hop addresses for path selection, then this option would apply.

Why candidates choose this

In some routing protocols or configurations, IP addresses can be used as tiebreakers (e.g., in BGP or when equal-cost paths exist), but OSPF relies solely on cost unless equal-cost load balancing is configured.

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: May 17, 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.