A network administrator is systematically troubleshooting a client workstation that cannot resolve the internal domain name `app.company.local`. Arrange the following troubleshooting steps in the correct logical sequence, starting from local host verification to testing remote authoritative DNS resolution.
- 1Verify local IP configuration and assigned DNS server IP addresses using `ipconfig /all`.
- 2Inspect the local HOSTS file for static overrides and clear stale cache entries using `ipconfig /flushdns`.
- 3Perform a standard query using `nslookup app.company.local` to test resolution via the primary configured DNS server.
- 4Execute `nslookup app.company.local <authoritative_server_ip>` to query the authoritative DNS server directly.
Cevap
The correct order of troubleshooting steps begins with verifying local network and DNS server configuration, followed by checking local client files and clearing local DNS cache, then testing name resolution against the configured local DNS server, and finally querying the authoritative DNS server directly.
A structured DNS troubleshooting approach moves logically from local host settings to client-side caching, local recursive server testing, and finally authoritative DNS server validation. Verifying IP configuration first ensures valid DNS servers are targeted. Flushing local cache removes client-side stale records. Querying the local DNS server tests normal client operation, while querying the authoritative DNS server isolates server-side record configuration.
Adım Adım Çözüm
Anahtar Kavram
Systematic DNS Troubleshooting Methodology