Controller
Model of the controller installed in the SSD.
The controller is a control circuit, which, in fact, ensures the exchange of information between the memory cells and the computer to which the drive is connected. The capabilities of a particular SSD module (in particular, read and write speed) largely depend on this particular scheme. Knowing the controller model, you can find detailed data on it and evaluate the capabilities of the drive. For simple everyday use, this information is usually not needed, but for professionals and enthusiasts (modders, overclockers) it can come in handy.
Nowadays, high-end controllers are produced mainly under such brands:
InnoGrit,
Maxio,
Phison,
Realtek,
Silicon Motion,
Samsung.
DWPD
The number of full overwrites per day allowed by the design of the drive, in other words, how many times a day the entire drive can be guaranteed to be overwritten without fear of failures.
This parameter describes the overall reliability and durability of the drive. It is similar in meaning to TBW (see the relevant paragraph), one value can even be converted to another, knowing the warranty period: TBW = DWPD*V*T*365, where V is the drive capacity in terabytes, and T is the warranty period in years . However, DWPD is somewhat more specific: it describes not only the total time between failures, but also the limit on the number of rewrites per day; if this limit is exceeded, the drive may fail earlier than specified in the warranty. However, even small DWPD values —
0.5 – 1 time per day, or even
less than 0.5 times a day — often turn out to be sufficient not only for simple everyday use, but even for professional tasks. Higher rates —
1 – 2 times a day or
more — are rare; at the same time, it can be both high-end and low-cost SSD modules.
TRIM
Module support for the
TRIM command.
A feature of the operation of SSD modules is that when deleting data in the normal mode (without using TRIM), changes are made only to the “table of contents” of the drive: certain cells are marked as empty and ready for new information to be written. However, the old information is not deleted from them, and when writing new data, you actually have to overwrite it — this significantly slows down the speed of work. The TRIM command is designed to correct the situation: when it arrives, the drive controller checks if the cells marked as empty are empty and cleans them if necessary.
Of course, this function must be supported not only by the drive, but also by the system, however, the ability to work with TRIM is built into most popular modern operating systems.
Data encryption
Data encryption ensures the protection of storing information on a disk: only someone who knows the password can access encrypted information. The encryption module is an integral part of the drive and does not depend on the computer to which it is connected. The ability to encrypt data is critical if you plan to write confidential information to discs; this feature is especially useful for portable drives and laptop drives, which are more at risk of theft than fixed systems and their components.