Mass storage
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Mass storage
In computing, mass storage refers to the storage of large amounts of information in a persisting and machine-readable fashion. Storage media for mass storage include hard disks, floppy disks, flash memory, optical discs, magneto-optical discs, magnetic tape, drum memory, punched tape (mostly historic) and holographic memory (experimental). Mass storage includes devices with removable and non-removable media. It does not include random access memory (RAM), which is volatile in that it loses its contents after power loss. Mass storage devices are characterized by:
Today, magnetic disks are predominant storage media in personal computers. Optical discs, however, are almost exclusively used in the large-scale distribution of retail software, music and movies because of the cost and manufacturing efficiency of the moulding process used to produce DVD and compact discs and the nearly-universal presence of reader drives in personal computers and consumer appliances.[1] Flash memory (in particular, NAND flash) has an established and growing niche in removable storage and on portable devices such as notebook computers and cell phones because of its portability and low power consumption.[2][3] The design of computer architectures and operating systems are often dictated by the mass storage and bus technology of their time.[4] Desktop operating systems such as Windows are now so closely tied to the performance characteristics of magnetic disks that it is difficult to deploy them on other media like flash memory without running into space constraints, suffering serious performance problems or breaking applications. UsageMass storage devices used in desktop and most server computers typically have their data organized in a file system. The choice of file system is often important in maximizing the performance of the device: general purpose file systems (such as NTFS and HFS, for example) tend do poorly on slow-seeking optical storage such as compact discs. Some relational databases can also be deployed on mass storage devices without an intermediate file system or storage manager. Oracle and MySQL, for example, can store table data directly on raw block devices. On removable media, archive formats (such as tar archives on magnetic tape, which pack file data end-to-end) are sometimes used instead of file systems because they are more portable and simpler to stream. On embedded computers, it is common to memory map the contents of a mass storage device (usually ROM or flash memory) so that its contents can be traversed as in-memory data structures or executed directly by programs. ReferencesSee also
bg:??????? ?? ?????????? de:Massenspeicher fr:Mémoire de masse it:Memoria di massa fi:Massamuisti Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement