- A
2-WAY
Why wrong: 2-WAY means bidirectional hellos, but not full database exchange.
- B
EXSTART
Why wrong: EXSTART is the master-slave negotiation stage.
- C
FULL
FULL indicates the neighbors are fully adjacent.
- D
INIT
Why wrong: INIT means a hello was seen, but bidirectional communication is not confirmed yet.
CCNA Network Services and Security Practice Question
This 200-301 practice question tests your understanding of network services and security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: oSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.. 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 OSPF neighbor state indicates that the routers have already exchanged full link-state databases?
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
FULL
FULL means the adjacency is complete and database synchronization has finished. States such as INIT, 2-WAY, EXSTART, and EXCHANGE all occur earlier in the process.
Key principle: OSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
2-WAY
Why it's wrong here
2-WAY means bidirectional hellos, but not full database exchange.
When this WOULD be correct
In a different question asking about the state where routers have acknowledged each other as neighbors but have not yet completed the database exchange, the 2-WAY state would be the correct answer. For example, a question could ask which state indicates that routers are ready to proceed with database synchronization.
- ✗
EXSTART
Why it's wrong here
EXSTART is the master-slave negotiation stage.
When this WOULD be correct
In a question asking about the OSPF state during the database exchange process, specifically regarding the negotiation phase between routers, EXSTART would be the correct answer when identifying the state before the actual database synchronization occurs.
- ✓
FULL
Why this is correct
FULL indicates the neighbors are fully adjacent.
Related concept
OSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.
- ✗
INIT
Why it's wrong here
INIT means a hello was seen, but bidirectional communication is not confirmed yet.
When this WOULD be correct
In a question asking about the initial state of OSPF neighbor relationships or the process of establishing OSPF adjacencies, INIT could be the correct answer when referring to the very first step of neighbor discovery.
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.
✓FULLCorrect answer▾
Why this is correct
FULL indicates the neighbors are fully adjacent.
✗2-WAYWrong answer — click to see why▾
Why this is wrong here
The 2-WAY state indicates that bidirectional communication has been established via Hello packets, but no link-state database exchange has occurred. Full database exchange only happens after the EXSTART and EXCHANGE states.
★ When this WOULD be the correct answer
In a different question asking about the state where routers have acknowledged each other as neighbors but have not yet completed the database exchange, the 2-WAY state would be the correct answer. For example, a question could ask which state indicates that routers are ready to proceed with database synchronization.
Why candidates choose this
Students might confuse 2-WAY with FULL because both indicate a form of adjacency, but 2-WAY is only a preliminary state before database exchange begins.
✗EXSTARTWrong answer — click to see why▾
Why this is wrong here
EXSTART is the state where master-slave relationship is negotiated and initial Database Description (DD) packets are exchanged, but the actual link-state database content has not yet been fully exchanged. Full exchange occurs in the EXCHANGE and LOADING states.
★ When this WOULD be the correct answer
In a question asking about the OSPF state during the database exchange process, specifically regarding the negotiation phase between routers, EXSTART would be the correct answer when identifying the state before the actual database synchronization occurs.
Why candidates choose this
The name 'EXSTART' might be misinterpreted as 'exchange start' implying full exchange, but it is only the beginning of the exchange process.
✗INITWrong answer — click to see why▾
Why this is wrong here
The INIT state means that a router has received a Hello packet from a neighbor but has not yet seen its own Router ID in the neighbor's Hello, indicating that bidirectional communication is not confirmed. No database exchange occurs in this state.
★ When this WOULD be the correct answer
In a question asking about the initial state of OSPF neighbor relationships or the process of establishing OSPF adjacencies, INIT could be the correct answer when referring to the very first step of neighbor discovery.
Why candidates choose this
INIT might be mistaken for the initial stage of database exchange, but it is actually the very first step in neighbor discovery, far before any database synchronization.
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 selecting the 2-WAY or EXSTART states as the answer because they represent important steps in OSPF neighbor formation. However, 2-WAY only confirms bidirectional hello packets without database exchange, and EXSTART is merely the negotiation phase for database synchronization. Choosing these states overlooks the fact that full link-state database exchange and adjacency completion only occur at the FULL state. Misunderstanding this can lead to incorrect assumptions about OSPF neighbor readiness and routing stability.
Detailed technical explanation
How to think about this question
OSPF (Open Shortest Path First) is a link-state routing protocol that establishes neighbor relationships through a series of defined states. These states represent the progress of adjacency formation and database synchronization between routers. The process begins with the INIT state, where a router detects a hello packet from a neighbor but has not yet confirmed bidirectional communication. It then moves to the 2-WAY state, confirming bidirectional communication but not yet exchanging routing information. The EXSTART state follows, where routers negotiate master-slave roles to coordinate the database exchange process. The critical state for full adjacency is the FULL state, which signifies that both routers have successfully exchanged their entire link-state databases and are synchronized. This state ensures that both routers have identical topology information, allowing them to make consistent and accurate routing decisions. The transition through these states is essential for OSPF's reliable operation, as it prevents routing loops and inconsistencies by confirming database synchronization before forwarding traffic. A common exam trap is confusing the 2-WAY or EXSTART states with FULL. While 2-WAY confirms bidirectional communication and EXSTART initiates database exchange, neither guarantees complete synchronization. In practical networking, routers in the FULL state can immediately forward traffic based on the synchronized database, whereas routers in earlier states cannot. Understanding these distinctions is vital for troubleshooting OSPF adjacencies and ensuring network stability.
KKey Concepts to Remember
- OSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.
- The FULL state in OSPF indicates that routers have completed the exchange of their entire link-state databases and are fully adjacent.
- OSPF uses a master-slave relationship during the EXSTART state to negotiate the initial sequence number for database exchange.
- The INIT state in OSPF means a router has received a hello packet but has not yet confirmed bidirectional communication with the neighbor.
- The 2-WAY state in OSPF confirms bidirectional communication but does not guarantee full database synchronization.
- OSPF adjacency states ensure reliable and consistent routing information by controlling the database exchange process step-by-step.
- Routers in the FULL state can forward traffic based on the synchronized link-state database, ensuring accurate routing decisions.
- Understanding OSPF neighbor states helps prevent misinterpretation of adjacency status and supports troubleshooting routing issues effectively.
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 neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.
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 neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Services and Security — study guide chapter
Learn the concepts, then practise the questions
- →
Network Services and Security 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?
Network Services and Security — This question tests Network Services and Security — OSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized..
What is the correct answer to this question?
The correct answer is: FULL — FULL means the adjacency is complete and database synchronization has finished. States such as INIT, 2-WAY, EXSTART, and EXCHANGE all occur earlier in the process.
What should I do if I get this 200-301 question wrong?
Review oSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
OSPF neighbors progress through specific states during adjacency formation, culminating in the FULL state when link-state databases are fully synchronized.
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.