Skip to content

Commit 03d0075

Browse files
authored
Merge pull request Snailclimb#1307 from yamonc/master
更新计算机网络中三次握手详情图
2 parents b9a3736 + 64b247e commit 03d0075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/network/计算机网络.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
- 服务端–发送带有 SYN/ACK 标志的数据包–二次握手–客户端
7676
- 客户端–发送带有带有 ACK 标志的数据包–三次握手–服务端
7777

78+
**详细示意图(图片来源不详)**
79+
80+
![](https://user-images.githubusercontent.com/52881289/128109410-b3619cfa-ce64-4f69-86ac-ececa4e014e4.png)
81+
7882
### 2.2 为什么要三次握手
7983

8084
**三次握手的目的是建立可靠的通信信道,说到通讯,简单来说就是数据的发送与接收,而三次握手最主要的目的就是双方确认自己与对方的发送与接收是正常的。**

0 commit comments

Comments
 (0)