Professional Researcher's Encyclopaedia

Knowledge is only a click away

Computer storage - enyclopaedia article

Computer storage

Summary: The terms "storage" or "memory" refer to the parts of a computer that retain data for some period of time, possibly even after the computer is turned off. 1 Different types and different purposes 1.1 Primary vs. Secondary Storage 1.2 Volatile storage ...

read the full Computer storage article

Buy Computer storage related products:


Buy from Amazon.co.uk Books - Music - Classical - VHS - DVD - Video-games - Software - Electronics - Toys
Buy from Amazon.com Books - Music - Classical - VHS - DVD - Videogames - Software - Electronics - Photo - Toys
Buy from Amazon.ca Books - Music - Classical - VHS - DVD - Video-games - Software - Livres en Français
Buy from Amazon.de - - - - - - -
Buy from Amazon.fr - - - - -
Advanced Product Search (new):    uk    |     us    |     ca    |     de    |     fr

Computer storage

     From Wikipedia, the free encyclopedia.

The terms "storage" or "memory" refer to the parts of a computer that retain data for some period of time, possibly even after the computer is turned off.

Table of contents
1 Different types and different purposes
2 A list of storage devices
3 A list of memory-related software
4 See also

Different types and different purposes

There are many ways in which types of storage can be categorised. These include

Normally, "memory" refers to semiconductor-based storage, but this is a very blurred distinction.

Each type of storage is suited for different purposes, and most computers contain several types: primary, secondary, and volatile.

Primary vs. Secondary Storage

In traditional parlance, primary storage contains data that are actively being used (for example, the programs currently being run and the data they are operating on). It is typically high-speed, relatively small, is often (but not always) volatile. It is sometimes referred to as "Main Memory." Secondary storage, also known as peripheral storage, is where the computer stores information that is not necessarily in current use. It is typically slower and higher-capacity than primary storage. It is almost always non-volatile.

Confusingly, these terms are often used differently. Primary storage can be used to refer to local random-access disk storage, which should properly be called secondary storage. If this type of storage is called primary storage, then the term secondary storage would refer to offline, sequential-access storage like tape media.

Volatile storage

Volatile storage loses its contents when it loses power; non-volatile storage does not.

Random vs. Sequential Access

Random-access media has the property of accessing any portion at any time. Semiconductor memory (RAM) and magnetic disk are examples of this type of storage.

Sequential-access media by contrast must be read in sequence regardless of the desired content. Magnetic tape and certain types of flash memory have this property.

Block vs. File Access

In disk storage, these are the two primary access methods. Block access means that the disk is divided into normally equal-sized blocks which are accessed at random by the operating system. File access contains an abstraction of files and directories which can be used to refer to storage content. Another access method, content-addressable storage (CAS) uses a hashing algorythm to refer to pieces of data.

A list of storage devices

A list of memory-related software

See also

link to this article with the following HTML

 
This article is from Wikipedia. This article was up-to-date as of 8 May 2004 - See live article
All text is available under the terms of the GNU Free Documentation License.

This page is part of Professional Researcher
Web site design by Dean Marshall