Scale-of-evaluation / daily-question

This repo is used to help you better understand the world,Enjoy!
MIT License
4 stars 2 forks source link

【08.24】打开一个网站会发生什么? #207

Open changjl317 opened 3 years ago

changjl317 commented 3 years ago

请在下面作答

Derek-94tm commented 3 years ago

简单来说主要有下面四大过程: 1.浏览器根据域名找到对应的 ip 地址(远程服务器)。 2.浏览器与远程服务器建立连接(tcp 连接,三次握手)。 3.浏览器与远程服务器发送和接收数据。 4.浏览器与远程服务器断开连接。

Sandu1213 commented 3 years ago

同上