What happens during a search.
URL Entry - User enters url into browser
DNS Query - Browser sends query to DNS to translate the url into the corresponding IP address.
DNS Resolver - If IP address is not found DNS sends query to another server.
DNS returns the corresponding IP address of the webserver.
Browser queries the webserver using the IP for the data needed to host the webpage.