what happen after i press enter to the web browser after typing google.com

后端 未结 3 589
醉酒成梦
醉酒成梦 2021-01-14 18:36

what really happen after i press enter to the web browser after typing google.com. where the first packet go and from there where it go . i want the detail information so s

相关标签:
3条回答
  • 2021-01-14 19:32

    Here's a good place to start: http://computer.howstuffworks.com/internet/basics/internet-infrastructure.htm

    0 讨论(0)
  • 2021-01-14 19:34

    Take a look at the answer to this question. It has a great explanation!

    0 讨论(0)
  • 2021-01-14 19:35

    Have you tried studying the output of traceroute www.google.com from the command line? This little utility will show you the exact route, hop by hop, that packets take from your local machine to a remote host. You can get some help understanding the output from this site or this other site.

    If you're on Windows, the equivalent command line utility is called tracert, and run the same way.

    Or, you could use a similar online service: http://who.is/tools/traceroute/google.com/ if you're unfamiliar or uncomfortable with the command line.

    0 讨论(0)
提交回复
热议问题