GCIA · Question #50
You work as a Network Administrator of a TCP/IP network. You are having DNS resolution problem. Which of the following utilities will you use to diagnose the problem?
The correct answer is D. NSLOOKUP. NSLOOKUP is the purpose-built command-line utility for querying DNS servers, making it the correct tool for diagnosing DNS name resolution problems.
Question
You work as a Network Administrator of a TCP/IP network. You are having DNS resolution problem. Which of the following utilities will you use to diagnose the problem?
Options
- AIPCONFIG
- BPING
- CTRACERT
- DNSLOOKUP
How the community answered
(30 responses)- A13% (4)
- B3% (1)
- C3% (1)
- D80% (24)
Why each option
NSLOOKUP is the purpose-built command-line utility for querying DNS servers, making it the correct tool for diagnosing DNS name resolution problems.
IPCONFIG displays the local machine's IP configuration including the configured DNS server address, but it cannot query DNS records or test resolution behavior.
PING tests basic ICMP connectivity to a host and can incidentally trigger a DNS lookup, but it does not provide detailed DNS diagnostic information.
TRACERT traces the routing path to a destination and identifies routing hops, but it does not diagnose or display DNS resolution details.
NSLOOKUP allows an administrator to query DNS servers directly, test forward and reverse lookups, specify alternate DNS servers, and examine DNS records such as A, MX, and NS entries. This makes it the definitive tool for isolating whether a DNS resolution failure is caused by misconfigured records, an unreachable server, or incorrect client DNS settings.
Concept tested: DNS troubleshooting using NSLOOKUP
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/nslookup
Topics
Community Discussion
No community discussion yet for this question.