How SSDs Work
Like an HDD, SSDs stored data is kept in place when there is no power to the drive. However, that is where the similarity ends – unlike HDDs which store data magnetically on spinning platters, SSDs store data on memory chips called NAND. This is where the term solid state comes, because there are no moving parts within the drive. As writing and reading from NAND doesn’t require a physical arm to access the data, performance is much faster. NAND is made up of transistors in columns and rows which can either conduct current (1) or don’t conduct current (0). When power is applied to this network of transistors (called cells) a pattern of 1s and 0s is formed to store data.
NAND memory can be classed in several types based on how many 1s and 0s can be stored in each cell. Single-Level Cell (SLC) NAND stores one bit - either a 1 or a 0 - per cell, whereas Multi-Level Cell (MLC) NAND stores two bits per cell. Triple-Level Cell (TLC) NAND stores three bits per cell and Quad-Level (QLC) NAND stores four bits per cell. Each of these types offer differences in maximum capacity, longevity, reliability and cost. Although an SSD contains no moving parts to fatigue, the cells within NAND do wear out through repeated Program (writing) / Erasing (P/E) cycles, although the drive controller will work to spread data evenly across the cells to create consistent wear across the whole capacity. The below table highlights the performance, cost and typical uses of the different types of NAND.