What kind of information can a Dynamic Host Configuration Protocol (DHCP) client receive?
What kind of information can a Dynamic Host Configuration Protocol (DHCP) client receive?
A Dynamic Host Configuration Protocol (DHCP) client can receive IP addresses and their lease times from the DHCP server. This is because the primary function of a DHCP server is to dynamically allocate IP addresses to clients on a network, along with other optional parameters such as the subnet mask, default gateway, and DNS server information.
C is correct. The questions specifies DHCP client, not server. "A DHCP server offers configuration parameters (such as an IP address, a MAC address, a domain name, and a lease for the IP address) to the client in a DHCPOFFER unicast message."