Networking with Windows Server 2016 — Question 87

You are implementing a new network. The network contains a DHCP server named DHCP1 that runs Windows Server 2016. DHCP1 contains a scope named
Scope1 for the 192.168.0/24 subnet.
Your company has the following policy for allocating IP addresses:
✑ All server addresses must be excluded from DHCP scopes
✑ All client computers must receive IP addresses from Scope1
✑ All Windows servers must have IP addresses in the range of 192.168.0.200 to 192.168.0.240
✑ All other network devices must have IP addresses in the range of 192.168.0.180 to 192.168.0.199
You deploy a print device named Print1.
You need to ensure that Print1 adheres to the policy for allocating IP addresses.
Which command should you use?

Answer options

Correct answer: D

Explanation

The correct command is Add-DhcpServerv4Reservation, which allows you to reserve a specific IP address for Print1 within the DHCP scope, ensuring it adheres to the allocation policies. The other options do not fulfill the requirement: Add-DhcpServerv4Lease simply assigns an IP, Add-DhcpServerv4ExclusionRange excludes IPs from being assigned, and Add-DhcpServerv4Filter is used for MAC address filtering, none of which ensure a dedicated IP for the printer.