- A
Because OSPF is an interior link-state protocol, while BGP is a path-vector protocol associated with interdomain routing.
This is correct because that is the main conceptual distinction between the two.
- B
Because BGP is only for Layer 2 switching and OSPF is only for wireless networks.
Why wrong: This is wrong because both are Layer 3 routing protocols.
- C
Because OSPF has no metrics and BGP always uses STP cost.
Why wrong: This is wrong because that misrepresents both protocols.
- D
Because BGP and OSPF are both DHCP extensions.
Why wrong: This is wrong because neither protocol is a DHCP extension.
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 uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.. 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.
Which statement best explains why BGP path-vector behavior is often presented as different from OSPF link-state behavior?
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
Because OSPF is an interior link-state protocol, while BGP is a path-vector protocol associated with interdomain routing.
The two protocols are presented differently because they approach route exchange and path reasoning in different ways. In practical terms, OSPF is an interior link-state protocol associated with topology awareness inside a routing domain, while BGP is associated with exchanging reachability and path information across autonomous-system boundaries. At CCNA level, the goal is to understand that these protocols serve different scopes and models of routing.
Key principle: OSPF uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Because OSPF is an interior link-state protocol, while BGP is a path-vector protocol associated with interdomain routing.
Why this is correct
This is correct because that is the main conceptual distinction between the two.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
OSPF uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.
- ✗
Because BGP is only for Layer 2 switching and OSPF is only for wireless networks.
Why it's wrong here
This is wrong because both are Layer 3 routing protocols.
- ✗
Because OSPF has no metrics and BGP always uses STP cost.
Why it's wrong here
This is wrong because that misrepresents both protocols.
When this WOULD be correct
If the question were framed to ask about a scenario where OSPF operates in a network without metrics, such as a theoretical or simplified model, and BGP was incorrectly described as using STP cost for path selection, this option could be considered correct in that misleading context.
- ✗
Because BGP and OSPF are both DHCP extensions.
Why it's wrong here
This is wrong because neither protocol is a DHCP extension.
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.
✓Because OSPF is an interior link-state protocol, while BGP is a path-vector protocol associated with interdomain routing.Correct answer▾
Why this is correct
This is correct because that is the main conceptual distinction between the two.
✗Because BGP is only for Layer 2 switching and OSPF is only for wireless networks.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because BGP operates at Layer 3 for interdomain routing and is not limited to Layer 2 switching, while OSPF is a routing protocol used in IP networks, not specifically for wireless networks.
★ When this WOULD be the correct answer
This option would be correct in a question that specifically asks about the functionalities of protocols limited to Layer 2 and Layer 3, where BGP is incorrectly described as a Layer 2 protocol, and OSPF is incorrectly associated only with wireless networks.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of protocol layers and their applications, leading them to incorrectly associate BGP with Layer 2 and OSPF with wireless environments.
✗Because OSPF has no metrics and BGP always uses STP cost.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because OSPF does use metrics, specifically link costs, to determine the best path, while BGP uses attributes like AS path and next-hop. Additionally, BGP does not use STP cost as a metric, which is specific to Layer 2 switching.
★ When this WOULD be the correct answer
If the question were framed to ask about a scenario where OSPF operates in a network without metrics, such as a theoretical or simplified model, and BGP was incorrectly described as using STP cost for path selection, this option could be considered correct in that misleading context.
Why candidates choose this
Candidates may choose this option due to confusion between different networking concepts, mistakenly associating BGP's path selection with Layer 2 metrics and not fully understanding OSPF's use of link costs.
✗Because BGP and OSPF are both DHCP extensions.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because BGP (Border Gateway Protocol) and OSPF (Open Shortest Path First) are not related to DHCP (Dynamic Host Configuration Protocol) extensions; they are routing protocols used for different purposes in network routing.
★ When this WOULD be the correct answer
If the question were to ask about the relationship between BGP, OSPF, and DHCP in terms of network protocols, and how they interact or extend functionalities, option D could be correct in a context discussing how routing protocols can be influenced by DHCP configurations.
Why candidates choose this
Candidates may find this option tempting due to a misunderstanding of how different network protocols interact, leading them to incorrectly associate BGP and OSPF with DHCP, which is a common topic in networking discussions.
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 frequent exam trap is assuming BGP behaves like OSPF because both are routing protocols. Candidates may mistakenly think BGP uses link-state flooding or shortest path metrics like OSPF, leading to confusion about route selection and protocol scope. This misunderstanding can cause incorrect answers about how BGP handles routing information or why it is used between autonomous systems. Remember, BGP’s path-vector mechanism focuses on AS path attributes and policy, not topology maps or link costs, which is a key conceptual difference tested in CCNA.
Detailed technical explanation
How to think about this question
Border Gateway Protocol (BGP) is a path-vector routing protocol primarily used for interdomain routing between autonomous systems (ASes) on the internet. It exchanges reachability and path information, focusing on policy-based routing decisions rather than purely shortest path metrics. Open Shortest Path First (OSPF), in contrast, is an interior gateway protocol (IGP) that uses a link-state algorithm to build a complete topology map of a single routing domain, enabling routers to calculate the shortest path to each destination based on link costs. The fundamental difference in behavior arises because OSPF routers flood link-state advertisements (LSAs) to build a synchronized database of the network topology, allowing each router to independently compute the best path using Dijkstra’s algorithm. BGP, however, maintains path information as a vector of AS hops and uses attributes like AS path, local preference, and MED to select routes. This path-vector approach supports complex policy decisions and loop prevention across multiple autonomous systems, unlike OSPF’s metric-based shortest path selection within a single AS. A common exam trap is confusing BGP’s path-vector behavior with link-state or distance-vector protocols, leading to incorrect assumptions about metric calculation or route flooding. In practice, BGP does not flood topology changes like OSPF but advertises reachable prefixes with path attributes. Understanding this distinction helps avoid misinterpreting BGP as a simple metric-based protocol and clarifies why BGP is suited for interdomain routing while OSPF is optimized for intradomain routing.
KKey Concepts to Remember
- OSPF uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.
- BGP exchanges path vectors containing AS path information to make routing decisions across multiple autonomous systems.
- BGP’s path-vector protocol supports policy-based routing and loop prevention by using attributes like AS path and local preference.
- OSPF calculates routes based on link costs using Dijkstra’s algorithm, focusing on intradomain routing efficiency.
- BGP does not flood topology changes but advertises reachable prefixes with path attributes to peers.
- OSPF operates as an interior gateway protocol, while BGP functions as an exterior gateway protocol for interdomain routing.
- Confusing BGP with link-state or distance-vector protocols leads to misunderstanding of routing behavior and scope.
- BGP’s design allows it to manage complex routing policies between autonomous systems, unlike OSPF’s focus on topology.
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 uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.
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 uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation., 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 uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation..
What is the correct answer to this question?
The correct answer is: Because OSPF is an interior link-state protocol, while BGP is a path-vector protocol associated with interdomain routing. — The two protocols are presented differently because they approach route exchange and path reasoning in different ways. In practical terms, OSPF is an interior link-state protocol associated with topology awareness inside a routing domain, while BGP is associated with exchanging reachability and path information across autonomous-system boundaries. At CCNA level, the goal is to understand that these protocols serve different scopes and models of routing.
What should I do if I get this 200-301 question wrong?
Review oSPF uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation., 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 uses link-state advertisements to build a complete topology database within a single autonomous system for shortest path calculation.
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.