nerdexam
CompTIA

SK0-004 · Question #286

Users have reported that they cannot access certain Internet sites. An administrator wants to test that the sites are properly resolving to an IP address. Which of the following tools would allow…

The correct answer is C. dig. The dig command is a DNS lookup utility that allows administrators to query name servers and verify that a hostname resolves to the correct IP address.

Troubleshooting

Question

Users have reported that they cannot access certain Internet sites. An administrator wants to test that the sites are properly resolving to an IP address. Which of the following tools would allow the administrator to test name resolution?

Options

  • Anet view
  • Bipconfig
  • Cdig
  • Difconfig

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    92% (33)

Why each option

The dig command is a DNS lookup utility that allows administrators to query name servers and verify that a hostname resolves to the correct IP address.

Anet view

net view is a Windows command that lists shared resources on a network, not a DNS query tool.

Bipconfig

ipconfig displays and manages the local machine's IP configuration but does not perform DNS lookups or resolve hostnames to IP addresses.

CdigCorrect

The dig (Domain Information Groper) command sends DNS queries to name servers and displays the full resolution response, including the resolved IP address, TTL, and responding server. It is the standard cross-platform tool for troubleshooting DNS name resolution issues and directly tests whether a site resolves correctly.

Difconfig

ifconfig is a Unix/Linux command for configuring network interfaces and does not perform DNS name resolution queries.

Concept tested: DNS name resolution troubleshooting using dig

Source: https://linux.die.net/man/1/dig

Topics

#DNS resolution#dig#name resolution#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice