Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Thursday, March 24, 2011

What happens when you navigate to a URL?

Browse the net I found a really interesting article about what actually happens when you type in a URL in your browser.

How does the content of website makes its way to your browser for display?

Full Article : http://igoro.com/archive/what-really-happens-when-you-navigate-to-a-url/

In an nutshell:

1. You enter a URL into the browser

2. The browser looks up the IP address for the domain name

image

The first step in the navigation is to figure out the IP address for the visited domain.

3. The browser sends a HTTP request to the web server

image

4. The Facebook server responds with a permanent redirect

image 

5. The browser follows the redirect

image

The browser now knows that “http://www.facebook.com/” is the correct URL to go to, and so it sends out another GET request

6. The server ‘handles’ the request

image

The server will receive the GET request, process it, and send back a response.

7. The server sends back a HTML response

image

8. The browser begins rendering the HTML

Even before the browser has received the entire HTML document, it begins rendering the website:

image

9. The browser sends requests for objects embedded in HTML

image

10. The browser sends further asynchronous (AJAX) requests

image

Friday, March 18, 2011

Upgrade Internet Explorer 1.0 to 9.0

http://www.winrumors.com/man-upgrades-internet-explorer-1-0-to-9-0-video/

Credits go to Andrew Tait

From the same person who made the video about upgrading from windows 1.0 to 7
another nostalgic video taking us way back into Internet Explorers past.

The video shows the install processes and UI for each version of Internet Explorer.

Andrew also tested the various versions at the Acid test pages.