1-3z After receiving the DHCP-ACK message, the client probes whether the IP address assigned by theserver is in use by broadcasting a gratuitous ARP packet. If the client receives no response withina specified time, the client can use this IP address. Otherwise, the client sends a DHCP-DECLINEmessage to the server and requests an IP address again.z The IP addresses offered by other DHCP servers are still assignable to other clients.IP Address Lease ExtensionThe IP address dynamically allocated by a DHCP server to a client has a lease. When the lease expires,the IP address is reclaimed by the DHCP server. If the client wants to use the IP address longer, it hasto extend the lease duration.When the half lease duration elapses, the DHCP client sends to the DHCP server a DHCP-REQUESTunicast to extend the lease duration. Upon availability of the IP address, the DHCP server returns aDHCP-ACK unicast confirming that the client’s lease duration has been extended, or a DHCP-NAKunicast denying the request.If the client receives no reply, it broadcasts another DHCP-REQUEST message for lease extensionafter 7/8 lease duration elapses. The DHCP server handles the request as above mentioned.DHCP Message FormatFigure 1-3 gives the DHCP message format, which is based on the BOOTP message format andinvolves eight types. These types of messages have the same format except that some fields havedifferent values. The numbers in parentheses indicate the size of each field in bytes.Figure 1-3 DHCP message formatz op: Message type defined in option field. 1 = REQUEST, 2 = REPLYz htype, hlen: Hardware address type and length of a DHCP client.z hops: Number of relay agents a request message traveled.z xid: Transaction ID, a random number chosen by the client to identify an IP address allocation.