Home arrow Interview Questions

Describe the lease process of the DHCP server.
Posted Saturday, 27 October 2007 by

DHCP Server leases the IP addresses to the clients as follows:

DORA
D (Discover) : DHCP Client sends a broadcast packets to identify the dhcp server, this packet will contain the source MAC.
O (Offer) : Once the packet is received by the DHCP server, the server will send the packet containing Source IP and Source MAC.
R (Request) : Client will now contact the DHCP server directly and request for the IP address.
A (Acknowledge) : DHCP server will send an ack packet which contains the IP address.