当前位置:网站首页>Why is the TCP handshake just 3 times?
Why is the TCP handshake just 3 times?
2022-06-25 04:42:00 【Big bear loves to work】
Why? TCP The handshake was just 3 And then ?
because 3 The second handshake is the minimum number of interactions that can let both parties know that the other party has the ability to send and receive

As shown in the figure above :
The first 1 After a handshake :Client The message of is Server receive
Server Only certain Client The data sent can reach Server End
Serevr It can correctly receive data from the opposite end
The first 2 After a handshake :
Client Received data from the opposite end , So in Client From the perspective of :
Client The receiving capacity is normal
Client Normal sending capacity ( Because the first handshake is normal, I will receive the confirmation )
Server The receiving capacity is normal ( Because the second handshake confirmation will be received only when the reception is normal )
Server Normal sending capacity
The first 3 After a handshake :
Server received Client There was a confirmation , So from Server Perspective :
Client The receiving capacity and sending capacity of are normal
Server The receiving and sending capacity of the is normal
Because both sides know that the receiving and sending capacity of the other side is ok 了 , So you can happily establish a connection
边栏推荐
- GBase 8s 锁的分类
- Kotlin Compose 监听软键盘 点击enter提交事件
- 写shell脚本报错总结
- CTF_ Web: Advanced questions of attack and defense world expert zone WP (9-14)
- 执行SQL响应比较慢,你有哪些排查思路?
- Gbase 8s stored procedure syntax structure
- js的call()和apply()
- 2021.8.29 notes: register, bit operation, pointer, structure
- 【esp32学习之路6——flash加密】
- 哪个编程语言实现hello world最烦琐?
猜你喜欢
随机推荐
CTF_ Web: Advanced questions of attack and defense world expert zone WP (19-21)
Part I Verilog quick start
Anaconda installation +tensorflow installation +keras installation +numpy installation (including image and version information compatibility issues)
The solution of wechat applet switchtab unable to take parameters
Codeforces Round #802 (Div. 2) C D
Package for gbase 8s
CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep
CTF_ Web: Advanced questions of attack and defense world expert zone WP (1-4)
Immutable学习之路----告别传统拷贝
GBase 8s的封锁技术的基本介绍
CTF_ Web: how to recognize and evaluate a regular expression
Mongodb cluster
Gbase 8s index R tree
领导:谁再用 Redis 过期监听实现关闭订单,立马滚蛋!
Why PHP is not safe
Wechat likes to pay attention to the solution of invalid automatic reply
Xiaobai learns MySQL - Statistical 'opportunism'
Easyrecovery15 very easy to use computer data recovery software
初识 Flutter 的绘图组件 — CustomPaint
JS arguments