Explain how and when a DNS request is solved when a user
tries to surf to the site www.abcdeg.in .Assume the user
machine uses a local name server and sits on another
network other than www.abcdef.in.
Answers were Sorted based on User's Feedback
Answer / shailesh
Check here:
http://technet.microsoft.com/en-us/library/cc775637%28WS.10%29.aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / Sakshi Upadhyay
When a user attempts to access www.abcdeg.in, their machine initiates a DNS request to its local name server (DNS resolver). The local name server first checks its cache for the IP address of www.abcdeg.in. If it doesn't find the IP address, it sends a recursive query to the root DNS servers to find the authoritative DNS server for the .in domain. The root DNS server then directs the query to the .in top-level domain name server (TLD). The TLD then guides the query to the authoritative DNS server for www.abcdeg.in, which holds the IP address of the website. The authoritative DNS server responds with the IP address, and the local name server caches it for future reference before sending the IP address back to the user's machine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name two paging states for a page in memory?
how to kernel protected memory?
How do I run a shell script in unix?
What uses unix?
How to move a background job to forward?
What is RC (return code)? What is useful for? Which are the common values?
What is the difference between a shell variable that is exported and the one that is not exported?
What are the three main components of unix architecture?
What are the benefits of running processes in the background?
What are the basic responsibilities of a shell?
What is the chief difference between the –v and –x option s to set?
What are the main features of korn shell?