From 64b247e63451d71eeb4f5683ab55bfb18537280a Mon Sep 17 00:00:00 2001 From: yamonc Date: Wed, 4 Aug 2021 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A1=E7=AE=97=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E4=B8=AD=E4=B8=89=E6=AC=A1=E6=8F=A1=E6=89=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/network/计算机网络.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/network/计算机网络.md b/docs/network/计算机网络.md index 8ea49e02..d67084c2 100644 --- a/docs/network/计算机网络.md +++ b/docs/network/计算机网络.md @@ -110,6 +110,10 @@ - 服务端–发送带有 SYN/ACK 标志的数据包–二次握手–客户端 - 客户端–发送带有带有 ACK 标志的数据包–三次握手–服务端 +**详细示意图(图片来源不详)** + +![](https://user-images.githubusercontent.com/52881289/128109410-b3619cfa-ce64-4f69-86ac-ececa4e014e4.png) + ### 2.2 为什么要三次握手 **三次握手的目的是建立可靠的通信信道,说到通讯,简单来说就是数据的发送与接收,而三次握手最主要的目的就是双方确认自己与对方的发送与接收是正常的。**