From 3bf8eecbcaa5aa0a9ad58408789e76c0f05d3ae8 Mon Sep 17 00:00:00 2001 From: rxluo1202 <75935377+rxluo1202@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:41:10 -0800 Subject: [PATCH 1/4] =?UTF-8?q?Update=20=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E4=B8=8A.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...56\227\346\234\272\347\275\221\347\273\234\344\270\212.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" index 4573f96..dce37dc 100644 --- "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" +++ "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" @@ -18,7 +18,7 @@ * TCP/IP四层模型:是由实际应用发展总结出来的,从实质上讲,TCP/IP只有最上面三层,最下面一层没有什么具体内容,TCP/IP参考模型没有真正描述这一层的实现。 * 五层模型:五层模型只出现在计算机网络教学过程中,这是对七层模型和四层模型的一个折中,既简洁又能将概念阐述清楚。 -![计算机网络体系结构](http://blog-img.coolsen.cn/img/image-20210519165421341.png) +![计算机网络体系结构](https://pic1.zhimg.com/80/v2-59e342ea11b25c6deb44943456fffee8_1440w.jpg) 七层网络体系结构各层的主要功能: @@ -300,4 +300,4 @@ https://www.cnblogs.com/xiaolincoding/p/12638546.html https://imageslr.com/2020/07/07/tcp-shake-wave.html -https://cloud.tencent.com/developer/article/1537628 \ No newline at end of file +https://cloud.tencent.com/developer/article/1537628 From 15c9444944caa57074b78bdd191a9134adcf704f Mon Sep 17 00:00:00 2001 From: rxluo1202 <75935377+rxluo1202@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:43:19 -0800 Subject: [PATCH 2/4] =?UTF-8?q?Update=20=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E4=B8=8A.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" index dce37dc..6123f3a 100644 --- "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" +++ "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" @@ -66,7 +66,7 @@ UDP 面向无连接,它可以随时发送数据,再加上UDP本身的处理 - 视频、音频等多媒体通信 - 广播通信 -![image-20210519180008296](http://blog-img.coolsen.cn/img/image-20210519180008296.png) +![image-20210519180008296](https://image-static.segmentfault.com/263/968/2639681048-5e51e65aac2b2_articlex) ## 4. 详细介绍一下 TCP 的三次握手机制? From 86e4c228c146f16dc589746f1a432e8450ef042e Mon Sep 17 00:00:00 2001 From: rxluo1202 <75935377+rxluo1202@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:44:16 -0800 Subject: [PATCH 3/4] =?UTF-8?q?Update=20=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E4=B8=8A.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" index 6123f3a..867ecde 100644 --- "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" +++ "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" @@ -70,7 +70,7 @@ UDP 面向无连接,它可以随时发送数据,再加上UDP本身的处理 ## 4. 详细介绍一下 TCP 的三次握手机制? -![](http://blog-img.coolsen.cn/img/image-20210520161056918.png) +![](https://p1-jj.byteimg.com/tos-cn-i-t2oaga2asx/gold-user-assets/2019/11/29/16eb5e598a66e54c~tplv-t2oaga2asx-zoom-in-crop-mark:1304:0:0:0.awebp) > 图片来自:https://juejin.cn/post/6844904005315854343 From ffa37081ce498ab0ae7e41e2174ff12244df873f Mon Sep 17 00:00:00 2001 From: rxluo1202 <75935377+rxluo1202@users.noreply.github.com> Date: Wed, 9 Mar 2022 12:05:39 -0800 Subject: [PATCH 4/4] =?UTF-8?q?Update=20=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E4=B8=8A.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" index 867ecde..011e781 100644 --- "a/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" +++ "b/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\344\270\212.md" @@ -70,7 +70,7 @@ UDP 面向无连接,它可以随时发送数据,再加上UDP本身的处理 ## 4. 详细介绍一下 TCP 的三次握手机制? -![](https://p1-jj.byteimg.com/tos-cn-i-t2oaga2asx/gold-user-assets/2019/11/29/16eb5e598a66e54c~tplv-t2oaga2asx-zoom-in-crop-mark:1304:0:0:0.awebp) +![](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/f1f7254e58fb48469227e4d195b13024~tplv-k3u1fbpfcp-watermark.image) > 图片来自:https://juejin.cn/post/6844904005315854343