GPU vs Server vs Rack: What You Actually Buy
TL;DR
Data-center AI compute is sold in layers. The accelerator is a module, not a product you rack on its own; the unit of purchase is an integrated 8-GPU node built by an OEM around an NVIDIA HGX baseboard, complete with host CPUs, memory, NICs, power and cooling. Nodes go into racks, racks into a cluster tied together by a scale-out fabric. Rack-scale systems such as the GB300 NVL72 change the layering itself: an entire rack becomes one coherent accelerator domain rather than a set of networked nodes.
On this page
The short answer
There are four layers, and buyers who skip one get surprised at quote time:
- Accelerator — a single GPU. In the data center this is usually an SXM module, a bare board that bolts onto a baseboard. It has no chassis, no power supply, and no way to stand alone.
- Node (server) — typically eight accelerators on one NVIDIA HGX baseboard, plus host CPUs, system memory, NVMe storage, network cards, power supplies and cooling, in a chassis built and warrantied by an OEM. This is the unit you actually buy.
- Rack — a 42U or 48U cabinet holding some number of nodes, top-of-rack switching, and power distribution. Or, in a rack-scale system, a single integrated product.
- Cluster — many racks stitched together by a scale-out network, shared storage, and a scheduler.
The common mistake is treating layer one as the purchase. It is not.
Why you cannot buy "eight H100s"
Data-center SXM accelerators are not sold as loose parts you assemble. Eight of them are mounted at the factory onto an HGX baseboard, which also carries the NVSwitch chips that wire the GPUs to each other. That baseboard is a component NVIDIA supplies to server manufacturers — it is not a retail item, and it does nothing without a host platform around it.
That host platform is not a rounding error. A single 8-GPU node also contains:
- Two host CPUs and a large pool of system memory, which stage data, run the training loop’s Python, and feed the GPUs.
- Local NVMe storage, for checkpoints, datasets and scratch.
- Network cards — commonly one high-speed NIC per GPU for the east-west GPU fabric, plus separate ports for storage and management.
- Power and thermals — multiple redundant power supplies and either a dense air-cooling path or a liquid-cooled cold-plate loop.
So the thing you buy is "an OEM 8-GPU node built on the HGX B200 baseboard, in this cooling configuration, with this CPU and this NIC choice". That is why quotes are configuration-specific, and why the same GPU shows up in several different products. See HGX vs DGX for who integrates it and what that changes.
The layers at a glance
What each layer is, and what you can actually purchase at that level.
| Layer | What it is | Can you buy it? |
|---|---|---|
| Accelerator | One GPU — SXM module or PCIe card | PCIe cards yes; SXM modules only inside a node |
| Node | 8 GPUs on an HGX baseboard + host CPUs, memory, NICs, PSUs, cooling | Yes — this is the normal unit |
| Rack | Cabinet of nodes + top-of-rack switching + power distribution | Yes, as an integrated rack or built on site |
| Rack-scale system | A whole rack sold as one product with an in-rack GPU fabric | Yes — e.g. GB200 / GB300 NVL72 |
| Cluster | Many racks + scale-out fabric + storage + scheduler | Designed and assembled, not bought as one SKU |
NVLink inside the node vs the fabric between nodes
This is the distinction that most often gets garbled, and it matters for every sizing decision downstream.
Inside a node, the eight GPUs talk over NVLink through NVSwitch chips on the baseboard. This is a direct, memory-semantic interconnect with very high per-GPU bandwidth — fourth-generation NVLink runs at 900 GB/s per GPU on Hopper, fifth-generation at 1.8 TB/s per GPU on Blackwell. All eight GPUs behave as one tightly coupled group. This is called scale-up.
Between nodes, GPUs talk over a network — InfiniBand or Ethernet — through the node’s NICs, leaf switches, and spine switches. Per-GPU bandwidth here is an order of magnitude lower than NVLink and latency is higher. This is scale-out, and it is why cluster performance depends so heavily on network design. See InfiniBand vs Ethernet for AI.
The practical rule: work that fits inside one node’s NVLink domain is cheap; work that crosses node boundaries costs network. Model-parallel sharding is deliberately laid out to stay inside the NVLink domain where possible.
What rack-scale changes
A rack-scale system such as the GB200 NVL72 or GB300 NVL72 does something conceptually different: it extends the NVLink domain beyond the node to cover the whole rack.
Instead of nine separate 8-GPU islands connected by a network, an NVL72 rack wires 72 GPUs into a single NVLink domain — around 130 TB/s of all-to-all in-rack bandwidth — alongside 36 Grace CPUs, in-rack NVLink switch trays, liquid cooling, and its own power distribution. Functionally, the rack behaves like one very large accelerator with one very large pool of memory, rather than a small network of servers.
That is why rack-scale is the answer for the largest single-domain training runs and for serving models too big to shard comfortably across networked nodes. It also moves the purchase boundary up a layer: you buy the rack, factory-integrated and burned in, not the nodes inside it. The trade is liquid cooling and rack power density around 120 kW — a facility question, not a silicon question. The full form-factor decision is in GB300 NVL72 rack vs HGX nodes.
From rack to cluster
Above the rack sits everything that makes many racks act like one machine:
- Scale-out fabric — leaf and spine switches, optics and cabling, usually laid out rail-optimized so each GPU’s traffic has a predictable path.
- Storage — a parallel or high-throughput filesystem, because a training job that cannot keep the GPUs fed is an expensive idle asset.
- Management and head nodes — provisioning, telemetry, the job scheduler.
- Power and cooling plant — the part that decides how much of the above your building can actually run.
None of this is optional, and none of it appears on a GPU spec sheet. When people say a cluster "cost more than the GPUs", this is where the difference went. How to size a GPU cluster walks the arithmetic.
What this means when you buy
Three things follow directly.
Specify at the node level, not the GPU level. "Eight B200s" is not a purchase order. "An HGX B200 8-GPU node from this OEM, liquid-cooled, with this NIC configuration" is.
The integrator matters. The same HGX baseboard ships inside servers from Dell, Lenovo, Supermicro, GIGABYTE and HPE, with different chassis heights, cooling options, host CPUs, service terms and lead times. Availability often differs more than specification does.
Decide node vs rack-scale early. It drives cooling, rack power density, floor loading and the whole facility conversation — and it is expensive to change late.
Browse the GPU catalog to see how the same silicon is packaged by different integrators, or start from the hardware overview.
Frequently asked questions
Can I just buy eight H100 GPUs and build my own server?
Not in the SXM form factor used for data-center AI. SXM accelerators are factory-mounted onto an NVIDIA HGX baseboard together with the NVSwitch chips that link them, and that assembly is supplied to server manufacturers rather than sold as a retail part. You buy a complete 8-GPU node from an OEM. PCIe-form-factor GPUs such as the L40S can be installed into a conventional server, which is one reason they show up in self-built systems.
What is the difference between NVLink and InfiniBand?
NVLink is the interconnect between GPUs inside a node (and, on rack-scale systems, inside a rack) — very high bandwidth, memory-semantic, switched by NVSwitch chips on the baseboard. InfiniBand is a network between nodes, reached through the node’s NICs and external leaf and spine switches. NVLink is scale-up; InfiniBand or Ethernet is scale-out. They are complementary layers, not alternatives.
How many GPUs are in a rack?
It depends on form factor and cooling. Air-cooled 8-GPU nodes are often 8U, so a standard 42U rack physically fits a handful of them — but rack power and cooling capacity usually bind before rack units do. Liquid-cooled 4U nodes pack denser. A rack-scale GB200 or GB300 NVL72 holds 72 GPUs in one cabinet at roughly 120 kW, which is far beyond what a conventional enterprise rack is provisioned for.
Is a rack-scale NVL72 just nine 8-GPU nodes in a cabinet?
No, and the difference is the point. In an NVL72 all 72 GPUs sit in a single NVLink domain with roughly 130 TB/s of all-to-all in-rack bandwidth, so the rack behaves like one coherent accelerator. Nine separate 8-GPU nodes would be nine independent NVLink domains talking over a much slower external network. Same GPU count, very different behavior on large models.
Related
HGX vs DGX: What is the Difference?
HGX and DGX are the same NVIDIA GPU silicon sold two ways. HGX is a reference platform — an 8-GPU baseboard with NVSwitch that NVIDIA supplies to server manufacturers, who build it into their own servers with their own CPUs, NICs, chassis, cooling and support. DGX is NVIDIA’s own complete system built on that same baseboard, with a fixed configuration, NVIDIA’s software stack and NVIDIA support. HGX gives configurability, integrator choice and more paths to supply; DGX gives one vendor, one validated stack, and a turnkey deployment.
Read →How to Size a GPU Cluster
Size a cluster in one direction: workload first, then memory footprint, then GPU count, then node count, then the fabric, and only then power, cooling and floor space. The step most people miss is the last one — nameplate GPU TDP is not facility load. Host platforms, networking, storage and cooling overhead typically push the number at the meter to roughly two-and-a-half to three times the sum of the GPU TDPs. That is why AI buildouts turn into power procurement projects.
Read →GB300 NVL72 Rack vs HGX 8-GPU Nodes
The choice is form factor and granularity. A GB300 NVL72 is a factory-integrated rack — 72 GPUs wired into one fifth-generation NVLink domain, liquid-cooled — bought as a whole unit; it is the pick for the largest single-domain training, maximum density, and new build-outs. HGX 8-GPU nodes (B200 or B300, air or liquid) deploy incrementally into standard racks and suit adding capacity node-by-node, standard facilities, and mixed workloads. Both are NVIDIA Blackwell; the right one depends on scale, facilities, and how you want to grow.
Read →NVIDIA HGX B200 Specs & Datasheet (8-GPU Node)
The NVIDIA HGX B200 is an 8-GPU Blackwell node: eight B200 GPUs with 180 GB of HBM3e each — 1,440 GB per node — connected over a fifth-generation NVLink baseboard, with roughly 62 TB/s of aggregate memory bandwidth for large-model training and inference. It ships factory-integrated from several OEMs (Lenovo, Dell, Supermicro, Gigabyte) in air- or liquid-cooled form factors; configuration, power, and pricing are confirmed at quote.
Read →Last updated