Surfing Internet .......
Type in the url and Hit Enter, that's it ?
But .......
Have you ever thought what happens after that ?
Lets Trace n see what happens !
Do the following :
# Start >> Run
# Type cmd
# This will open the Command Prompt
# Type cd\
# Type tracert www.google.com
Note :-
You can replace www.google.com with any website url.
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 !
That's all !