A network technician executes the `nslookup server1.lab.local` command from a client workstation to verify hostname resolution. The command yields the following output:
Server: dns1.lab.local
Address: 10.0.0.2
*** dns1.lab.local can't find server1.lab.local: Non-existent domain
Which of the following issues is the most likely cause of this error message?
- The host record (A record) for server1.lab.local is missing from the DNS server database.Answer
- BThe DNS server at 10.0.0.2 is unreachable or experiencing network downtime.
- CThe workstation client failed to query over TCP port 53, which is required for all standard hostname queries.
- DThe domain name requires a CNAME alias record because IPv4 hostnames cannot be mapped directly to IP addresses.
Answer
The host record (A record) for server1.lab.local is missing from the DNS server database.
The correct answer identifies that the DNS server responded with an NXDOMAIN (Non-existent domain) message, which confirms the DNS service is operational at 10.0.0.2 but lacks an active host (A) record for the requested hostname.
Step-by-Step Solution
Key Concept
Interpreting nslookup output and NXDOMAIN errors during name resolution troubleshooting