- A
Default gateway information
This is correct because the host needs a default gateway for off-subnet traffic.
- B
An STP root bridge ID
Why wrong: This is wrong because end hosts do not need STP root information for IP reachability.
- C
A voice VLAN value
Why wrong: This is wrong because the symptom points to missing Layer 3 next-hop information, not phone VLAN behavior.
- D
A router ID
Why wrong: This is wrong because router IDs are routing-protocol concepts, not host DHCP requirements.
CCNA Network Services and Security Practice Question
This 200-301 practice question tests your understanding of network services and security. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: dHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.. 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.
A host receives a correct IP address and subnet mask from DHCP but still cannot reach remote networks. Local subnet communication works. Which missing DHCP option is the strongest suspect?
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
Default gateway information
The strongest suspect is the default gateway option. In practical terms, the host can already identify local destinations because the subnet mask is present. That is why local communication still works. What it does not have is the next hop needed for off-subnet traffic. Without a default gateway, remote communication usually fails. This is a very common host-troubleshooting scenario. It separates basic local addressing from the additional information required for off-subnet reachability.
Key principle: DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Default gateway information
Why this is correct
This is correct because the host needs a default gateway for off-subnet traffic.
Related concept
DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.
- ✗
An STP root bridge ID
Why it's wrong here
This is wrong because end hosts do not need STP root information for IP reachability.
When this WOULD be correct
In a different scenario, if the question asked about a network topology issue where a host is unable to communicate due to improper STP configuration, then identifying the STP root bridge ID could be crucial for resolving the problem. This would be relevant in a question focused on Layer 2 connectivity issues.
- ✗
A voice VLAN value
Why it's wrong here
This is wrong because the symptom points to missing Layer 3 next-hop information, not phone VLAN behavior.
When this WOULD be correct
In a question focused on configuring a network for VoIP services, if the scenario specifies that devices must communicate over a dedicated voice VLAN for quality of service, the absence of a voice VLAN value could lead to issues in voice communication, making this option correct.
- ✗
A router ID
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.
✓Default gateway informationCorrect answer▾
Why this is correct
This is correct because the host needs a default gateway for off-subnet traffic.
✗An STP root bridge IDWrong answer — click to see why▾
Why this is wrong here
STP (Spanning Tree Protocol) root bridge ID is a Layer 2 protocol mechanism used by switches to prevent loops, not a DHCP option. End hosts do not require STP information for IP connectivity.
★ When this WOULD be the correct answer
In a different scenario, if the question asked about a network topology issue where a host is unable to communicate due to improper STP configuration, then identifying the STP root bridge ID could be crucial for resolving the problem. This would be relevant in a question focused on Layer 2 connectivity issues.
Why candidates choose this
Students might confuse STP with routing or think that any missing protocol information could cause connectivity issues, but STP is irrelevant to host IP communication.
✗A voice VLAN valueWrong answer — click to see why▾
Why this is wrong here
Voice VLAN values are used to separate voice traffic on a switch, typically assigned via DHCP option 132 or LLDP-MED. The symptom of being unable to reach remote networks points to a missing default gateway, not a voice VLAN issue.
★ When this WOULD be the correct answer
In a question focused on configuring a network for VoIP services, if the scenario specifies that devices must communicate over a dedicated voice VLAN for quality of service, the absence of a voice VLAN value could lead to issues in voice communication, making this option correct.
Why candidates choose this
A test-taker might associate DHCP options with VLANs or think that missing VLAN information could cause routing problems, but voice VLANs are specific to VoIP phones and do not affect general IP routing.
✗A router IDWrong answer — click to see why▾
Why this is wrong here
Router ID is a routing protocol identifier (e.g., OSPF) used by routers, not a DHCP option for hosts. Hosts do not need a router ID to communicate; they need a default gateway.
★ When this WOULD be the correct answer
In a question about OSPF configuration, if a host is unable to establish OSPF adjacency with other routers, and the question asks about missing configuration elements, the absence of a router ID could be the correct answer, as it is essential for OSPF operation.
Why candidates choose this
The term 'router ID' sounds similar to 'default gateway' or 'router address,' leading students to think it might be necessary for routing. However, router ID is an internal router concept unrelated to host configuration.
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 options like STP root bridge ID or voice VLAN as the cause of remote connectivity failure. These options relate to Layer 2 switching or voice VLAN segmentation and do not affect IP routing or host reachability to remote networks. Candidates might confuse DHCP options that influence Layer 2 behavior with those critical for Layer 3 routing. The key mistake is overlooking the default gateway option, which is essential for off-subnet traffic forwarding. This trap tests the candidate’s understanding of DHCP’s role in providing routing information, not just IP addressing.
Detailed technical explanation
How to think about this question
DHCP (Dynamic Host Configuration Protocol) provides hosts with essential IP configuration parameters, including IP address, subnet mask, and optionally, the default gateway. The default gateway is a critical Layer 3 parameter that tells the host where to send packets destined for remote networks outside the local subnet. Without this information, the host cannot forward traffic beyond its local subnet, even if it has a valid IP address and subnet mask. When a host receives an IP address and subnet mask from DHCP, it can determine which IP addresses are local and which are remote. For local addresses, the host sends packets directly at Layer 2. For remote addresses, the host forwards packets to the default gateway's IP address. If the DHCP server does not provide the default gateway option, the host lacks the necessary next-hop information, causing communication failures with remote networks despite successful local communication. A common exam trap is confusing DHCP options that are unrelated to Layer 3 routing, such as STP root bridge ID or voice VLAN values. These options do not affect IP routing or reachability. The practical behavior is that missing the default gateway option causes hosts to fail in reaching any off-subnet destinations, which is a fundamental networking concept tested in CCNA. Understanding this distinction helps avoid misdiagnosing connectivity issues during the exam and real-world troubleshooting.
KKey Concepts to Remember
- DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.
- A host uses the subnet mask to determine if a destination IP address is local or remote within the network.
- The default gateway option provides the next-hop IP address for packets destined to remote networks outside the local subnet.
- Without a default gateway, a host cannot forward traffic to remote networks, causing off-subnet communication failures.
- DHCP options like STP root bridge ID or voice VLAN do not influence IP routing or host Layer 3 reachability.
- Local subnet communication works without a default gateway because packets are sent directly at Layer 2 within the subnet.
- Missing the default gateway in DHCP configuration is a common cause of connectivity issues to remote networks in CCNA scenarios.
- Understanding DHCP option roles helps distinguish between Layer 2 and Layer 3 configuration requirements in network troubleshooting.
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
DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.
Real-world example
How this comes up in practice
A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.
What to study next
Got this wrong? Here's your next step.
Review dHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts., 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 — DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts..
What is the correct answer to this question?
The correct answer is: Default gateway information — The strongest suspect is the default gateway option. In practical terms, the host can already identify local destinations because the subnet mask is present. That is why local communication still works. What it does not have is the next hop needed for off-subnet traffic. Without a default gateway, remote communication usually fails. This is a very common host-troubleshooting scenario. It separates basic local addressing from the additional information required for off-subnet reachability.
What should I do if I get this 200-301 question wrong?
Review dHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
DHCP assigns IP configuration parameters including IP address, subnet mask, and optionally the default gateway to hosts.
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.