RDMATransports
RDMATransports refers to the underlying network protocols and mechanisms used by Remote Direct Memory Access (RDMA) to achieve direct memory access between computers without involving the operating system. RDMA allows applications to bypass the kernel and directly access the memory of a remote machine, significantly reducing latency and CPU overhead. The "transport" aspect describes how this data is moved across the network.
Common RDMA transports include InfiniBand, RoCE (RDMA over Converged Ethernet), and iWARP (Internet Wide Area RDMA
The choice of RDMA transport impacts network infrastructure requirements, cost, and performance characteristics. Each transport has