Wednesday, June 18, 2008

Trace Websites


When you type in the url and Hit Enter, what happens after that ?

Lets Trace n see what happens !

1]. Start >> Run

2]. Type "cmd"
This will open the Command Prompt

3]. Type "cd\"

4]. Type "tracert www.google.com"
You can replace www.google.com with any website url.

5]. Results :

$ First line shows the IP address of the website...
$ You'll be shown steps in which the website gets load !
$ More is the number of steps more is time taken to load the website !

No comments: