Memory Features
- 3200 MHz is the speed of the bus that carries data from the CPU to memory and vice versa. 3200 MHz is equal to 3200 megabytes transferred per second, but this rate might be even larger, as we explain further below.
- 16GB is the size of the RAM installed on the computer: 16 gigabytes. The greater the RAM size is, the more responsive the programs running on the computer will be. That is, a large app won't be lagging and won't crash the larger main memory is.
- SDRAM, standing for "synchronous dynamic RAM", was invented in 1988 and worked faster than conventional RAM by automatically synchronizing with the CPU clock, thus preventing the CPU from needlessly waiting between memory accesses. However, this tech, by itself, allows only 1 transfer per cycle. DDR, or "Double Data Rate", is a technique from 2000 that lets RAM transfer data twice per clock cycle (= 2 bits instead of 1.) DDR2 (from 2003) is 2 times faster (4 bits) than DDR because of an enhanced input/output bus signal and uses less power. DDR3 (from 2007) is 2 times faster (8 bit transfers) than DDR2 and features a 40% power use reduction. DDR4 uses bank groups of memory, each of which can tranfser 8-bits independently. E.g., 8 groups means transfers of 8x8 = 64 bits = 8 bytes at a time. Finally, DDR5 is 2 times faster (16 bits per bank) than DDR4 and features channel efficiency, improved power management, and optimized performance. If our DDR4 RAM has 8 groups, it means that our transfer speed is 3200 x 8 bytes = 51.2 gigabytes transferred per second!