File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 150150上面讲的比较概括,推荐一篇讲的比较细致的文章:[ https://blog.csdn.net/qzcsu/article/details/72861891 ] ( https://blog.csdn.net/qzcsu/article/details/72861891 )
151151
152152## 三 TCP,UDP 协议的区别
153- ![ TCP、UDP协议的区别] ( https://user-gold-cdn.xitu.io/2018/4/19/162db5e97e9a9e01?imageView2/0/w/1280/h/960/format/webp/ignore-error/1 )
153+ ![ TCP、UDP协议的区别] ( https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/tcp-vs-udp.jpg )
154154
155155UDP 在传送数据之前不需要先建立连接,远地主机在收到 UDP 报文后,不需要给出任何确认。虽然 UDP 不提供可靠交付,但在某些情况下 UDP 确是一种最有效的工作方式(一般用于即时通信),比如: QQ 语音、 QQ 视频 、直播等等
156156
@@ -219,12 +219,14 @@ TCP的拥塞控制采用了四种算法,即 **慢开始** 、 **拥塞避免**
219219
220220
221221## 五 在浏览器中输入url地址 ->> 显示主页的过程(面试常客)
222+
222223百度好像最喜欢问这个问题。
224+
223225> 打开一个网页,整个过程会使用哪些协议
224226
225227图解(图片来源:《图解HTTP》):
226228
227- ![ 状态码 ] ( https://user-gold-cdn.xitu.io/2018/4/19/162db5e985aabdbe?imageView2/0/w/1280/h/960/format/webp/ignore-error/1 )
229+ < img src = " https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/url输入到展示出来的过程.jpg " style = " zoom : 50 % ; " />
228230
229231总体来说分为以下几个过程:
230232
You can’t perform that action at this time.
0 commit comments