| The trend is that PCs are likely to move toward the use of solid state drives (SSDs). A solid state drive is a drive that uses non-volatile memory to store data. It allows data to be stored and accessed without any moving parts, very similar to how a USB flash drive works. By getting rid of these moving parts, a solid state drive gets rid of issues like seek time, latency, and even hard drive failures . After all, hard drives are capable of failing because they have moving, mechanical parts. Get rid of the mechanical parts and you no longer have a drive that can crash.
There are differing types of solid state drives. One kind is based on SDRAM, which is volatile memory. Volatile memory simply means that the memory will maintain it's data only so long as power is supplied to the memory. As soon as the power is cut off, everything is lost. The RAM in your computer uses this technology. SSDs based on this technology have the same speed benefits of normal PC memory, which is roughly 200X or faster than today's hard drives. The kicker is that you have to maintain a battery in the unit to keep power moving to the volatile memory. For this reason, this type of SSD is only going to be used for certain applications, and probably not inside the standard PC. At least not for standard data storage.
Then you have the Flash-based drives, which use non-volatile memory. This means that they will retain the data even when power is suddenly removed. These kinds of drives are still MUCH faster than the standard hard drive, but they are not as fast as those drives which use volatile memory.
|