How does a client request an DHCP lease from a server
Utilisateur anonyme
The renewal process occurs as follows: The client sends a request to the DHCP server, asking for a renewal and extension of its current address lease. The client sends a directed request to the DHCP server, with a maximum of three retries at 4, 8, and 16 seconds. If the DHCP server can be located, it typically sends a DHCP acknowledgment message to the client. This renews the lease. If the client is unable to communicate with its original DHCP server, the client waits until 87.5 percent of its lease time elapses. Then the client enters a rebinding state, broadcasting (with a maximum of three retries at 4, 8, and 16 seconds) a DHCPDiscover message to any available DHCP server to update its current IP address lease. If a server responds with a DHCPOffer message to update the client's current lease, the client renews its lease based on the offering server and continues operation. If the lease expires and no server has been contacted, the client must immediately discontinue using its leased IP address. The client then proceeds to follow the same process used during its initial startup to obtain a new IP address lease.