We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我们在浏览器输入URL按回车或者点击一个链接的时候发生了啥?
以访问 http://jyzwf.github.io/page/index.html 为例:
http://jyzwf.github.io/page/index.html
DNS
TCP 连接
三次握手
四次挥手
关于为什么是三次握手而不是两次或者其他,可以参考知乎上的回答: TCP 为什么是三次握手,为什么不是两次或四次?
下面摘取一个不错的回答
三次握手: “喂,你听得到吗?” “我听得到呀,你听得到我吗?” “我能听到你,今天balabala……”
两次握手: “喂,你听得到吗?” “我听得到呀” “喂喂,你听得到吗?” “草,我听得到呀!!!!” “你TM能不能听到我讲话啊!!喂!” “……”
四次握手: “喂,你听得到吗?” “我听得到呀,你听得到我吗?” “我能听到你,你能听到我吗?” “……不想跟傻逼说话”
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当我们在浏览器输入URL按回车或者点击一个链接的时候发生了啥?
以访问
http://jyzwf.github.io/page/index.html
为例:DNS
请求解析 jyzwf.github.io/的 IP地址TCP 连接
(默认端口号 80,三次握手
)四次挥手
)关于为什么是三次握手而不是两次或者其他,可以参考知乎上的回答:
TCP 为什么是三次握手,为什么不是两次或四次?
下面摘取一个不错的回答
三次握手
四次挥手
为啥不是两次握手
The text was updated successfully, but these errors were encountered: