A network technician suspects issues with domain-name resolution in a client's network. Which software tool should primarily be used to diagnose problems related to DNS resolution?
The correct answer is "nslookup." This command-line utility is specifically designed to query the Domain Name System (DNS) for information such as hostname-to-IP mappings and other resource records, making it the most direct tool for troubleshooting DNS issues. "ping" tests basic reachability and measures round-trip time but does not reveal DNS records. "traceroute" (or "tracert" in Windows) maps the path packets take to a destination but likewise provides no detailed DNS record data. "arp" inspects or modifies the Address Resolution Protocol cache, which maps IP addresses to MAC addresses on a local network, and is unrelated to DNS.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What exactly does nslookup do?
Open an interactive chat with Bash
How does DNS resolution work?
Open an interactive chat with Bash
What other tools can be used to troubleshoot DNS issues?