nerdexam
GIAC

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.

Packet Analysis with Wireshark & Command Line Tools

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)
  • A
    13% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    80% (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.

AIPCONFIG

IPCONFIG displays the local machine's IP configuration including the configured DNS server address, but it cannot query DNS records or test resolution behavior.

BPING

PING tests basic ICMP connectivity to a host and can incidentally trigger a DNS lookup, but it does not provide detailed DNS diagnostic information.

CTRACERT

TRACERT traces the routing path to a destination and identifies routing hops, but it does not diagnose or display DNS resolution details.

DNSLOOKUPCorrect

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

#NSLOOKUP#DNS troubleshooting#DNS resolution#network utilities

Community Discussion

No community discussion yet for this question.

Full GCIA Practice