当前位置:网站首页>面试突击69:TCP 可靠吗?为什么?
面试突击69:TCP 可靠吗?为什么?
2022-07-31 22:37:00 【InfoQ】
- 校验和
- 确认应答
- 超时重传
- 流量控制
- 拥塞控制
- 丢弃重复数据
1.校验和

校验和基本算法
2.确认应答

3.超时重传

巧妙的超时重传机制
4.流量控制
5.拥塞控制
6.丢弃重复数据

总结
参考 & 鸣谢
边栏推荐
- Binary tree non-recursive traversal
- Weekly Summary
- JS basic exercises
- GateWay implements load balancing
- Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
- Golang must know the Go Mod command
- The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#
- 基于RT1052 Aworks nanopb string 类型固定长度使用方式(二十七)
- Shell常用脚本:Nexus批量上传本地仓库增强版脚本(强烈推荐)
- iNeuOS industrial Internet operating system, equipment operation and maintenance business and "low-code" form development tools
猜你喜欢
随机推荐
SQL注入 Less54(限制次数的SQL注入+union注入)
Audio alignment using cross-correlation
Unity - LineRenderer show a line
UVM RAL model and built-in seq
Pytest first experience
Shell常用脚本:Nexus批量上传本地仓库增强版脚本(强烈推荐)
Weekly Summary
Recognize anomalies (you will understand after reading this)
[NLP] What is the memory of the model!
The article you worked so hard to write may not be your original
【Acwing】第62场周赛 题解
Go1.18 upgrade function - Fuzz test from scratch in Go language
【Acwing】The 62nd Weekly Game Solution
C程序设计-方法与实践(清华大学出版社)习题解析
IDA PRO中汇编结构体识别
Judging decimal points and rounding of decimal operations in Golang
VOT2021 game introduction
What is customer profile management?
10大主流3D建模技术
renderjs usage in uni-app








