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

后端 未结 3 608
醉酒成梦
醉酒成梦 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: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.

提交回复
热议问题