Soru

Zorluk: OrtaTroubleshooting DNS and Name Resolution Services

A network technician receives reports that workstations on a local subnet are unable to access an internal intranet web server using its hostname `intranet.corp.local`, though connecting directly via IP address works properly. When executing `dig intranet.corp.local` from a workstation, the utility outputs `;; QUESTION SECTION: ;intranet.corp.local. IN A` followed by `;; AUTHORITY SECTION: corp.local. 3600 IN SOA ns1.corp.local. admin.corp.local. (...)` and zero answers in the `ANSWER SECTION`. Which of the following potential root causes and verification steps are valid for troubleshooting this issue? (Select TWO.)

  1. An A record for intranet.corp.local is missing or incorrectly named on the authoritative DNS server.Cevap
  2. B
    Querying the local client DNS resolver cache using host-level utilities like dig returns authoritative server answers.
  3. C
    Outbound TCP port 53 traffic is blocked by a network firewall, preventing name resolution response payloads.
  4. Using an authoritative lookup tool to query the primary name server directly will confirm whether the record exists on the zone file.Cevap

Cevap

The valid root cause is that the requested host record is missing or misspelled in the authoritative zone file, and a valid troubleshooting step is to query the authoritative name server directly to confirm record presence.
Receiving an SOA record in the AUTHORITY section without records in the ANSWER section indicates that the DNS server is authoritative for the domain zone, but no A/AAAA entry exists for the queried hostname. Directly querying the primary DNS server specified in the SOA record allows an administrator to inspect the authoritative record status without cached interference.

Adım Adım Çözüm

1
Analyze the provided `dig` output status and response sections.
The query succeeded without an error code like NXDOMAIN, but returned zero answer records while citing the zone SOA in the authority section.
This output pattern confirms the server is authoritative for `corp.local`, but no resource record exists for `intranet.corp.local`.
2
Evaluate potential host configuration and record causes.
Identified missing or misspelled A record in the zone configuration as the primary root cause.
When a domain zone exists but a specific record is missing, the server responds with NOERROR and an empty ANSWER section.
3
Select the proper verification methodology.
Directly querying the primary name server specified in the SOA record confirms if the zone file itself lacks the entry.
Targeting the authoritative server isolates zone misconfigurations from intermediate caching or forwarding anomalies.

Anahtar Kavram

DNS Lookup Output Interpretation & Record Verification
Bu soruyu puanla