nerdexam
CompTIA

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.

Troubleshooting

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)
  • A
    93% (38)
  • B
    5% (2)
  • C
    2% (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.

ACreate a DHCP reservationCorrect

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.

BEnable DNS options

Enabling DNS options configures name resolution settings and has no effect on IP address assignment or the resolution of an IP conflict.

CIncrease the DHCP scope range

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.

DReconfigure the default gateway on the server

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

#IP address conflict#DHCP reservation#static IP#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice