A network administrator is troubleshooting an issue where a client workstation is resolving an outdated IP address for a local server. Arrange the standard operating system name resolution steps in order from FIRST evaluated source to LAST evaluated source during a hostname lookup request.
- 1Check the local HOSTS file for static entry mappings.
- 2Query the local DNS client resolver cache.
- 3Send a recursive DNS query to the configured primary DNS server.
- 4Perform a Link-Local Multicast Name Resolution (LLMNR) or NetBIOS broadcast query on the local subnet.
Cevap
The correct order of name resolution sources evaluated by the client operating system is: (1) Local HOSTS file, (2) Local DNS resolver cache, (3) Configured primary DNS server, and (4) Link-Local Multicast Name Resolution (LLMNR) / NetBIOS local broadcast fallback.
Standard client operating systems perform hostname resolution by inspecting local static overrides (HOSTS file) first, followed by the memory-resident DNS resolver cache, then issuing a DNS query to the designated primary DNS server, and finally using multicast/broadcast methods (such as LLMNR or NetBIOS) as a fallback mechanism if DNS resolution is unsuccessful.
Adım Adım Çözüm
Anahtar Kavram
Standard Operating System Hostname Resolution Order