SK0-005 · Question #576
A new server has been deployed but is unable to connect to the internet. The technician notices the IP address to the server is 169.254.55.86. Which of the following should the administrator…
The correct answer is B. Default gateway. The presence of an APIPA address (169.254.x.x) indicates the server failed to obtain a valid IP configuration, and configuring a default gateway is crucial for enabling the server to route traffic to the internet.
Question
A new server has been deployed but is unable to connect to the internet. The technician notices the IP address to the server is 169.254.55.86. Which of the following should the administrator configure to correct this issue?
Options
- AVLAN assignment
- BDefault gateway
- CDNS configuration
- DHosts file entry
How the community answered
(17 responses)- A6% (1)
- B82% (14)
- D12% (2)
Why each option
The presence of an APIPA address (169.254.x.x) indicates the server failed to obtain a valid IP configuration, and configuring a default gateway is crucial for enabling the server to route traffic to the internet.
While an incorrect VLAN assignment could prevent a server from receiving a DHCP lease and thus lead to an APIPA address, configuring a VLAN assignment itself does not directly enable internet connectivity.
The IP address 169.254.x.x is an APIPA address, indicating the server failed to obtain a valid IP configuration from a DHCP server. To connect to the internet, the server needs a valid routable IP address and, critically, a default gateway, which is the router's IP address responsible for forwarding traffic outside the local subnet to external networks like the internet.
DNS configuration is necessary for resolving domain names to IP addresses, but it does not enable the underlying routing of packets to the internet, which is handled by the default gateway.
A hosts file entry provides local hostname-to-IP mappings and is not used for routing traffic to the internet or correcting network configuration issues like an APIPA address.
Concept tested: TCP/IP configuration for internet connectivity (APIPA troubleshooting)
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/automatic-private-ip-addressing-apipa
Topics
Community Discussion
No community discussion yet for this question.