Hardware
Unbuffered RAM
Also known as: UDIMM, Unbuffered DIMM, Non-ECC RAM
Unbuffered RAM (UDIMM) connects directly to the CPU memory controller without a register chip, offering lower latency but limiting the number of modules per channel — standard in consumer and workstation PCs, not used in production servers.
UDIMMs have no intermediate buffer between the DRAM chips and the CPU memory controller. The controller drives the signals directly. This gives UDIMMs one advantage: slightly lower latency than RDIMMs, since there's no register cycle in the path.
The trade-off is capacity and scalability. Without a register to re-drive signals, the electrical load limits how many DIMMs can be populated per channel — typically 1-2 slots at rated speed. This caps total memory capacity well below what RDIMMs allow on the same platform.
UDIMMs are standard in consumer PCs and workstations — platforms that don't need 512GB or 1TB of RAM and where the small latency advantage matters more than scalability. ECC UDIMMs exist (some Xeon platforms and workstation boards support them) but are less common than ECC RDIMMs.
For server and hypervisor workloads, RDIMMs with ECC are the correct choice. UDIMMs should not be used in production servers.