SK0-004 · Question #455
A technician is configuring the IP networking portion on a server installation. Which of the following types of IP addresses would be BEST to use for this server?
The correct answer is C. Static. Servers require a static IP address so that clients and services can consistently locate them on the network without interruption.
Question
A technician is configuring the IP networking portion on a server installation. Which of the following types of IP addresses would be BEST to use for this server?
Options
- AAPIPA
- BDynamic
- CStatic
- DReserved
How the community answered
(21 responses)- B10% (2)
- C86% (18)
- D5% (1)
Why each option
Servers require a static IP address so that clients and services can consistently locate them on the network without interruption.
APIPA (169.254.x.x) is a self-assigned fallback address used only when a DHCP server is unreachable, and it is not routable beyond the local subnet.
A dynamic address is assigned by DHCP and can change when the lease expires, making the server unreliable to reach by clients and services.
A static IP address is manually assigned and does not change, which is essential for servers because services like DNS, DHCP, and web hosting must be reachable at a predictable address. Dynamic addresses assigned by DHCP can change between leases, causing connectivity failures for dependent clients. Static addressing ensures consistent network identity for the server.
A DHCP reservation ties an IP to a MAC address via the DHCP server, meaning the server still depends on DHCP infrastructure rather than having a truly static, manually configured address.
Concept tested: Static IP addressing for server deployments
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/ipam/ipam-top
Topics
Community Discussion
No community discussion yet for this question.