nerdexam
CompTIA

SK0-003 · 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

The correct answer is C. dig. To test DNS name resolution and verify that internet sites properly resolve to an IP address, the administrator should use the 'dig' command-line tool.

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

(63 responses)
  • A
    16% (10)
  • B
    8% (5)
  • C
    73% (46)
  • D
    3% (2)

Why each option

To test DNS name resolution and verify that internet sites properly resolve to an IP address, the administrator should use the 'dig' command-line tool.

Anet view

'net view' is used to display a list of network resources or shared folders available on a computer or domain.

Bipconfig

'ipconfig' (Windows) displays current TCP/IP network configuration, such as IP address, subnet mask, and default gateway, but does not directly test name resolution with a DNS server.

CdigCorrect

The 'dig' (domain information groper) command-line tool is specifically designed for querying DNS name servers to retrieve information about host addresses, name servers, and other DNS records, making it ideal for testing name resolution. It provides detailed output regarding the DNS lookup process.

Difconfig

'ifconfig' (Linux/Unix) is used to configure or display network interface parameters, similar to 'ipconfig' on Windows, but does not directly test name resolution with a DNS server.

Concept tested: DNS name resolution troubleshooting tools

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/dig

Topics

#name resolution#DNS troubleshooting#dig command

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice