InterviewSolution
Saved Bookmarks
| 1. |
What happens during 'Domain Name Resolution'? |
|
Answer» The process of translating a domain name to an IP address is called Domain name resolution. Domain Name Resolution is the task of converting domain names to their corresponding IP address. When we enter the domain name in a browser by typing in the address bar, the OS searches the host file where some domains are stored. If the corresponding domain name was not found there, then request is forwarded to Domain Name Server (DNS) which maintains a directory of all domain and corresponding IP address registered on the Internet. |
|