Protocol
iWARP
RDMA over TCP
Lab ready Full lab
RDMA over TCP/IP using MPA framing with DDP and RDMAP layers. It traverses lossy networks better than RoCE but needs different NIC offloads and tuning. Less common than RoCEv2 in GPU clusters, yet still present in storage and enterprise RDMA.
Tags
rdmatcpmpaddp
Sources
- RFC 5040 (RDMAP)
- RFC 5041 (DDP)
- RFC 5044 (MPA)
Related protocols
RDMA Verbs
Lab readyKernel-bypass networking model: queue pairs, memory regions, and work requests move data between registered buffers with minimal CPU. Com…
aistorage
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…
internettelephonyindustrialai
RoCEv2
Lab readyRDMA over UDP/IPv4/IPv6 on Ethernet: InfiniBand BTH follows the UDP header (port 4791). Routable across L3 with ECN/PFC/DCQCN for congest…
ai