📖 What is Dynamic Host Configuration Protocol (DHCP)?
Dynamic Host Configuration Protocol (DHCP) is a network management protocol used to automatically assign IP addresses and other communication parameters to devices. It eliminates the need for manual configuration by leasing addresses from a central server to clients on a network.
"Remember that DHCP uses a 'DORA' process (Discover, Offer, Request, Acknowledge) to assign addresses; this sequence is a frequent target for exam questions."
📚 Certification: CompTIA A+ Certification Exam Core 1 (220-1101)
🔑 What are the Key Concepts of Dynamic Host Configuration Protocol (DHCP)?
- ▸ The DORA process (Discover, Offer, Request, Acknowledge) is the four-step handshake used by clients and servers to negotiate and assign a valid IP address.
- ▸ DHCP scopes define the range of available IP addresses, along with the subnet mask, default gateway, and DNS server addresses provided to clients.
- ▸ Lease durations determine how long a client keeps an IP; clients typically attempt to renew the lease at the 50% mark of its duration.
- ▸ DHCP reservations allow an administrator to ensure a specific device, identified by its MAC address, always receives the same IP address from the server.
- ▸ APIPA (169.254.x.x) is a fallback mechanism where a Windows client assigns itself an address when it cannot communicate with a DHCP server.
🎯 How does Dynamic Host Configuration Protocol (DHCP) appear on the 220-1101 Exam?
You may be asked to troubleshoot a workstation that cannot access the network; if the IP address is 169.254.0.1, you must identify this as an APIPA address indicating DHCP failure.
A scenario might describe a network printer that needs a consistent IP for reliability but must be managed centrally; you would identify a DHCP reservation as the best solution.
Expect questions asking you to sequence the DORA process correctly, specifically identifying which step occurs when the server sends a potential IP address back to the client.
❓ Frequently Asked Questions
What is the difference between a DHCP reservation and a static IP address?
A static IP is configured manually on the device itself. A reservation is configured on the DHCP server using the device's MAC address, allowing the server to manage the IP while ensuring the device always gets the same one.
Why would a device suddenly have an IP address starting with 169.254?
This indicates the device is using APIPA. It happens when a client is configured for DHCP but cannot reach the server, meaning there is likely a cable issue, a server crash, or a VLAN misconfiguration.