220-1101 · Question #799
Which of the following best describes the concept of a DHCP lease?
The correct answer is C. A temporary assignment of an IP configuration to a device on the network. A DHCP lease represents a temporary assignment of an IP configuration, including an IP address, subnet mask, gateway, and DNS servers, from a DHCP server to a client device for a specified duration.
Question
Which of the following best describes the concept of a DHCP lease?
Options
- AA definition of the scope of addresses to be assigned to a device on the network
- BA reservation of an IP configuration for a device on the network
- CA temporary assignment of an IP configuration to a device on the network
- DA translation of network names to IP addresses for a device on the network
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C94% (34)
Why each option
A DHCP lease represents a temporary assignment of an IP configuration, including an IP address, subnet mask, gateway, and DNS servers, from a DHCP server to a client device for a specified duration.
A definition of the scope of addresses is part of the DHCP server configuration (the address pool), not the lease itself which is the assignment.
A reservation is a permanent, static assignment of an IP configuration to a specific device based on its MAC address, which is distinct from a temporary DHCP lease.
A DHCP lease grants a client device a specific IP configuration, including an IP address, subnet mask, default gateway, and DNS server information, for a predetermined period. This temporary assignment allows the DHCP server to reclaim and reassign the IP address once the lease expires if the client does not renew it, efficiently managing the IP address pool.
A translation of network names to IP addresses is the function of DNS (Domain Name System), not DHCP.
Concept tested: DHCP lease concept
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-overview
Topics
Community Discussion
No community discussion yet for this question.