How To 

How DHCP Server Assigns IP Addresses to the Client Computers?

Before understanding the process of IP address assignment, it is important to know some key technical terms that are used in context of the DHCP server.

DHCP Address Pool

DHCP address pool is a virtual container that contains all the IP addresses that have been configured in the DHCP range to make available to the client computers. As soon as any IP address from the address pool is assigned to a client computer, the address is temporarily removed from the pool.

DHCP Lease

When the DHCP server assigns an IP address to a DHCP client computer, the address is assigned for a specific time duration. The time duration for which an IP address is assigned to a DHCP client computer by the DHCP server is technically called the DHCP lease. When the DHCP lease expires, the IP address is revoked from the DHCP client computer and is sent back to the DHCP address pool.

After understanding the above key technical terms, it is now time to understand how a DHCP server assigns IP addresses to the DHCP client computers.

AJRAdoP.jpg


Since the DHCP server plays an important role in the network when the client computers are large in number, the DHCP server acts very smartly and accurately in order to avoid any conflicts or degraded performance. The step-by-step process through which a DHCP server assigns an IP address to a DHCP client computer is in short called DORA. Below is the detailed explanation of DORA:

D – D in the term DORA stands for the DHCP Discover packet. The DHCP Discover packet
is broadcasted by the DHCP client computer in order to find the available DHCP server(s) in the network. Since the DHCP client computer sends the DHCP Discover packet as a broadcast, all the
DHCP servers that are present in the network receive the packet and respond accordingly.

O – O in the term DORA stands for the DHCP Offer packet. The DHCP Offer is a unicast packet that is sent by the DHCP server who receives the DHCP Discover packet from the DHCP client computer. The DHCP Offer packet contains the available IP address that the DHCP server offers to the client computer.

R – R in the term DORA stands for the DHCP Request packet. The DHCP Request is again a unicast packet sent by the DHCP client computer to the DHCP server who had sent the DHCP Offer packet to the client computer. With the help of the DHCP Request packet, the DHCP client computer requests the DHCP server to assign the offered IP address to it.

A – A in the term DORA stands for the DHCP Acknowledge packet. The DHCP Acknowledge is a unicast packet sent by the DHCP server to the DHCP client computer acknowledging the assignment of the offered IP address for a specific lease time.

XfOu8vg.jpg


Once the entire DORA process is complete, the DHCP server marks the IP address as assigned in its database, and the DHCP client computer starts using the assigned IP address to communicate with other computers in the network.