Hi ,
Welcome to our new Microsoft Q&A Platform.
- You can run command nslookup -d2 domain name (for example: nslookup www.google.com) to check the process of resolution in detail including DNS client queries which DNS server.
- The DNS client queries the DNS servers in the following order:
*The DNS client sends the name query to the first DNS server on the preferred adapter's list of DNS servers and waits one second for a response
*If the DNS client does not receive a response from the first DNS server within one second, it sends the name query to the first DNS servers on all adapters that are still under consideration and waits two seconds for a response.
*If the DNS client does not receive a response from any DNS server within two seconds, the DNS client sends the query to all DNS servers on all adapters that are still under consideration and waits another two seconds for a response.
*If the DNS client still does not receive a response from any DNS server, it sends the name query to all servers on all adapters that are still under consideration and waits four seconds for a response.
*If the DNS client still does not receive a response from any DNS server, it sends the name query to all servers on all adapters that are still under consideration and waits eight seconds for a response.
*If the DNS client receives a positive response, it stops querying for the name, adds the response to the cache and returns the response to the client.
Best Regards,
Candy