- A
DISCOVER
Why wrong: DISCOVER starts the process but does not accept the offer.
- B
OFFER
Why wrong: OFFER is sent by the server.
- C
REQUEST
Correct. REQUEST is the client's acceptance step.
- D
ACK
Why wrong: ACK is sent by the server, not the client.
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: the DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.. 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 DHCP message does the client send to formally accept an offered address?
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
REQUEST
In the DORA process, the client sends DHCPREQUEST after receiving an offer. The server then responds with DHCPACK if the lease is granted.
Key principle: The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
DISCOVER
Why it's wrong here
DISCOVER starts the process but does not accept the offer.
When this WOULD be correct
If the question asked which DHCP message is used to initiate the IP address allocation process, then 'DISCOVER' would be the correct answer. This would be in the context of a question focused on the initial steps of the DHCP handshake.
- ✗
OFFER
Why it's wrong here
OFFER is sent by the server.
When this WOULD be correct
If the question were to ask which message is sent by the server to propose an IP address to the client, then OFFER would be the correct answer. This would involve a scenario focusing on the DHCP server's role in the address allocation process.
- ✓
REQUEST
Why this is correct
Correct. REQUEST is the client's acceptance step.
Related concept
The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.
- ✗
ACK
Why it's wrong here
ACK is sent by the server, not the client.
When this WOULD be correct
If the question asked which DHCP message is sent by the server to confirm the acceptance of an IP address after the client sends a REQUEST, then 'ACK' would be the correct answer. This scenario focuses on the server's response rather than the client's action.
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.
✓REQUESTCorrect answer▾
Why this is correct
Correct. REQUEST is the client's acceptance step.
✗DISCOVERWrong answer — click to see why▾
Why this is wrong here
The DISCOVER message is used by the client to locate available DHCP servers, not to accept an offered address. It is the first step in the DORA process.
★ When this WOULD be the correct answer
If the question asked which DHCP message is used to initiate the IP address allocation process, then 'DISCOVER' would be the correct answer. This would be in the context of a question focused on the initial steps of the DHCP handshake.
Why candidates choose this
Students might think DISCOVER is the acceptance message because it is the first client message, but acceptance occurs later with REQUEST.
✗OFFERWrong answer — click to see why▾
Why this is wrong here
The OFFER message is sent by the DHCP server to propose an IP address to the client, not by the client to accept it. The client cannot send an OFFER.
★ When this WOULD be the correct answer
If the question were to ask which message is sent by the server to propose an IP address to the client, then OFFER would be the correct answer. This would involve a scenario focusing on the DHCP server's role in the address allocation process.
Why candidates choose this
The word 'OFFER' might be misinterpreted as the client's acceptance of an offer, but in DHCP, the server makes the offer.
✗ACKWrong answer — click to see why▾
Why this is wrong here
The ACK message is sent by the DHCP server to confirm the lease after receiving the REQUEST, not by the client. The client does not send ACK.
★ When this WOULD be the correct answer
If the question asked which DHCP message is sent by the server to confirm the acceptance of an IP address after the client sends a REQUEST, then 'ACK' would be the correct answer. This scenario focuses on the server's response rather than the client's action.
Why candidates choose this
Students may confuse ACK as a client acknowledgment because it is a common term for acknowledgment, but in DHCP, the server sends ACK to finalize the lease.
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
Be careful not to confuse the direction of messages in the DHCP process. Remember which messages are client-initiated and which are server responses.
Detailed technical explanation
How to think about this question
Dynamic Host Configuration Protocol (DHCP) automates IP address assignment on networks, using a four-step process known as DORA: Discover, Offer, Request, and Acknowledge. The client initiates communication by broadcasting a DHCPDISCOVER message to locate available DHCP servers. Servers respond with a DHCPOFFER message containing an IP address and configuration parameters. The client then formally accepts one offer by sending a DHCPREQUEST message, signaling its intent to lease the offered IP address. Finally, the server confirms the lease with a DHCPACK message, completing the process. The DHCPREQUEST message is critical because it represents the client's explicit acceptance of the offered IP address and other configuration details. This message also serves to inform all DHCP servers about the selected offer, allowing non-selected servers to reclaim their offered addresses. Cisco devices follow this standard DHCP behavior, ensuring interoperability and consistent IP address management across diverse network environments. A common exam trap is confusing the DHCPREQUEST message with DHCPACK or DHCPDISCOVER. While DISCOVER initiates the process and ACK confirms the lease from the server, only REQUEST is sent by the client to accept the offer. Understanding this distinction is vital for CCNA candidates, as misidentifying the message flow can lead to incorrect answers. Practically, recognizing DHCPREQUEST helps network engineers troubleshoot IP assignment issues and verify proper client-server communication in Cisco networks.
KKey Concepts to Remember
- The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.
- DHCP servers respond with a DHCPOFFER message containing an IP address and configuration parameters.
- The DHCPREQUEST message is sent by the client to formally accept one offered IP address from a DHCP server.
- DHCPREQUEST informs all DHCP servers about the selected offer, allowing non-selected servers to reclaim their offers.
- The DHCPACK message is sent by the server to confirm and finalize the IP address lease to the client.
- Cisco devices implement the standard DHCP DORA process to ensure consistent IP address allocation and management.
- Confusing DHCPREQUEST with DHCPACK or DHCPDISCOVER is a common exam trap that leads to incorrect answers.
- Understanding DHCP message roles helps network engineers troubleshoot IP address assignment and lease negotiation.
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
The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review the DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network., 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 — The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network..
What is the correct answer to this question?
The correct answer is: REQUEST — In the DORA process, the client sends DHCPREQUEST after receiving an offer. The server then responds with DHCPACK if the lease is granted.
What should I do if I get this 200-301 question wrong?
Review the DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
The DHCP client sends a DHCPDISCOVER message to locate available DHCP servers on the network.
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 →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
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.