A system administrator executes a lookup command to test hostname resolution for a new database server. The command output is as follows:
text
$ dig db01.company.local
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 38419
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
Which of the following issues is directly indicated by the response status in this output?
- The queried domain name does not exist or lacks a matching resource record on the DNS server.Cevap
- BUDP port 53 traffic is blocked by a network firewall between the client and the DNS server.
- CThe DNS server is completely offline and unreachable by host devices.
- DThe client is missing a reverse PTR record required for forward hostname lookup.
Cevap
The NXDOMAIN status indicates that the specified domain name does not exist in the DNS database.
The NXDOMAIN (Non-Existent Domain) status code indicates that the targeted DNS server was reached successfully, but no valid host or A record exists for the queried domain name (db01.company.local).
Adım Adım Çözüm
Anahtar Kavram
DNS Response Codes (NXDOMAIN)
Tahmini Süre:45s