Chapter 8 - 8. Congestion Management in TCP Storage Networks

NVMe/TCP I/O Operations

Figure 8-7 shows NVMe/TCP Read I/O Operation. A host (initiator) initiates a read I/O operation over a TCP connection to the target, which is called a controller in NVMe terminology. The target sends data to the host in one or more packets based on the amount of data requested by the I/O Operation (I/O size), the MTU of the network, and the MSS of the TCP connection. Finally, the I/O operation completes when the target sends a Response. 8-7 显示了 NVMe/TCP I/O 操作。主机(启动器)通过 TCP 连接向目标(NVMe 术语中称为控制器)发起读取 I/O 操作。目标机根据 I/O 操作要求的数据量(I/O 大小)、网络的 MTU TCP 连接的 MSS,以一个或多个数据包的形式向主机发送数据。最后,当目标机发送 "响应 "时,I/O 操作完成。

Figure 8-7 NVMe/TCP Read I/O Operation

Figure 8-8 shows NVMe/TCP Write I/O Operation. A host (initiator) initiates a write I/O operation over a TCP connection to the target or controller. The target sends a Ready2Transfer (R2T). This is optional. The initiator sends data to the target in one or more packets based on the amount of data requested by the I/O Operation (I/O size), the MTU of the network, and the MSS of the TCP connection. Finally, the I/O operation completes when the target sends a Response. 8-8 显示 NVMe/TCP I/O 操作。主机(启动程序)通过 TCP 连接向目标机或控制器发起写 I/O 操作。目标机发送 Ready2Transfer (R2T)。这是可选项。启动程序根据 I/O

相关推荐

  1. C++ Primer Chapter 8 The IO Library

    2024-02-09 14:34:01       6 阅读
  2. Chapter 8 - 4. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       32 阅读
  3. Chapter 8 - 6. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       33 阅读
  4. Chapter 8 - 5. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       26 阅读
  5. Chapter 8 - 7. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       33 阅读
  6. Chapter 8 - 10. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       29 阅读
  7. Chapter 8 - 9. Congestion Management in TCP Storage Networks

    2024-02-09 14:34:01       26 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-02-09 14:34:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-02-09 14:34:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-02-09 14:34:01       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-02-09 14:34:01       20 阅读

热门阅读

  1. deepin20.9安装及配置

    2024-02-09 14:34:01       28 阅读
  2. 高精度加法 取余 分类讨论 AcWing 791. 高精度加法

    2024-02-09 14:34:01       32 阅读
  3. 【LeetCode每日一题】1122. 数组的相对排序

    2024-02-09 14:34:01       31 阅读
  4. LeetCode639. Decode Ways II——动态规划

    2024-02-09 14:34:01       24 阅读
  5. C++ .h文件类的调用

    2024-02-09 14:34:01       28 阅读
  6. 机器学习原理到Python代码实现之PolynomialRegression

    2024-02-09 14:34:01       28 阅读
  7. List 差集

    2024-02-09 14:34:01       26 阅读
  8. 侵入式智能指针和非侵入式智能指针

    2024-02-09 14:34:01       26 阅读
  9. 动态规划C语言

    2024-02-09 14:34:01       22 阅读