- A
Lowest administrative distance
Why wrong: Distractor.
- B
Lowest OSPF cost
Correct choice.
- C
Highest bandwidth of the first hop only
Why wrong: Distractor.
- D
Lowest next-hop IP address
Why wrong: Distractor.
Quick Answer
The answer is the lowest OSPF cost. Within the OSPF protocol, each interface is assigned a cost based on its bandwidth, and the router calculates the total cumulative cost along each path to the destination network. The path with the smallest total cost is selected as the best route, because OSPF uses this metric as its sole criterion for internal path selection. On the CCNA 200-301 v2 exam, this concept tests your understanding of how OSPF operates independently of administrative distance, which only matters when comparing routes from different routing protocols. A common trap is confusing cost with hop count or assuming OSPF prefers the path with the highest bandwidth; in reality, cost is inversely related to bandwidth. Remember the mnemonic “Low Cost Wins” to keep straight that OSPF always picks the numerically smallest cost for the best path.
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: oSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
When two routes to the same destination are learned by OSPF from different paths, what criterion does OSPF use to select the best path?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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.
Key principle: OSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path.
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
Distractor.
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
- ✗
Highest bandwidth of the first hop only
Why it's wrong here
Distractor.
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
Distractor.
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
Correct choice.
✗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?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
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.
Detailed technical explanation
How to think about this question
OSPF (Open Shortest Path First) is a link-state routing protocol that calculates the best path to a destination by using a cost metric. This cost is assigned to each interface and typically inversely proportional to the bandwidth of the link. The router sums the costs of all interfaces along a path to determine the total path cost. The path with the lowest total cost is preferred and installed in the routing table. This metric-based approach allows OSPF to optimize routing decisions based on actual link characteristics rather than arbitrary values. When OSPF learns multiple routes to the same destination from different paths, it compares the total cost of each path. The route with the lowest cumulative cost is selected as the best path. Administrative distance, which is a measure of trustworthiness between different routing protocols, is not used to compare routes within OSPF itself. Instead, OSPF relies solely on its cost metric to make intra-protocol route decisions. This ensures consistent and predictable routing behavior within OSPF domains. A common exam trap is confusing administrative distance with OSPF cost. Administrative distance is only relevant when comparing routes from different routing protocols, such as OSPF versus EIGRP. Within OSPF, the router ignores administrative distance and focuses on cost. Another practical consideration is that OSPF cost is cumulative across all hops, not just the first link. This means a path with a high-bandwidth first hop but lower bandwidth subsequent hops may have a higher total cost than a path with consistent medium bandwidth links. Understanding this helps network engineers design efficient OSPF topologies and avoid suboptimal routing.
KKey Concepts to Remember
- OSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path.
- The OSPF cost metric is typically derived from the bandwidth of each link, with higher bandwidth links having lower cost values.
- Administrative distance is a routing protocol preference value used only when comparing routes learned from different routing protocols, not within OSPF.
- When multiple OSPF routes to the same destination exist, the router sums the cost of all outgoing interfaces along each path to determine the best route.
- OSPF does not select routes based on the next-hop IP address or only the bandwidth of the first hop; it considers the total path cost.
- OSPF cost calculation helps ensure traffic is routed over the most efficient path, improving network performance and reliability.
- Routers running OSPF maintain a link-state database and use Dijkstra’s algorithm to compute the shortest path tree based on cost.
- Understanding OSPF cost and route selection is critical for designing scalable and efficient IP connectivity 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.
Key takeaway
OSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Review oSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
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.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
IP Routing — This question tests IP Routing — OSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path..
What is the correct answer to this question?
The correct answer is: 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.
What should I do if I get this 200-301 question wrong?
Review oSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path., then practise related 200-301 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
OSPF selects the best route to a destination based on the lowest cumulative cost metric calculated along the entire path.
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 →
Last reviewed: May 17, 2026
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.
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.
Sign in to join the discussion.