A technician is troubleshooting a user's computer that can reach internal servers by IP address but not by hostname. Other computers on the same subnet work correctly. Which tool should the technician use to check the computer's DNS resolution?
nslookup queries the configured DNS server to resolve a hostname, allowing the technician to see if DNS is working.
Why this answer
The nslookup command queries DNS servers to resolve hostnames to IP addresses. Since internal IPs work but names don't, the issue is likely DNS-related, and nslookup can test whether the computer's DNS server is responding correctly.