当前位置:网站首页>2020-08-19:TCP是通过什么机制保障可靠性的?
2020-08-19:TCP是通过什么机制保障可靠性的?
2020-11-06 21:55:00 【福大大架构师每日一题】
福哥答案2020-08-19:
福哥口诀法:校(jiao)序确重拥流连(tcp可靠性保障机制:校验、序号、确认、重传、拥塞、流量、连接)
校验:数据是否正确。
序号:对数据编号seq。
确认:ACK。
重传:超时重传和冗余ACK重传。
拥塞控制:慢启动(慢开始)、拥塞避免、快重传、快恢复。
流量控制:根据接收端的能力决定发送端的发送速度。
连接:三次握手和四次挥手。
版权声明
本文为[福大大架构师每日一题]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4553401/blog/4514721
边栏推荐
- In depth to uncover the bottom layer of garbage collection, this time let you understand her thoroughly
- To teach you to easily understand the basic usage of Vue codemirror: mainly to achieve code editing, verification prompt, code formatting
- 2020-09-09:裸写算法:两个线程轮流打印数字1-100。
- 如何在终端启动Coda 2中隐藏的首选项?
- 【转发】查看lua中userdata的方法
- ES6 learning notes (5): easy to understand ES6's built-in extension objects
- PHP application docking justswap special development kit【 JustSwap.PHP ]
- What course of artificial intelligence? Will it replace human work?
- What are the common problems of DTU connection
- An article will take you to understand CSS3 fillet knowledge
猜你喜欢

面试官: ShardingSphere 学一下吧

2020-09-04:函数调用约定了解么?

To Lianyun analysis: why is IPFs / filecoin mining so difficult?

Will blockchain be the antidote to the global epidemic accelerating the transformation of Internet enterprises?

list转换map(根据key来拆分list,相同key的value为一个list)

How does cglib implement multiple agents?

The AI method put forward by China has more and more influence. Tianda et al. Mined the development law of AI from a large number of literatures

Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom

事务的隔离级别与所带来的问题

How to prepare for the system design interview
随机推荐
To Lianyun analysis: why is IPFs / filecoin mining so difficult?
Basic usage of GDB debugging
Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
The AI method put forward by China has more and more influence. Tianda et al. Mined the development law of AI from a large number of literatures
ES6 learning notes (4): easy to understand the new grammar of ES6
CloudQuery V1.2.0 版本发布
Those who have worked in China for six years and a million annual salary want to share these four points with you
消息队列(MessageQueue)-分析
Share with Lianyun: is IPFs / filecoin worth investing in?
Outsourcing is really difficult. As an outsourcer, I can't help sighing.
Zero basis to build a web search engine of its own
The importance of big data application is reflected in all aspects
2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
Look! Internet, e-commerce offline big data analysis best practice! (Internet disk link attached)
Metersphere developer's Manual
How to play sortable JS vuedraggable to realize nested drag function of forms
2020年数据库技术大会助力技术提升
An article will introduce you to CSS3 background knowledge
2020-09-09:裸写算法:两个线程轮流打印数字1-100。
An article takes you to understand CSS pagination examples