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

Chapter 8 - 15. Congestion Management in TCP Storage Networks

User Actions

After learning the states of queue utilization, the following are the actions that admins and operators can take while using TCP transport for storage traffic. 了解了队列利用率的状态后,管理员和操作员在使用 TCP 传输存储流量时可以采取以下措施。

1. Like any other TCP/IP network, TCP storage networks should also aim for low queue utilization. As Figure 8-12 shows, low queue utilization not only maintains high throughput and return on investments, but also minimizes the queuing delay, and maintains large headroom for traffic burst. 与其他 TCP/IP 网络一样,TCP 存储网络也应力求降低队列利用率。如图 8-12 所示,低队列利用率不仅能保持较高的吞吐量和投资回报率,还能最大限度地减少队列延迟,并为流量突发保持较大的预留空间。

2. For achieving low queue utilization, use an Active Queue Management mechanism, such as WRED, explained later. 要实现较低的队列利用率,可使用主动队列管理机制,如 WRED(稍后解释)。

3. Regardless of the type of switches in a network, congestion detection, troubleshooting, and prevention remain the same. When the queues are non-empty (low utilization, high utilization, or full utilization), the port is transmitting at full capacity. This condition is explained earlier as congestion due to over-utilization. The solution to this problem is to increase the link speed or add more capacity. 无论网络中的交换机类型如何,拥塞检测、故障排除和预防都是一样的。当队列不空(低利用率、高利用率或满利用率)时,端口正在满负荷传输。这种情况在前面已经解释过,是由于过度利用造成的拥塞。解决这一问题的办法是提高链路速度或增加容量。

4. Detecting the links that are consistently highly utilized is relatively easy. However, when the average utilization is not high, approaches like Microburst detection (explained later) and ECN counters can detect if the packets are subjected to queuing delays. If the burst is larger than can be accommodated in the queue at that time, the packets are dropped regardless of the maximum queue size. 检测持续高利用率的链路相对容易。不过,当平均利用率不高时,微突发检测(稍后解释)和

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

相关文章:

  • 前端技巧之svg精灵图svg-sprite-loader
  • IO线程-day2
  • Spring Boot 笔记 024 登录页面
  • 09_Java集合
  • HCIA-HarmonyOS设备开发认证V2.0-3.2.轻量系统内核基础-软件定时器
  • 考研证件照可以自己用手机拍吗?考研证件照p过可以通过审核吗?考研证件照有什么要求
  • win10 环境下Python 3.8按装fastapi paddlepaddle 进行图片文字识别1
  • json字符串的处理
  • Java基础String常见的编程练习
  • 代码随想录算法训练营(回溯5)| 491.递增子序列 46.全排列 47.全排列 II
  • 专业140+总分420+南京信息工程大学811信号与系统考研经验南信大电子信息与通信工程,真题,大纲,参考书
  • 一元函数微分学【高数笔记】
  • (16)Hive——企业调优经验
  • 【详解】图的概念和存储结构(邻接矩阵,邻接表)
  • 【AIGC】Stable Diffusion介绍
  • 2024.2.18 C++QT 作业
  • 【qt创建线程两种方式】
  • 网络安全-一句话木马
  • 在k8s中,使用DirectPV CSI作为分布式存储的优缺点
  • 自动化AD域枚举和漏洞检测脚本
  • 数据库管理-第151期 Oracle Vector DB AI-03(20240218)
  • Vue3+vite搭建基础架构(6)--- 使用vue-router
  • 深入解析Android AIDL:实现跨进程通信的利器
  • 【笔记】Helm-5 Chart模板指南-14 下一步
  • axios 官网速通
  • luigi,一个好用的 Python 数据管道库!
  • 用HTML5实现动画
  • 【Linux笔记】进程间通信之管道
  • 【Node-RED】安全登陆时,账号密码设置
  • Kubernetes基础(二十一)-k8s的服务发现机制