HOME WEB NEWS IMAGES CLASSIFIEDS YELLOW PAGESPOLLS - SURVEYS WIKI COUNTRIES PHOTOS US UK INDIA
Avoo.com provides meta search results from various sources

Solid-state_drive


Google




A SSD in standard 2.5-inch form factor.

A SSD in standard 2.5-inch form factor.

A solid state drive (SSD) is a data storage device that uses solid-state memory to store persistent data. An SSD emulates a hard disk drive, thus easily replacing it in any application. An SSD using SRAM or DRAM (instead of flash memory) is often called RAM-drive.

DDR SDRAM based SSD

DDR SDRAM based SSD

The original usage of the term solid state (from solid state physics) refers to the use of semiconductor devices rather than electron tubes, but has in this context been adopted to distinguish solid-state electronics from electromechanical devices as well. With no moving parts, a solid state drive is usually more robust, effectively eliminating the risk of mechanical failure, usually silent, and usually enjoys reduced seek time and latency by removing mechanical delays associated with hard disk drives.

Contents

Architecture and function

A SSD is commonly composed of either NAND flash non-volatile memory or DRAM volatile memory.

Most SSD manufacturers use nonvolatile flash memory to create more rugged and compact alternatives for the consumer market. These flash memory-based SSDs, also known as flash drives, do not require batteries, allowing makers to replicate standard disk drive form factors (1.8-inch, 2.5-inch, and 3.5-inch). In addition, non-volatility allows flash SSDs to retain memory even during sudden power outages, ensuring data retrievability. Though flash SSDs are significantly slower than DRAM, they still perform better than traditional hard drives in regards to reads. Flash SSDs have no moving parts, eliminating seek time, latency and other electro-mechanical delays inherent in conventional disks.

SSDs based on volatile memory such as DRAM are characterized by fast data access, less than 0.01 milliseconds (over 250 times faster than the fastest hard drives in 2004) and are used primarily to accelerate applications that would otherwise be held back by the latency of disk drives. DRAM-based SSDs typically incorporate internal battery and backup disk systems to ensure data persistence. If power is lost for whatever reason, the battery would keep the unit powered long enough to copy all data from random access memory (RAM) to the backup disk. Upon the restoration of power, data is copied back from backup disk to RAM and the SSD resumes normal operation.

Solid state drives are especially useful on a computer that has already come with maximum amount of RAM. For example, some computer systems built on the x86-32 architecture can effectively be extended beyond the 4 GB limit by putting the paging file or swap file on a SSD. These SSDs do not provide as fast storage as main RAM because of the bandwidth bottleneck of the bus they connect to, but would still provide a performance increase over placing the swap file on a traditional hard disk drive.

Open casing of 2.5” traditional hard disk drive (left) and solid state drive (center).

Open casing of 2.5” traditional hard disk drive (left) and solid state drive (center).

DRAM based SSDs may also work like a buffer cache mechanism. Whenever data is written to memory, the corresponding block in memory is marked as dirty and all dirty blocks can be flushed to the actual hard drive based on the following two strategies:

  1. Time (e.g. every 10 seconds, flush all dirty data),
  2. Threshold (when the ratio of dirty data to SSD size exceeds some predetermined value, flush the dirty data).

Modern models carry lithium-ion batteries as backup in case of a power outage or for transfer to another computer.

Compared with hard disk drives (HDDs)

A detailed comparison (with bench marks) of SSD, SDHC, and hard disk drives (HDDs) is given here.

Advantages

The disassembled components of a hard disk drive (left) and of the PCB and components of a solid state drive (right).

The disassembled components of a hard disk drive (left) and of the PCB and components of a solid state drive (right).

  • Faster startup – as no spin-up is required.
  • Typically near-instantaneous random access – since there is no read/write head to move.
  • Extremely low read and write latency times – SSDs seek times are orders of magnitude smaller than the best current hard disk drives.Solid-state storage finds its niche. Retrieved on 2007-12-29..
    • Faster boot and application launch time – provided hard disk seeks are the limiting factor, see Amdahl\'s law.
  • Lower power consumption and heat production – at least for small SSDs. High-end SSDs and SSDs larger than 64GB may have a much higher power consumption.
  • No noise – Lack of moving parts makes the SSD completely silent, although high-end SSDs and large SSDs may include cooling fans.
  • High mechanical reliability – Lack of moving parts almost eliminates the risk of mechanical failure.
  • Better able to endure extreme shock, high altitude, vibration and temperatures – SSDs are tougher than traditional hard drives. These features are useful for laptops, mobile computers, and devices that operate in extreme conditions.
  • Relatively deterministic performanceAnandTech: Super Talent SSD: 16GB of Solid State Goodness – unlike hard disk drives, performance of SSDs is almost constant and deterministic across the entire storage. This is because seek time can be constant, so file fragmentation has less impact on performance than on physical drives.
  • For low-capacity SSDs, lower weight and size – size and weight per unit storage are still better for traditional hard drives, and microdrives allow up to 20 GB storage in a CompactFlash 42.8×36.4×5 mm (1.7×1.4×.2 in) form factor. Up to 64GB, SSDs are lighter than hard drives for the same size.SSD vs HDD

Disadvantages

  • Price – as of early 2008, flash memory prices are still considerably higher per gigabyte than those of comparable conventional hard drives – around US$15 per GB compared to typically less than US$1 for mechanical drives.Dell and Alienware Offer Samsung 64-GB SSDs (September 11, 2007). Retrieved on 2007-12-29.
  • Capacity – though currently far lower than that of conventional hard drives, SSD capacity is set to increase rapidly. At CES 2008, BiTMICRO Networks announced the release of SSDs with capacities of up to 832GB, for release in Q3 2008. On February 5, 2008, BiTMICRO Networks announced that they had managed to pack a record-breaking 1.6 TB into a 3.5" SSD, the E-Disk Altima E3S320.
  • Higher vulnerability to certain types of effects, including abrupt power loss (especially DRAM based SSDs), magnetic fields and electric/static charges compared to normal HDDs (which store the data inside a Faraday cage).
  • Limited write cycles – typical Flash storage will typically wear out after 300,000-500,000 write cycles, while high endurance Flash storage is often marketed with endurance of 1–5 million write cycles (many log files, file allocation tables, and other commonly used parts of the file system exceed this over the lifetime of a computer). Special file systems or firmware designs can mitigate this problem by spreading writes over the entire device (so-called wear levelling), rather than rewriting files in place.LogFS [LWN.net] An example for the life time of SSD is explained in detail here. SSDs based on DRAM, however, do not suffer from this problem
  • Slow random write speeds – as erase blocks on flash-based SSDs generally are quite large, they\'re far slower than conventional disks for random writes.http://www.storagesearch.com/easyco-flashperformance-art.pdf SSDs based on DRAM do not suffer from this problem.

History of the solid state drive

In 1978, the StorageTek company developed the first solid-state drive. In the mid 1980s Santa Clara Systems introduced BatRam, an array of 1 megabit DIP RAM Chips and a custom controller card that emulated a hard disk. The package included a rechargeable battery to preserve the memory chip contents when the array was unpowered.

The Sharp PC-5000, introduced in 1983, used 128 kilobyte solid-state disk cartridges, containing bubble memory.

RAM "disks" were popular as boot media in the 1980s, when hard drives were expensive, floppy drives were slow, and a few systems, such as the Amiga series and the Apple IIgs, supported such booting. At the cost of some main memory, the system could be soft-rebooted and be back in the operating system in mere seconds instead of minutes. Some systems were battery-backed so contents could persist when the system was shut down.

In 1995 M-Systems introduced flash-based solid state drives. (SanDisk acquired M-Systems in November 2006). Since then, SSDs have been used successfully as hard disk drive replacements by the military and aerospace industries, as well as other mission-critical applications. These applications require the exceptional mean time between failure rates that solid state drives achieve based on their ability to withstand extreme shock, vibration and temperature ranges.

The Gigabyte i-RAM uses standard DDR modules and connects to its host via Serial ATA. This card can use the system\'s standby power (also used for Wake-on-LAN and similar features) to maintain its RAM contents even with the system powered off, and includes a battery that can retain the data when the system is completely disconnected from power.

Commercialization of solid state drives

Cost and capacity considerations

Until recently, solid state disks were too costly for mobile computing. As flash manufacturers transition from NOR flash to single-level cell (SLC) NAND flash and most recently to multi-level cell (MLC) NAND flash to maximize silicon die usage and reduce associated costs, "solid state disks" are now being more accurately renamed "solid state drives" - they have no disks but function as drives - for mobile computing in the enterprise and consumer electronics space. This technology trend is accompanied by an annual 50% decline in raw flash material costs while capacities continue to double at the same rate. As a result, flash-based solid state drives are becoming increasingly popular in markets such as notebook PCs and sub-notebooks for enterprises, Ultra-Mobile PCs (UMPC), and Tablet PCs for the healthcare and consumer electronics sectors. Major PC companies, with Dell leading, started to offer such technology. The capacity of these drives varies from 16 GB to 256 GB.

Availability

Even though solid state disk (SSD) technology has been marketed to the military and niche industrial markets since the mid-1990s, it is only recently that the enterprise sector has taken notice of the benefits that SSDs can offer as key SSD technologies emerge, prices drop and several case studies, along with analyst reports, are published.

CompactFlash card used as SSD

CompactFlash card used as SSD

Along with the emerging enterprise market, SSDs have been appearing in ultra mobile PCs and a few light weight laptop systems, adding a US$ $600 to $1000 premium to the price of a HDD equipped laptop, depending on the capacity, form factor and transfer speeds. Only a handful of companies offer large (128 GB or larger) SSD drives with write speeds adequate for replacing traditional drives, and these drives are available in limited quantities and are very expensive. Already some manufacturers have begun shipping affordable, fast, energy efficient drives priced at $350 to computer manufacturers. For low-end applications, a USB memory stick may be used as a Flash hard drive for around $10-$100, depending on capacity, or a CompactFlash card may be paired with a CF-to-IDE or CF-to-SATA converter at a similar cost. Either of these requires that write cycle endurance issues be managed, either by not storing frequently written files on the drive, or by using a Flash file system. Standard CompactFlash cards usually have write speeds of 7 to 15 megabytes per second while the more expensive upmarket cards claim speeds of up to 40 MB/s

One of the first mainstream releases of SSD was the XO Laptop built under the \'One Laptop Per Child\' project. Mass production of these computers built for children in developing countries begun in December 2007. These machines use 1024 MiB SLC NAND flash as primary storage solution which is considered more suitable for the harsher than normal conditions they are expected to be used in. Dell has begun shipping ultra-portable laptops with Sandisk SSDs on April 26 2007.Dell Gets Flash With SSD Option for Laptops Asus released the Eee PC subnotebook on October 16 2007 which, after a successful commercial start in 2007, is expected to ship several millions PCs in 2008 with 2, 4 or 8GB of soldered-in flash memory.Chen, Shu-Ching Jean. "$199 Laptop Is No Child\'s Play", Forbes, 2007-06-07. Retrieved on 2007-06-28.  On January 31 2008 Apple Inc. released the MacBook Air, a thin laptop with optional 64GB SSD. The cost is $1000 more for this option, over the 80GB 4200RPM Hard Disk Drive.

Manufacturers


  • BiTMICRO launches ssd 3.5" with a capacity of 1.6 TB. Will mostly be used for the army.
  • Trident Space & Defense introduces highly rugged Triton Series Drives (shock, vibration, splash resistant) for military and industrial applications in a standard 2.5-inch form factor with 9.4 mm height.October 2007
  • Violin Memory announces 1010 memory appliance on August 2, 2007. The DRAM version of their appliance is capable of 504 GB of memory and the expected flash version will scale to a bit over 5 TB. This 2U appliance is capable of over 3 Million random I/O per Second (IOPS). It is attached to a server through a 20 Gbit/s PCI Express connection(8 lanes) and has demonstrated over 1750 GBit/s random read/write.Violin 1010 released
  • SMART On August 7, 2007, SMART Modular Technologies launched the XceedLite SATA SSD product line.
  • PNY announces SSD lineup targeting OEM customers in 1.8" and 2.5" form-factors, PATA and SATA, capacities reaching 128 GB. 24 May, 2007.PNY
  • Sandisk released a 32 GB 2.5-inch solid state drive on March 13 2007. The SSD SATA 5000 is being sold to computer manufacturers for $350. Sandisk has also released a 32 GB 1.8-inch solid state drive on January 4 2007.
  • SMART February 26, 2007 SMART Modular Technologies launched its first in a new line of XceedUltra premiere solid state drives (SSDs). SMART\'s XceedUltra U100 is the industry\'s first SSD with a next-generation serial ATA (SATA) interface that achieves sustained read speeds of 100MB/s and write speeds of 60MB/s.
  • Mtron announces the fastest flash memory solid state disk, performing 100 MB/s Read, 80 MB/s Write, 72,000 Max IOPS.[December 2005]MTRON | Home

    The Mtron SSD

    The Mtron SSD

    .
  • Memoright announces SSD drives with 120 MB/s read and 120 MB/s write performance

See also

References

Toshiba Launches High Performance Solid State Drives With MLC NAND Flash Memory

External links

This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia


Advertise with Us | Search Marketing | Help | Suggest a Site | Privacy Policy
© 2008 www.avoo.com. All rights reserved.