Content deleted Content added
('''RDMA''') |
m Infiniband --> InfiniBand |
||
Line 1:
'''Remote Direct Memory Access''' ('''RDMA''') is a concept whereby two or more [[computer]]s communicate via [[Direct Memory Access]] directly from the [[main memory]] of one system to the main memory of another. As there is no CPU, cache, or context switching overhead needed to perform the transfer, and transfers can continue in parallel with other system operations, this is particularly useful in applications where high thoughput, low latency networking is needed such as in massively parallel [[Linux]] clusters. The most common RDMA implementation is over [[
== RDMA over TCP/IP ==
|