当前位置: 首页 > news >正文

Linux: network: tcp: back-off技术

当一个包需要重传的时候,会使用 exponential back-off来计算下一次重传的时间。

这个back-off的使用还是相当的广泛:《Adaptive Backoff Synchronization Technique》https://dl.acm.org/doi/pdf/10.1145/74926.74970
The general idea of backoff has been used in one form or another in a number of applications. The approach was first used in Aloha [l], a radio-based, packet-switching network. If a collision occurred in the network, each source would backoff for a random interval before attempting to retransmit. The Ethernet [16] went one step further and used a random retransmission interval in which collision history influenced the choice of the mean of the random intervals. Adaptive control schemes for multiple access communications networks have been analyzed in [13, 12, 141.

第一次使用是在:Aloha [l],
Norman Abramson. The ALOHA System - Another alternative for computer communications. In Proc. Fall Joint Computer Conf., pages 261-285, 1977
https://www.researchgate.net/profile/Norman-Abramson/publication/234790393_THE_ALOHA_SYSTEM_another_alternative_for_computer_communications/links/56b8dfb108ae0a89c12f9184/THE-ALOHA-SYSTEM-another-alternative-for-computer-communications.pdf?origin=publication_detail

这个文章的出处是夏威夷的一个项目,也代表着对长距离通信研究的优势。

http://www.lryc.cn/news/122664.html

相关文章:

  • 36 | 银行贷款数据分析
  • 计算机网络-物理层(二)- 传输方式
  • 超强台风“杜苏芮”来袭!如何实现安全可靠的通信?
  • 内网隧道—HTTP\DNS\ICMP
  • QT mouseTracking
  • java操作mongdb【超详细】
  • JavaScript函数
  • RISC-V公测平台发布 · 使用YCSB测试SG2042上的MySQL性能
  • 母婴即时零售行业数据可视化分析
  • 快速解决IDEA中类的图标变成J,不是C的情况
  • vue学习笔记
  • 难解的bug
  • 人文景区有必要做VR云游吗?如何满足游客出行需求?
  • 【字节跳动青训营】后端笔记整理-1 | Go语言入门指南:基础语法和常用特性解析
  • 3.解构赋值
  • ChatGPT在智能游戏和游戏AI中的应用如何?
  • 【安卓串口通信】
  • 电气测试相关
  • ProsperEx 的野望:借势 RWA 浪潮,构建全新的链上衍生品体系
  • Spring Data JPA 详解
  • NZ系列工具NZ02:VBA读取PDF使用说明
  • Autocasting和GradScaler
  • 头条移动端项目Day03 —— 自媒体素材管理、自媒体文章管理、自媒体文章发布
  • 【ARM 嵌入式 编译系列 9-- GCC 编译符号表(Symbol Table)的详细介绍】
  • Apache Doris 入门教程27:BITMAP精准去重和HLL近似去重
  • bug总结
  • DC电源模块的高转换率
  • 用于网页抓取的最佳 Python 库
  • 异步回调中axios,ajax,promise,cors详解区分
  • IoTDB原理剖析