When A User Inputs A Domain Name Into A Web Browser – What Occurs To Bring The Website Content Back To The User?
Sigiloso
The web browser contacts a DNS server and asks for the IP address associated with the domain name. The DNS server sends the IP address back to the Browser. The Browser sends a request (for content) to the IP address associated with the domain name. The web server hosting web content receives the request and sends the web content back to the user.