# NVMe-oF

Published articles for NVMe-oF.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## RDMA: A Deep Dive into Remote Direct Memory Access

DevFeed: [RDMA: A Deep Dive into Remote Direct Memory Access](<https://devfeed.tech/articles/rdma-a-deep-dive-into-remote-direct-memory-access-53651.md>)

Original publisher: [Read original article](<https://www.starwindsoftware.com/blog/rdma-a-deep-dive-into-remote-direct-memory-access/>)

Author: Dmytro Malynka

Published: 2026-08-27T11:15:52Z

Content type: article

Language: en

Sources: [StarWind Blog](<https://devfeed.tech/sources/starwind-blog.md>)

Topics: [rdma](<https://devfeed.tech/topics/rdma.md>), [networking](<https://devfeed.tech/topics/networking.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Computing](<https://devfeed.tech/topics/computing.md>), [High-Performance Computing](<https://devfeed.tech/topics/high-performance-computing.md>), [InfiniBand](<https://devfeed.tech/topics/infiniband.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>)

Tags: [all](<https://devfeed.tech/tags/all.md>), [computing](<https://devfeed.tech/tags/computing.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [infiniband](<https://devfeed.tech/tags/infiniband.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [networking](<https://devfeed.tech/tags/networking.md>), [nvme-of](<https://devfeed.tech/tags/nvme-of.md>), [operating-system](<https://devfeed.tech/tags/operating-system.md>), [rdma](<https://devfeed.tech/tags/rdma.md>), [remote](<https://devfeed.tech/tags/remote.md>), [starwind-vsan](<https://devfeed.tech/tags/starwind-vsan.md>)

### AI overview

This article explains Remote Direct Memory Access (RDMA), a communication model that transfers data between registered memory regions on different systems with minimal involvement from the CPU and operating system. It describes kernel bypass, direct data placement, reduced memory copying, network adapter offload, and RDMA technologies including InfiniBand, RoCE, and iWARP.

### Source excerpt

What is RDMA [...]