A network technician suspects that a workstation's local DNS resolver is returning cached, out-of-date IP addresses for an internal server. The technician needs to test name resolution by sending a DNS query directly to a specific authoritative name server rather than relying on the local resolver configuration. Which command-line utility should the technician use to perform this direct query?
- nslookupAnswer
- Bping
- Cnetstat
- Dipconfig
Answer
The correct utility is nslookup, which allows targeted DNS server queries and record inspection.
The nslookup command (along with dig) is designed specifically to test and troubleshoot DNS infrastructure. It allows technicians to query specific name servers by IP address or hostname, view specific record types (A, AAAA, MX, CNAME), and bypass local DNS client cache settings.
Step-by-Step Solution
Key Concept
Direct DNS Querying using CLI Utilities
Estimated Time:45s