Key takeaways

  • PC3-10600R decodes as DDR3, 10,600 MB/s per module (DDR3-1333), Registered: an RDIMM for servers.
  • RDIMM, LRDIMM, and UDIMM cannot be mixed in one system; a mismatched module stops the server from POSTing.
  • 2Rx4 means two ranks built from 4-bit-wide DRAM chips; match rank when adding to an existing bank.
  • SATA drives work on SAS controllers, but SAS drives do not work on SATA-only ports.
  • DWPD and TBW both measure SSD endurance: TBW = DWPD x capacity in TB x 365 x rated years.

Enterprise part listings compress the whole specification into strings like "PC3-10600R CL9 2Rx4" or "2.5in 12Gb/s SAS 4Kn". Each token is precise and decodable: PC3 is the DDR generation, 10600 is bandwidth, R means registered, CL9 is latency, 2Rx4 is rank and chip organization. This guide decodes the spec strings used across memory, drives, and SSDs so you can read any listing (ours included) and know exactly what the part is before you request a quote.

How do you decode a memory spec string like PC3-10600R?

Take a real string from a server DIMM label: PC3-10600R CL9 ECC Registered 2Rx4 240-pin.

TokenMeaning
PC3DDR3 generation (PC2 = DDR2, PC4 = DDR4, PC5 = DDR5). PC3L = low-voltage 1.35V DDR3
10600Peak bandwidth per module in MB/s. 10,600 MB/s corresponds to DDR3-1333 (1333 MT/s x 8 bytes)
RModule type: R = Registered (RDIMM), E = Unbuffered with ECC, U = Unbuffered non-ECC, L (as in PC3L) = low voltage
CL9CAS latency: 9 clock cycles between a read command and data. Match it when adding to an existing bank
ECC RegisteredECC error correction on a registered module. One product, not two features to buy separately
2Rx4Dual rank, built from x4-wide DRAM chips (see rank section below)
240-pinPhysical connector; DDR3 DIMMs are 240-pin, DDR4 are 288-pin (keyed differently, not interchangeable)

The bandwidth-to-speed mapping is fixed arithmetic (MT/s x 8 bytes): PC3-8500 = DDR3-1066, PC3-10600 = DDR3-1333, PC3-12800 = DDR3-1600, PC4-19200 = DDR4-2400, PC4-21300 = DDR4-2666, PC4-23400 = DDR4-2933, PC4-25600 = DDR4-3200, PC5-38400 = DDR5-4800.

One correction worth knowing because supplier feeds get it wrong: "Registered" and "Fully Buffered" are different, mutually exclusive technologies. FB-DIMM was a DDR2-era format; a DDR3 or DDR4 RDIMM is never "fully buffered", and a listing claiming both is a feed error, not a feature.

What do the letters in DDR4 codes like 2400T mean?

DDR4 server parts are often listed with a letter after the speed, as in "DDR4-2400T" or "PC4-2400T". That letter is the JEDEC speed-bin code, which encodes the CAS latency grade of the bin: 2133P (CL15), 2400T (CL17), 2666V (CL19), 2933Y (CL21), 3200AA (CL22). The module type then rides as a separate suffix in full part strings (R for RDIMM, L for LRDIMM, E for ECC UDIMM), so "PC4-2400T-R" reads: DDR4, 2400 MT/s bin at CL17, registered. You do not need to memorize the bins; you need to know the letter is a latency grade, not a model revision, and that matching it matters when adding modules to an existing bank.

RDIMM vs LRDIMM vs UDIMM: what is the difference?

RDIMM (Registered DIMM) puts a register between the memory controller and the DRAM to buffer command and address signals. It is the default memory type in Dell PowerEdge and HPE ProLiant servers: the register lets the controller drive more DIMMs per channel reliably.

LRDIMM (Load-Reduced DIMM) buffers the data lines as well, through a memory buffer. That cuts electrical load further and is what enables the highest-capacity modules and fully populated configurations in large-memory systems. LRDIMMs cost more per gigabyte and add a small latency overhead versus RDIMMs at the same speed.

UDIMM (Unbuffered DIMM) has no buffering. It is desktop and workstation memory, sometimes with ECC, and most two-socket servers do not accept it.

The rule that prevents bad orders: RDIMMs, LRDIMMs, and UDIMMs cannot be mixed in the same system. The platform is configured for one module type; adding a different type does not degrade gracefully, it does not POST. Choose RDIMM when matching an existing bank or for typical capacities; choose LRDIMM when the target capacity requires the largest modules or a full slot population at speed; verify the platform's memory rules either way.

What does 2Rx4 mean? (Ranks and chip organization)

A rank is a 64-bit-wide set of DRAM chips (72-bit with ECC) that the controller addresses as one unit. The marking 2Rx4 reads: two ranks per module, built from DRAM chips that are each 4 bits wide. 1Rx8 is one rank of 8-bit chips, and so on. Rank matters for two practical reasons. First, platforms support a limited number of ranks per channel, so high-rank modules can cap how many DIMMs you can install. Second, when adding memory to an existing bank, matching the rank organization of the installed modules is the safe path to a configuration the platform has validated. This is why serious listings state rank, and why "16GB DDR4-2400 RDIMM" alone is not enough information to guarantee a clean match.

What does ECC mean, and do servers need it?

ECC (Error-Correcting Code) memory stores extra check bits that let the system detect and correct single-bit memory errors on the fly, and log them. On server platforms ECC is standard, and the logging is as valuable as the correction: a DIMM going marginal announces itself in the management log instead of corrupting data silently. "ECC Registered" on a listing describes one module (an RDIMM with ECC), not two options.

Two more physical qualifiers worth reading before buying: VLP (Very Low Profile) marks short-height DIMMs for blade servers, where a standard-height module physically does not fit, and the DDR generation itself (DDR3/DDR4/DDR5) is keyed incompatibly, so no adapter or BIOS setting crosses generations.

SAS vs SATA vs NVMe: what does 12Gb/s SAS mean?

SAS (Serial Attached SCSI) is the enterprise drive interface, with generational speeds of 3, 6, 12, and 24 Gb/s. "12Gb/s SAS" (also written 12G SAS) means the third-generation interface at 12 gigabits per second. Note the lowercase b: gigabits, not gigabytes. SAS drives support dual porting (two paths to the drive for redundancy) and deeper error recovery than SATA.

SATA tops out at 6Gb/s. The compatibility rule is one-directional: SATA drives work on SAS controllers and backplanes, but SAS drives do not work on SATA-only controllers. A SAS drive in a desktop-class SATA enclosure will simply not connect.

NVMe is not a faster SATA; it is a different protocol that attaches flash directly over PCIe lanes, bypassing the SAS/SATA controller stack entirely. Its performance ceiling is set by PCIe generation and lane count rather than a fixed interface speed, which is why NVMe drives are specified by form factor and PCIe generation rather than by a Gb/s interface number.

U.2 vs M.2 vs E1.S: NVMe form factors

U.2 (SFF-8639) is the 2.5-inch hot-swap NVMe form factor: it looks like a standard 2.5-inch drive, mounts in a tray, and slots into NVMe-capable server bays. It is how NVMe capacity ships in most servers of the DDR4 era.

M.2 is the small "gumstick" card form factor. In servers it mostly serves boot duty (Dell's BOSS boot cards carry M.2 modules, for example). M.2 is not hot-swappable and standard M.2 slots are not designed for in-service replacement.

E1.S and the EDSFF family ("ruler" drives) are the newer enterprise flash form factors designed to replace U.2 in current-generation systems, with better density and airflow characteristics.

The buying rule: U.2 and M.2 are both NVMe but physically and electrically different connectors; one cannot substitute for the other without platform-specific hardware. Match the form factor your chassis and backplane actually accept, and remember hot-swap bays also need the correct tray.

What do DWPD and TBW mean? (SSD endurance)

DWPD (Drive Writes Per Day) rates how many times the drive's full capacity can be written per day, every day, over the manufacturer's rated warranty period, without exceeding the rated wear. Enterprise SSDs cluster into endurance classes by DWPD: read-intensive drives around 1 DWPD, mixed-use around 3, and write-intensive at 10 or more. TBW (Terabytes Written) expresses the same budget as one absolute number: total bytes writable over the drive's life. The two convert directly: TBW = DWPD x capacity (TB) x 365 x rated years. A 1.92TB drive rated 1 DWPD over five years is therefore rated about 3,504 TBW.

For refurbished and used SSDs, endurance is the number that matters most: compare the drive's SMART "host writes" figure against its rated TBW to see how much life has been consumed. A drive at a small fraction of its TBW is barely worn regardless of its age; a heavily written drive can be near end of budget while looking cosmetically new. Endurance figures are per-capacity: the same product line carries different TBW ratings at each capacity point, so check the rating for the exact model, not the family.

512e vs 4Kn: the sector format trap

Enterprise drives ship in different logical sector formats: 512n (native 512-byte sectors), 512e (4K physical sectors emulating 512-byte), and 4Kn (native 4K sectors). Capacity lines look identical across formats, but controllers and operating systems must support 4Kn explicitly, and a replacement drive joining an existing array should match the format of its members. When replacing a failed array member, match the sector format as deliberately as the capacity and interface.

Frequently asked questions

What does PC3-10600R mean?

PC3-10600R decodes as: DDR3 generation (PC3), 10,600 MB/s peak bandwidth per module (equivalent to DDR3-1333), Registered module (the R), meaning an RDIMM for servers and workstations. A PC3L prefix marks the 1.35V low-voltage variant.

Can I mix RDIMM and LRDIMM memory in one server?

No. RDIMMs, LRDIMMs, and UDIMMs are mutually incompatible module types, and a system populated with one type will not POST with another type added. Match the module type already installed, or replace the full population.

Is 12Gb/s SAS the same as 12GB SAS?

No, and the capitalization is the tell: 12Gb/s means 12 gigabits per second, the third-generation SAS interface speed. Written with a capital B it would mean gigabytes, which is wrong by a factor of eight and not a real interface spec.

Will a SAS drive work in a SATA port?

No. Compatibility is one-directional: SATA drives work on SAS controllers and backplanes, but SAS drives require a SAS controller and do not function on SATA-only ports.

What is a good DWPD for a server SSD?

It depends on the write profile. Read-heavy workloads (content serving, warm storage) fit read-intensive drives around 1 DWPD; general virtualization and databases fit mixed-use drives around 3 DWPD; write-heavy logging, caching, and heavy OLTP justify write-intensive drives at 10+ DWPD. Buying more DWPD than the workload writes is paying for endurance you will not use.

How do I check how worn a used SSD is?

Read the drive's SMART data and compare the host-writes total against the drive's rated TBW for its exact capacity. The ratio is the fraction of rated endurance consumed. A trustworthy seller reports this figure; SMART counters that look implausibly clean on an older drive are a reason to ask questions.

Related guides