server chapter 11
For DHCP address allocation, by how much is network traffic reduced related to periodic lease renewal messages when switching from dynamic allocation to automatic allocation?
100 percent because dynamic address allocation requires periodic lease renewal messages whereas automatic does not
What is the default lease period for DHCP dynamic address allocation?
8 days
How do DHCP servers respond to a DHCPDISCOVER message?
DHCPOFFER
Which of the following Windows PowerShell cmdlets creates an IPv4 DHCP scope?
Add-DhcpServerv4Scope
What service does Dynamic Host Configuration Protocol (DHCP) provide?
Configures the IP address and other TCP/IP settings on network computers
DHCP standards define multiple methods to allocate IP addresses. What are they?
Dynamic, automatic, and manual
How are DHCP settings labeled in a Windows computer's network interface?
Obtain an IP address automatically
How does a DHCP client communicate which offered IP address it will accept from which DHCP server?
The client sends a DHCPREQUEST message to all servers with the IP address of the chosen DHCP server.
Before a DHCP server can hand out addresses, which of the following steps must be completed?
The DHCP server must be created and authorized and a DHCP scope must be created and activated.
During DHCP lease negotiation, what happens if the client requests an IP address from the server but the server has already assigned the offered IP address?
The server responds with a DHCPNAK message to the client.