SK0-004 · Question #33
A technician is replacing a faulty NIC in a server. According to best practices, which of the following should be used to configure the IP address on the server?
The correct answer is D. Static IP address. Servers require static IP addresses to ensure consistent network identity and reliable access by clients and services.
Question
A technician is replacing a faulty NIC in a server. According to best practices, which of the following should be used to configure the IP address on the server?
Options
- ADNS reservation
- BDHCP IP address
- CDHCP reservation
- DStatic IP address
How the community answered
(56 responses)- B2% (1)
- C4% (2)
- D95% (53)
Why each option
Servers require static IP addresses to ensure consistent network identity and reliable access by clients and services.
DNS reservations map hostnames to IP addresses but do not assign or configure the IP address on the server's NIC.
A standard DHCP-assigned address is dynamic and can change at lease renewal, causing service disruptions and broken DNS records.
A DHCP reservation ties a specific IP to a MAC address on the DHCP server, but this still relies on the DHCP service being available and is not a direct NIC configuration - static assignment is the preferred best practice for servers.
Servers provide network services that clients connect to by IP or hostname - a changing address breaks those connections and DNS records. A static IP is manually configured and never changes unless an administrator explicitly changes it. Best practice dictates that all infrastructure devices like servers, routers, and switches use static IPs for predictability and reliability.
Concept tested: Server NIC static IP address best practice
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/ipam/ipam-top
Topics
Community Discussion
No community discussion yet for this question.