Css 9 Power
Css 9 Power
The DHCP client renews its IP configuration data prior to the expiration of the lease time. If the lease period expires and the DHCP client has not yet renewed its IP configuration
data, then the DHCP client loses the IP configuration data and begins the DHCP lease generation process again.
The lease renewal process is the result of the lease period value. The lease period value ensures that DHCP maintains the IP address information and that clients regularly update
or renew their IP address configuration data. Having DHCP maintain this information means that you can manage IP addressing from the DHCP server.
The client must renew its IP configuration data before the lease period expires. At specific intervals, a DHCP client attempts to renew its lease to ensure that it has up-to-date
configuration information.
At any time during the lease period, the DHCP client can send a DHCPRELEASE packet to the DHCP server to release the IP address configuration data and to cancel any remaining
lease.
A DHCP client automatically attempts to renew its lease as soon as 50 percent of the lease duration has expired. The DHCP client will also attempt to renew its IP address lease each
time that the computer restarts. To attempt a lease renewal, the DHCP client sends a DHCPREQUEST packet directly to the DHCP server from which the client obtained the lease.
If the DHCP server is available, it renews the lease and sends the client a DHCPACK packet with the new lease duration and any updated configuration parameters. The client
updates its configuration when it receives the acknowledgment. If the DHCP server is unavailable, the client continues to use its current configuration parameters.
If the DHCP client fails to renew its lease the first time, then the DHCP client broadcasts a DHCPDISCOVER packet to update its address lease when 87.5 percent of the current
lease duration expires. At this stage, the DHCP client accepts a lease that any DHCP server has issued.
Manual allocation allows DHCP to be used to eliminate the error-prone process of manually configuring hosts with IP addresses in environments where (for whatever reasons) it
is desirable to manage IPaddress assignment outside of the DHCP mechanisms.
Automatic allocation allows DHCP to give a host a permanent network address but still do it automatically, without human interference.
As a consistency check, the allocating server should test the reused address before allocating the address, e.g., with an ICMP echo request, and the client should test the newly
received address, e.g., with ARP.