What does the DHCP Offer / ACK Include?
What are the DHCP Steps?
1) DHCP Discover: Client asks server for an IP address
2) DCHP Offer: Server provides a possible IP address to client
3) DHCP Request: Client accepts the offer and requests to be assigned the IP address
4) DHCP ACK: Server acknowledges request and assigns new IP address to client
5) DHCP Release
What happens if a client receives two DHCP offers?
The offer with the longer lease time is requested.
What happens when the DHCP lease runs out?
Client sends a new DHCP request when half the lease is left.
If no response, repeat again when one eighth of the lease is left.
This message is unicast, not broadcast.
What protocol is DHCP built on?
UDP (ports 67 for server, 68 for client)