SK0-004 · Question #818
Users report they periodically cannot access shares on a file server. The file server has a static IP address of 10.4.0.130. A technician discovers a message about an IP address conflict appearing…
The correct answer is A. Create a DHCP reservation. When a statically assigned IP address is conflicting with a DHCP-assigned address, creating a DHCP reservation prevents the DHCP server from handing that IP to any other client.
Question
Users report they periodically cannot access shares on a file server. The file server has a static IP address of 10.4.0.130. A technician discovers a message about an IP address conflict appearing on the file server. Which of the following should the technician do FIRST to resolve this issue?
Options
- ACreate a DHCP reservation
- BEnable DNS options
- CIncrease the DHCP scope range
- DReconfigure the default gateway on the server
How the community answered
(41 responses)- A93% (38)
- B5% (2)
- C2% (1)
Why each option
When a statically assigned IP address is conflicting with a DHCP-assigned address, creating a DHCP reservation prevents the DHCP server from handing that IP to any other client.
A DHCP reservation ties a specific IP address to a specific client MAC address in the DHCP server configuration, ensuring the address 10.4.0.130 is never dynamically assigned to any other device on the network. This is the most direct fix because it eliminates the root cause - the DHCP server distributing an address already in use as a static assignment - without requiring any reconfiguration on the file server itself.
Enabling DNS options configures name resolution settings and has no effect on IP address assignment or the resolution of an IP conflict.
Increasing the DHCP scope adds more addresses to the available pool but does not exclude 10.4.0.130 from being assigned to other DHCP clients, so the conflict would persist.
Reconfiguring the default gateway changes the server's routing path off-network and is unrelated to an IP address conflict caused by overlapping static and dynamic assignments.
Concept tested: DHCP reservation to resolve static IP address conflicts
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-deploy-wps
Topics
Community Discussion
No community discussion yet for this question.