nerdexam
CompTIA

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.

Troubleshooting

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)
  • A
    6% (2)
  • B
    8% (3)
  • C
    69% (25)
  • D
    17% (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.

Anetstat

netstat displays active network connections, routing tables, and interface statistics, which is not directly used for DNS resolution testing.

Btracert

tracert (or traceroute) maps the path a packet takes to reach a destination, primarily useful for identifying routing or latency issues, not DNS resolution.

CnslookupCorrect

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.

Dping

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

#DNS troubleshooting#nslookup#network tools#email problems

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice