NetworkDirect

 

Applies To: Windows Server 2012

NetworkDirect

NetworkDirect is a user-mode programming interface specification for Remote Direct Memory Access (RDMA). RDMA is provided by RDMA-enabled network adapters. Because NetworkDirect is fabric agnostic, it can be used on Infiniband, iWARP, and RoCE. NetworkDirect allows RDMA-enabled network interface card manufacturers to expose the RDMA functionality of their network adapters in Windows Server 2012.

RDMA is a kernel bypass technique which makes it possible to transfer large amounts of data quite rapidly. Because the transfer is performed by the DMA engine on the network adapter, the CPU is not used for the memory movement, which frees the CPU to perform other work.

NetworkDirect is widely used for high-performance computing (HPC) applications in which computational workloads are distributed to large numbers of servers for parallel processing. In addition, various financial markets trading workloads also require extremely low latency and extremely high message rates, which RDMA can provide.

Windows Server 2012 extends support for NetworkDirect to non-HPC server versions, adds numerous management features (performance monitor counters and event tracing) and a new Kernel Mode interface which is used as the underlying transport mechanism for Server Message Block 2 and RDMA.

For more information, see the following Windows Dev Center topics.