@connorsoliver said in Understanding PC Memory - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:
What exactly does registered memory do?
Wikipedia has about the best explanation of this. Mostly we ignore this, IT people really don't think about registered vs non-registered memory, that's something bench people worry about or your server vendor, but not IT. CompTIA mentions it because it is a bench exam.
Registered (also called buffered) memory modules have a register between the DRAM modules and the system's memory controller. They place less electrical load on the memory controller and allow single systems to remain stable with more memory modules than they would have otherwise. When compared with registered memory, conventional memory is usually referred to as unbuffered memory or unregistered memory. When manufactured as a dual in-line memory module (DIMM), a registered memory module is called an RDIMM, while unregistered memory is called UDIMM or simply DIMM.
Registered memory is often more expensive because of the lower number of units sold and additional circuitry required, so it is usually found only in applications where the need for scalability and robustness outweighs the need for a low price – for example, registered memory is usually used in servers.