RDMA
Remote Direct Memory Access - a technology that allows direct memory access between computers without involving the CPU.
RDMA enables high-throughput, low-latency networking by bypassing the traditional network stack. It's commonly used in HPC clusters and AI training systems via InfiniBand or RoCE (RDMA over Converged Ethernet). RDMA dramatically reduces CPU overhead for network operations.
Explore More Terms
NVMe
Non-Volatile Memory Express - a specification for accessing solid-state storage over PCIe.
Quantum Entanglement
A quantum mechanical phenomenon where particles become correlated so that the quantum state of each particle cannot be described independently.
Tensor Core
Specialized processing units in NVIDIA GPUs designed for matrix operations common in deep learning.
Qubit
The fundamental unit of quantum information, analogous to a classical bit but capable of existing in superposition states.
GitOps
An operational framework that uses Git repositories as the single source of truth for infrastructure and application configurations.
cgroups
Control groups - a Linux kernel feature for limiting, accounting, and isolating resource usage of process collections.