当前位置:网站首页>tcp为啥是三次握手和四次挥手
tcp为啥是三次握手和四次挥手
2022-07-04 19:03:00 【大鸡腿最好吃】
三次握手,主要防止已经失效的连接请求报文突然又传送到了服务器,从而产生错误;
客户端发送ack=1,seq为x,服务器收到后发送ack=x+1,seq为y,客户端收到后发送ack为y+
1正式建立其链接
四次挥手,谁先发起都行,是双向的
客户端没有想要发送的请求后想终止链接,就发送fin=1,seq为u,服务器收到后发送ack=u=1表示自己收到了;
服务器没有想要发送的数据给客户端后,就发送fin=1,que=v,客户端收到后发送ack=v+1,链接正式结束
边栏推荐
- [today in history] July 4: the first e-book came out; The inventor of magnetic stripe card was born; Palm computer pioneer was born
- Practice examples to understand JS strong cache negotiation cache
- ICML 2022 | Meta提出鲁棒的多目标贝叶斯优化方法,有效应对输入噪声
- Length of the longest integrable subarray
- Crystal optoelectronics: ar-hud products of Chang'an dark blue sl03 are supplied by the company
- Development and construction of DFI ecological NFT mobile mining system
- 输入的查询SQL语句,是如何执行的?
- 【ISMB2022教程】图表示学习的精准医疗,哈佛大学Marinka Zitnik主讲,附87页ppt
- Related concepts of federal learning and motivation (1)
- Prometheus installation
猜你喜欢

Neural network IOT platform construction (IOT platform construction practical tutorial)

关于联邦学习和激励的相关概念(1)

Qt编写物联网管理平台38-多种数据库支持

Development and construction of DFI ecological NFT mobile mining system

如何让你的小游戏适配不同尺寸的手机屏幕
![[problem] Druid reports exception SQL injection violation, part always true condition not allow solution](/img/cc/160bc8ccdc378901510c1b61c3f5d3.png)
[problem] Druid reports exception SQL injection violation, part always true condition not allow solution

Huawei Nova 10 series supports the application security detection function to build a strong mobile security firewall

So this is the BGP agreement

Form组件常用校验规则-1(持续更新中~)

Free soldier
随机推荐
针对深度学习的“失忆症”,科学家提出基于相似性加权交错学习,登上PNAS
Length of the longest integrable subarray
Function analysis and source code of hash guessing game system development
Actual combat simulation │ JWT login authentication
What financial products can you buy with a deposit of 100000 yuan?
c# . Net MVC uses Baidu ueditor rich text box to upload files (pictures, videos, etc.)
Offset function and windowing function
更强的 JsonPath 兼容性及性能测试之2022版(Snack3,Fastjson2,jayway.jsonpath)
Practice examples to understand JS strong cache negotiation cache
【ISMB2022教程】图表示学习的精准医疗,哈佛大学Marinka Zitnik主讲,附87页ppt
Detailed explanation of Audi EDI invoice message
太方便了,钉钉上就可完成代码发布审批啦!
Win11无法将值写入注册表项如何解决?
Six stones programming: about code, there are six triumphs
Every time I look at the interface documents of my colleagues, I get confused and have a lot of problems...
YOLOv5s-ShuffleNetV2
Win11共享文件打不开怎么办?Win11共享文件打不开的解决方法
[in-depth learning] review pytoch's 19 loss functions
C language - Introduction - Foundation - grammar - process control (VII)
Pointnext: review pointnet through improved model training and scaling strategies++