nerdexam
GIAC

GCIA · Question #42

What is the easiest way to verify that name resolution is functioning properly on a TCP/IP network?

The correct answer is B. Ping the source host with its computer name. Pinging a host by its computer name tests whether the name resolution process (DNS or NetBIOS) is successfully translating hostnames to IP addresses.

Network Traffic Analysis & Protocol Review

Question

What is the easiest way to verify that name resolution is functioning properly on a TCP/IP network?

Options

  • AUse the TRACERT command with the /pingname parameter.
  • BPing the source host with its computer name.
  • CPing the source host with its IP address.
  • DCheck the IP statistics on the file server.

How the community answered

(34 responses)
  • A
    15% (5)
  • B
    76% (26)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Pinging a host by its computer name tests whether the name resolution process (DNS or NetBIOS) is successfully translating hostnames to IP addresses.

AUse the TRACERT command with the /pingname parameter.

TRACERT does not have a /pingname parameter - this option does not exist, making this choice technically invalid.

BPing the source host with its computer name.Correct

Pinging a host using its computer name forces the OS to perform name resolution before sending any ICMP packets. If the ping succeeds, it confirms that the resolver (DNS, WINS, or hosts file) correctly mapped the name to an IP address, making it the most direct and simplest test of name resolution functionality.

CPing the source host with its IP address.

Pinging by IP address bypasses name resolution entirely and only confirms basic IP connectivity, providing no information about whether name resolution is functioning.

DCheck the IP statistics on the file server.

Checking IP statistics on a file server provides performance or error data but does not verify whether hostname-to-IP resolution is working correctly.

Concept tested: Verifying DNS name resolution using ping

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

Topics

#DNS resolution#name resolution#TCP/IP troubleshooting#ping

Community Discussion

No community discussion yet for this question.

Full GCIA Practice