SK0-003 · Question #693
A system administrator is trying to troubleshoot company wide email problems that may be related to DNS. Which of the following network tools would be MOST useful to determine if it is a DNS issue?
The correct answer is C. nslookup. To troubleshoot email problems suspected to be DNS-related, nslookup is the most effective tool for querying DNS servers and resolving hostnames.
Question
A system administrator is trying to troubleshoot company wide email problems that may be related to DNS. Which of the following network tools would be MOST useful to determine if it is a DNS issue?
Options
- Anetstat
- Btracert
- Cnslookup
- Dping
How the community answered
(36 responses)- A6% (2)
- B8% (3)
- C69% (25)
- D17% (6)
Why each option
To troubleshoot email problems suspected to be DNS-related, nslookup is the most effective tool for querying DNS servers and resolving hostnames.
netstat displays active network connections, routing tables, and interface statistics, which is not directly used for DNS resolution testing.
tracert (or traceroute) maps the path a packet takes to reach a destination, primarily useful for identifying routing or latency issues, not DNS resolution.
nslookup is a command-line tool specifically designed to query Domain Name System (DNS) servers and resolve hostnames to IP addresses, which is crucial for diagnosing issues where email services cannot locate mail servers by their domain names. It can also be used to query specific record types like MX records, which are essential for email delivery.
ping tests connectivity to an IP address or hostname and measures round-trip time, but it does not provide detailed information about DNS resolution failures themselves, only the resulting inability to reach a host if DNS fails.
Concept tested: DNS troubleshooting tools, nslookup utility
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/nslookup
Topics
Community Discussion
No community discussion yet for this question.