Exhibit: A client can ping 8.8.8.8 but cannot browse to www.example.com. Which service is most likely failing?
The client can ping 8.8.8.8, proving IP connectivity and routing are operational, but it cannot browse to www.example.com. Browsing requires resolving the hostname to an IP address via DNS. Since the ping to a public IP succeeds, the failure is isolated to name resolution, meaning the DNS query is failing, the DNS server is unreachable, or the client's DNS settings are incorrect.
Why this answer
The client has IP connectivity because it can reach 8.8.8.8 directly. The problem appears only when using a hostname, which points to a DNS resolution issue rather than a routing issue.
Exam trap
A frequent exam trap is assuming that successful ping to an IP address means all network services are functioning correctly. Candidates often overlook that ping uses numeric IP addresses and does not test DNS resolution. This leads to the incorrect conclusion that the network is fully operational, causing them to eliminate DNS as a problem.
The trap is reinforced by the presence of other options like DHCP snooping or HSRP, which are unrelated to hostname resolution but may seem plausible. Recognizing that DNS specifically enables hostname-to-IP translation is essential to avoid this mistake.
Why the other options are wrong
NTP (Network Time Protocol) synchronizes clocks across devices but does not affect the ability to resolve domain names or browse websites. Since the client can ping an IP address, time synchronization issues are unlikely to cause the browsing failure.
DHCP snooping is a security feature that prevents rogue DHCP servers but does not directly impact DNS resolution or hostname-based browsing. The client already has IP connectivity, so DHCP snooping is not the issue.
HSRP provides gateway redundancy and failover but does not influence DNS or hostname resolution. Since the client can reach an external IP, the default gateway is functioning, so HSRP failure is unlikely.