Home » Questions » Computers [ Ask a new question ]

What happens when you type a URL in your browser and hit enter? [duplicate]

What happens when you type a URL in your browser and hit enter? [duplicate]

... Describe everything that happens from the time you hit enter, to the time your browser receives a response.

Asked by: Guest | Views: 838
Total answers/comments: 1
Guest [Entry]

"Roughly,

The browser resolves the URI* to an IP address.
The browser sends a GET request to that IP.
The server finds the correct file.
The server processes the file.
The file is sent to you.

*Uniform Resource Identifier"