SK0-003 · Question #799
A server technician is working at one of the company's branch offices. The technician is unable to access a server at the corporate office. The technician receives a "destination host unreachable" whe
The correct answer is A. A record. The technician can ping the IP address but not the server name, indicating a DNS resolution issue for the hostname, which points to a problem with the A record.
Question
A server technician is working at one of the company's branch offices. The technician is unable to access a server at the corporate office. The technician receives a "destination host unreachable" when trying to PING the server name. The technician is able to PING the IP address of the server. Which of the following DNS records should the technician check?
Options
- AA record
- BCNAME record
- CPTR record
- DMX record
How the community answered
(36 responses)- A75% (27)
- B8% (3)
- C14% (5)
- D3% (1)
Why each option
The technician can ping the IP address but not the server name, indicating a DNS resolution issue for the hostname, which points to a problem with the A record.
An A (Address) record maps a hostname to an IPv4 address. If the technician can ping the IP address but not the hostname, it means the IP connectivity is working, but the DNS server is failing to translate the server's name into its correct IP address.
A CNAME (Canonical Name) record is an alias for another hostname; while it can be involved in name resolution, the primary record for a host-to-IP mapping is the A record.
A PTR (Pointer) record performs reverse DNS lookup, mapping an IP address to a hostname, which is not the issue when forward name resolution fails.
An MX (Mail Exchanger) record specifies mail servers for a domain and is irrelevant to resolving a server's hostname for basic connectivity.
Concept tested: DNS A record functionality and troubleshooting
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/dns-namespace-design-concepts#a-resource-records-host-records
Topics
Community Discussion
No community discussion yet for this question.