What is rdma

Last updated: April 1, 2026

Quick Answer: RDMA (Remote Direct Memory Access) is a networking technology that allows computers to directly transfer data from one computer's memory to another's across a network without CPU involvement, significantly reducing latency and improving performance.

Key Facts

Overview

Remote Direct Memory Access (RDMA) is a networking technology that allows computers to directly transfer data from the memory of one computer to the memory of another computer across a network. Unlike traditional networking protocols that rely on the CPU to manage data transfers, RDMA bypasses the CPU, enabling zero-copy data transmission that dramatically improves performance and reduces latency.

How RDMA Works

RDMA operates by allowing an application to directly read or write data to the memory space of a remote computer. The key advantage is that it requires minimal CPU involvement in the data transfer process. Once the memory transfer is initiated, the network hardware handles the data movement while the CPU remains free to perform other tasks. This zero-copy architecture significantly reduces processing overhead and network latency, making it ideal for bandwidth-intensive applications.

RDMA Implementation Types

There are three primary RDMA implementations:

Applications and Benefits

RDMA is particularly valuable in high-performance computing environments where data transfer speed and latency are critical. Major applications include data center networking for rapid inter-server communication, storage systems requiring fast data movement, financial services and algorithmic trading systems, scientific computing and supercomputing clusters, and machine learning and artificial intelligence workloads. The main benefits include reduced latency, higher throughput, lower CPU utilization, and improved power efficiency compared to traditional TCP/IP networking.

Requirements and Considerations

Implementing RDMA requires specialized network hardware and software support. Network adapters must support RDMA protocols, and operating systems must include appropriate drivers and libraries. Additionally, both endpoints must support compatible RDMA implementations. While RDMA provides significant performance advantages, the infrastructure and implementation complexity mean it is typically used in specialized environments where performance gains justify the investment.

Related Questions

How does RDMA differ from traditional networking?

Traditional networking requires the CPU to process and manage data transfers, while RDMA bypasses the CPU entirely, allowing network hardware to handle data movement directly. This results in significantly lower latency, higher throughput, and reduced CPU overhead.

What hardware is needed for RDMA?

RDMA requires specialized network adapters that support RDMA protocols such as InfiniBand, RoCE, or iWARP. Both the sending and receiving computers must have compatible RDMA-capable network hardware and appropriate software drivers installed.

Why is RDMA used in data centers?

Data centers use RDMA to enable fast communication between servers, reduce network latency, improve storage system performance, and decrease CPU utilization. These benefits allow data centers to handle more workloads efficiently and reduce power consumption.

Sources

  1. Wikipedia - Remote Direct Memory Access CC-BY-SA-4.0
  2. InfiniBand Trade Association Public Domain