Chapter 8 - 12. Congestion Management in TCP Storage Networks

这篇具有很好参考价值的文章主要介绍了Chapter 8 - 12. Congestion Management in TCP Storage Networks。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

Comparison with RoCEv2 Networks

RoCEv2 Congestion Management (explained in Chapter 7) uses the same mechanism as ECN in TCP/IP networks. Compare Figure 8-103 with Figure 7-17 in Chapter 7. You can notice that Steps 1 to 4 are the same. The difference is after a destination receives a CE-marked IP packet. RoCEv2 拥塞管理(在第 7 章中解释)使用的机制与 TCP/IP 网络中的 ECN 相同。比较图 8-103 和第 7 章中的图 7-17。可以发现步骤 1 4 是相同的。不同之处在于目的地收到 CE 标记的 IP 数据包后。

The following are the notable differences between the two approaches: 以下是两种方法的显著区别:

1. Notification to the traffic source: RoCEv2 uses UDP as the layer 4 transport. UDP does not have a concept of a connection. Hence, the upper layer (RoCEv2) must send its dedicated Congestion Notification Packet (CNP) for reflecting the congestion information from the traffic destination to the source. In contrast, TCP uses the ECE flag in its standard header. RoCEv2 使用 UDP 作为第 4 层传输。UDP 没有连接的概念。因此,上层(RoCEv2)必须发送其专用的拥塞通知包(CNP),以反映从流量目的地到源的拥塞信息。相比之下,TCP 在其标准报头中使用 ECE 标志。

文章来源地址https://www.toymoban.com/news/detail-830006.html

到了这里,关于Chapter 8 - 12. Congestion Management in TCP Storage Networks的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Chapter 8 - 11. Congestion Management in TCP Storage Networks

    Congestion Notification in TCP Storage Networks Congestion Notification in TCP storage networks is achieved by Explicit Congestion Notification (ECN), which is standardized by RFC 3168. As explained earlier, iSCSI and NVMe/TCP layers remain unaware of any such mechanisms. TCP 存储网络中的拥塞通知是通过显式拥塞通知 (ECN) 实现的, RFC 31

    2024年02月20日
    浏览(26)
  • Chapter 8 - 25. Congestion Management in TCP Storage Networks

    Modified TCP Implementations Standard TCP with ECN detects the presence of congestion and reacts to it by reducing the congestion window as if packets had been dropped. In data center environments, where the links are of high capacity and end-to-end delay is low, the standard TCP congestion control mechanisms, such as reducing the congestion window by half,

    2024年03月23日
    浏览(26)
  • Chapter 8 - 18. Congestion Management in TCP Storage Networks

    Comparison with Lossless Networks Recall that in Fibre Channel fabrics (explained in  Chapter 3 , “ Detecting Congestion in Fibre Channel Fabrics ”) and lossless Ethernet networks (explained in  Chapter 7 ), when the source of congestion is within an end-device, these devices are called slow-drain devices and they are detected using the metrics of the

    2024年03月14日
    浏览(42)
  • Chapter 8 - 13. Congestion Management in TCP Storage Networks

    Switch Buffer Management Recall that during network congestion, a TCP sender relies on the following events for reducing its transmission rate. 回想一下,在网络拥塞期间, TCP 发送端依靠以下事件来降低传输速率。 1. When the sender detects packet loss because of the following reasons. 当发送方因以下原因检测到数据包丢失

    2024年02月21日
    浏览(28)
  • Chapter 7 - 15. Congestion Management in Ethernet Storage Networks以太网存储网络的拥塞管理

    Congestion Notification in Routed Lossless Ethernet Networks End devices and their applications may not be aware of congestion in the network. A culprit device may continue to send (or solicit) more traffic on the network making the severity of congestion worse or increasing its duration. To solve this problem, the network switches can ‘explicitly’ notif

    2024年01月22日
    浏览(44)
  • Chapter 7 - 14. Congestion Management in Ethernet Storage Networks以太网存储网络的拥塞管理

    PFC Watchdog PFC watchdog works similarly to Pause timeout, but it only drops the traffic in the queue that is unable to transmit continuously for a timeout duration because of receiving PFC Pause frames. PFC 进程看门狗的工作原理与暂停超时类似,但它只会丢弃队列中因收到 PFC 暂停帧而无法在超时时间内连续传输的流量。

    2024年01月22日
    浏览(38)
  • chapter12:SpringBoot与检索

    Spring Boot与检索视频 我们的应用经常需要添加检索功能,开源的ElasticSearch是目前全文搜索引擎的首选。 他可以快速的存储、搜索和分析海量数据。SpringBoot通过整合Spring Data ElasticSearch为我们提供了非常便捷的检索功能支持。 ElasticSearch是一个分布式搜索服务,提供Restful API,

    2024年02月16日
    浏览(24)
  • Docker 安装rabbitmq:3.12-management

    拉取镜像: 15672 端口:RabbitMQ的 管理页面 端口 5672 端口:RabbitMQ的 消息接收 端口 RABBITMQ_DEFAULT_USER 环境变量:指定RabbitMQ的 用户名 ,这里我指定为 XXX ,大家部署时替换成自己定义的 RABBITMQ_DEFAULT_PASS 环境变量:指定RabbitMQ的 密码 ,这里我指定为 XXX ,大家部署时替换成自己

    2024年02月11日
    浏览(31)
  • Solidity内存布局介绍 Layout in Memory and Storage

    Solidity reserves four 32-byte slots, with specific byte ranges (inclusive of endpoints) being used as follows: 0x00 - 0x3f (64 bytes): scratch space(暂存空间) for hashing methods  Hash方法的暂存空间. 0x40 - 0x5f (32 bytes): currently allocated memory size (aka. free memory pointer) 0x60 - 0x7f (32 bytes): zero slot Solidity保留了四个32字节的

    2024年02月16日
    浏览(38)
  • 如何安装并使用 SQL Server Management Studio18.12.1?

    SQL Server Management Studio (SSMS) 是一种集成环境,用于管理从 SQL Server 到 Azure SQL 数据库的任何 SQL 基础结构。 SSMS 提供用于配置、监视和管理 SQL Server 和数据库实例的工具。 使用 SSMS 部署、监视和升级应用程序使用的数据层组件,以及生成查询和脚本,我们可以通过以下步骤来

    2024年02月05日
    浏览(44)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包