InMotion Hosting Interview Question

What is DNS?

Interview Answer

Anonymous

Sep 29, 2010

DNS stands for (Domain Name Servers) - They tell the domain what server to go to to look for the customers account and pull of the files for their site. Example: Domain: google.com DNS: ns1.google.com DNS: ns2.google.com ns1 and ns2 point to an IP that goes to google's server and go into the area that holds the HTML files you see when you load google.com in your browser.

2