A user configures their laptop to use a static IP address, subnet mask, and default gateway. They can ping other devices on the same subnet but cannot reach the internet. What network service is most likely missing from their configuration?
The Domain Name System (DNS) server is essential for translating human-readable domain names (like google.com) into numerical IP addresses that computers use to locate resources on the internet. Even if a laptop has a correctly configured static IP address, subnet mask, and default gateway, it cannot establish connections to websites or other internet services by name without a functional DNS server address. This inability to resolve names effectively prevents "internet access" as users perceive it, despite underlying network connectivity.
Why this answer
A static IP configuration includes the IP address, subnet mask, and default gateway, but if the DNS server address is not manually set, the laptop cannot resolve domain names to IP addresses. Since the user can ping devices on the same subnet (local connectivity works) but cannot reach the internet, the missing DNS server prevents name resolution for external hosts, even though routing via the default gateway is functional.
How to eliminate wrong answers
Option A is wrong because a DHCP server is not required for static IP configurations; the user manually set the IP, subnet mask, and gateway, so DHCP is irrelevant. Option C is wrong because NAT is a router function that translates private IPs to public IPs; it is not configured on the client laptop and is not a service the user would set in their TCP/IP settings. Option D is wrong because a proxy server is an intermediary for HTTP/HTTPS traffic, not a fundamental requirement for basic internet connectivity; the issue is name resolution, not proxy configuration.