SK0-004 · Question #641
An administrator receives a call from a user reporting that one of the application servers is not accessible by host name but is accessible via an IP address. Which of the following is the MOST…
The correct answer is C. The DNS resource record is missing. When a host is reachable by IP address but not by hostname, the DNS A (or AAAA) resource record that maps the hostname to the IP address is missing.
Question
An administrator receives a call from a user reporting that one of the application servers is not accessible by host name but is accessible via an IP address. Which of the following is the MOST likely issue?
Options
- AThe DNS reverse lookup zone is misconfigured.
- BThe DNS MX record type is misconfigured.
- CThe DNS resource record is missing.
- DThe DNS forward lookup zone is missing.
How the community answered
(15 responses)- A13% (2)
- B7% (1)
- C80% (12)
Why each option
When a host is reachable by IP address but not by hostname, the DNS A (or AAAA) resource record that maps the hostname to the IP address is missing.
A misconfigured reverse lookup zone affects PTR records used for IP-to-hostname resolution, not hostname-to-IP forward lookups that end users rely on.
An MX record is used for mail exchange routing and has no bearing on general host name resolution for application servers.
A missing DNS resource record - specifically the A record - means the DNS server has no entry to resolve the hostname to an IP address, causing name resolution to fail. Because the IP address still works directly, the network path and server itself are functional; only the name-to-IP mapping is absent. Adding the correct A record to the appropriate DNS zone would resolve the issue.
If the entire forward lookup zone were missing, no hostname in that domain would resolve at all, which would be a broader outage rather than a single host being unreachable by name.
Concept tested: DNS A record and forward name resolution troubleshooting
Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-top
Topics
Community Discussion
No community discussion yet for this question.