AI inference glossary
HardwareIB

InfiniBand

Also known as IB, InfiniBand networking, NDR InfiniBand

In plain English

InfiniBand is a high speed, low latency network fabric that connects servers in AI clusters, carrying traffic between nodes that NVLink cannot reach.

Technical definition

InfiniBand is a switched network fabric with native RDMA support, used as the scale out interconnect between nodes in most large NVIDIA based AI clusters.

Engineering details

Inside a node or rack, chips talk over scale up links such as NVLink. Beyond that boundary, traffic crosses the scale out network, where InfiniBand competes with RDMA capable Ethernet. InfiniBand offers microsecond scale latency, hundreds of gigabits per second per link in current generations, and in network reduction features such as SHARP. Multi node inference, disaggregated prefill and decode, and wide expert parallelism all place their cross node collectives and KV transfers on this fabric.

Why it matters

Once a model spans nodes, the network joins the compute as a first order performance component. Fabric choice shapes cluster cost and vendor lock in, and the InfiniBand versus Ethernet contest is one of the central competitive battles in AI infrastructure.

How to read it in InferenceX

InferenceX multi node recipes, including disaggregated and rack scale results, run over the scale out fabric of the host cluster, and recipe metadata records the interconnect because it materially affects reproducibility of cross node numbers.