SK0-004 · Question #464
A technician is configuring a new server on the network. The technician wants the server to be a default gateway for network devices. Which of the following should the technician use to BEST provide…
The correct answer is B. A static IP address with a scope reservation. A default gateway server requires a stable, predictable IP address, and a DHCP scope reservation is the best approach because it guarantees a consistent IP assignment while keeping address management centralized in DHCP.
Question
A technician is configuring a new server on the network. The technician wants the server to be a default gateway for network devices. Which of the following should the technician use to BEST provide the server with the proper IP address?
Options
- AA static IP address outside of the DHCP scope
- BA static IP address with a scope reservation
- CA dynamic IP address assigned by the DHCP server
- DAn IP address that can be publicly routed
How the community answered
(26 responses)- A15% (4)
- B73% (19)
- C4% (1)
- D8% (2)
Why each option
A default gateway server requires a stable, predictable IP address, and a DHCP scope reservation is the best approach because it guarantees a consistent IP assignment while keeping address management centralized in DHCP.
A static IP configured outside the DHCP scope works functionally but is not tracked by the DHCP server, increasing the risk of undocumented IP conflicts and making address management inconsistent across the environment.
A DHCP scope reservation binds a specific IP address to the server's MAC address within the DHCP server, ensuring the server always receives the same IP on every lease renewal. This is preferred over a purely manual static IP because it centralizes IP address management, reduces the risk of undocumented conflicts, and keeps the address visible and controlled within the DHCP infrastructure.
A dynamic IP assigned by DHCP can change between lease renewals, making the server unreliable as a default gateway since all network devices depend on a fixed, unchanging gateway IP.
A publicly routable IP is only necessary for internet-facing hosts and is not required or appropriate for a default gateway serving devices on an internal network segment.
Concept tested: DHCP scope reservation for consistent server IP assignment
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-top
Topics
Community Discussion
No community discussion yet for this question.