Computer Storage

Calpop Dedicated Server Unmetered $99/Mo
100% Uptime, 7 X multi-homed, Free 24/7 Support - Dedicated Servers.
calpop.com

Box.net - Online File Storage
Get Online File Storage & Securely Share Files. 14-day Free Trial.
www.Box.net/file-storage

Computer File Storage
Looking For Computer File Storage? Gadgets and Consumer Electronics.
ComputerFileStorage.Manolith.com

Phone Systems, Voice Mail & Cabling
Toshiba, Norstar, Samsung & More - Network Cabling- Call 714-685-3970.
www.lcwiring.com

Carbonite Online Backup
Secure, Unlimited and Automatic. Free Trial, No Credit Card Required.
www.Carbonite.com

Office Computer Storage
Streamline Your Data Backup System With Dell Storage Solutions Today.
www.Dell.com/business

Computer Backup Storage
MozyHome is Cheap, Easy & Secure. Unlimited Backup For Only $4.95/Mo.
mozy.com

Disk Backup Software
Disk Backup Solution for Windows, DOS, and Linux. Free 30-Day Trial.
www.disk-image-backup.com

Samsung Solid State Drive
Check Out the Speed on the New SSD. It Reads Data at 60MB/second.
www.SamsungSSD.com

Madix Sells Computer Shelves
We offer over 65,000 fixtures, displays, and storage products.
www.madixinc.com




Warning: mkdir() [function.mkdir]: Permission denied in /home/webs/affiliatelib2/CacheManager.php on line 12

Warning: mkdir() [function.mkdir]: No such file or directory in /home/webs/affiliatelib2/CacheManager.php on line 12

Warning: fopen(/home/templatecore2cache//*cluesnet.com/cc/cc03616cabbf3cbac0332acb86e5af498ef91dd7.tc2cache) [function.fopen]: failed to open stream: No such file or directory in /home/webs/affiliatelib2/CacheManager.php on line 130

Warning: fwrite(): supplied argument is not a valid stream resource in /home/webs/affiliatelib2/CacheManager.php on line 131

Warning: fclose(): supplied argument is not a valid stream resource in /home/webs/affiliatelib2/CacheManager.php on line 132



of SDRAM mounted in a personal computer. An example of primary storage. hard disk drive (HDD); when connected to a computer it serves as secondary storage. tape cartridge, an example of off-line storage. When used within a robotic tape library, it is classified as tertiary storage instead.

Computer data storage, computer memory, and often casually storage or memory refer to computer components, devices and recording medium that retain digital data (computing) used for computing for some interval of time. Computer data storage provides one of the core functions of the modern computer, that of information retention. It is one of the fundamental components of all modern computers, and coupled with a central processing unit (CPU, a processor), implements the basic computer model used since the 1940s.

In contemporary usage, memory usually refers to a form of semiconductor storage known as random access memory (RAM) and sometimes other forms of fast but temporary storage. Similarly, storage today more commonly refers to mass storage - optical discs, forms of magnetic storage like hard disks, and other types slower than RAM, but of a more permanent nature. Historically, memory and storage were respectively called primary storage and secondary storage.

The contemporary distinctions are helpful, because they are also fundamental to the architecture of computers in general. As well, they reflect an important and significant technical difference between memory and mass storage devices, which has been blurred by the historical usage of the term storage. Nevertheless, this article uses the traditional nomenclature.

Purpose of storage Various forms of storage, based on various natural phenomena, have been invented. So far, no practical universal storage medium exists, and all forms of storage have some drawbacks. Therefore a computer system usually contains several kinds of storage, each with an individual purpose.

A digital computer represents information using the binary numeral system. Text, numbers, pictures, audio, and nearly any other form of information can be converted into a string of bits, or binary digits, each of which has a value of 1 or 0. The most common unit of storage is the byte, equal to 8 bits. A piece of information can be handled by any computer whose storage space is large enough to accommodate the binary representation of the piece of information, or simply data (computing). For example, using eight million bits, or about one megabyte, a typical computer could store a small novel.

Traditionally the most important part of every computer is the central processing unit (CPU, or simply a processor), because it actually operates on data, performs any calculations, and controls all the other components.

Processor without a memory would not be a computer, merely a simple digital signal processing device, able to perform a fixed operation and immediately output the result. It would have to be re-built to change its behaviour, like in case of a calculator. The ability to store and change both instruction (computer science)s and data, the important von Neumann architecture, makes computers versatile. It basically introduces the concept of computer programming, as opposed to re-building the hardware.

A computer can exist that uses the single type of storage for all the data. However, to provide acceptable computer performance at a lower cost, computers usually use a whole memory hierarchy. The traditional division of storage to primary, secondary, tertiary and off-line storage is based on the speed and cost per bit. The lower a storage is in hierarchy, the bigger is its distance from the CPU.

Hierarchy of storage . The fundamental components of a general-purpose computer are arithmetic and logic unit, control unit, storage space, and input/output devices. Technology and capacity as in common home computers around 2005.=== Primary storage === Direct links to this section: Primary storage, Main memory.

Primary storage, presently known as memory, is the only one directly accessible to the CPU. CPU continuously reads instructions stored there and executes them. Any data actively operated on is also stored there in uniform manner.

Historically, History of computing hardware used delay line memory, Williams tubes, or rotating drum memory as primary storage. By 1954, those unreliable methods were mostly replaced by magnetic core memory, which was still rather cumbersome. Undoubtedly, a revolution was started with the invention of a transistor, that soon enabled then-unbelievable miniaturization of electronic memory via solid-state silicon chip technology.

This led to a modern random access memory (RAM). It is small-sized, light, but quite expensive at the same time. It also loses the stored information when not electrically powered—it is volatile memory.

As shown in the diagram, traditionally there are two more sub-layers of the primary storage, besides main large-capacity RAM:

Main memory is directly connected to the CPU via a memory bus, or front side bus, a high-speed digital "superhighway". It is actually comprised of two buses (not on the diagram): an address bus and a data bus. The CPU firstly sends a number through an address bus, a number called memory address, that indicates the desired location of data. Then it reads or writes the data itself using the data bus. Additionally, a memory management unit (MMU) is a small device between CPU and RAM recalculating the actual memory address, for example to provide an abstraction of virtual memory or other tasks.

RAM is zeroed after computer powers on. If a computer contained only RAM, the CPU would not have a place to read any instructions from. Hence a non-volatile primary storage is used, containing BIOS, both to perform hardware power-on self test, and to Bootstrapping (computing), that is, to read the larger program from non-volatile secondary storage to RAM and execute it. A non-volatile technology known as read-only memory (ROM) is used for this purpose.

Current ROM implementation, an EEPROM, is not literally read only, an update is possible; however it is slow and memory is completely erased before it can be re-written. Some embedded systems work without RAM, exclusively on ROM, because their programs and data are rarely changed. Standard computers do not store non-rudimentary programs in ROM, rather use large capacitiesof secondary storage, which is non-volatile as well, and not as costly.

Recently, primary storage and secondary storage in some uses refer to what was historically called, respectively, secondary storage and tertiary storage.http://searchstorage.techtarget.com/topics/0,295493,sid5_tax298620,00.html "Primary Storage or Storage Hardware" (shows usage of term "primary storage" meaning "hard disk storage")

=== Secondary storage === Direct link to this section: Secondary storage.

Secondary storage, or storage in popular usage, differs from primary storage in that it is not directly accessible by the CPU. The computer usually uses its input/output channels to access secondary storage and transfers desired data using buffer (computer science) in primary storage. Secondary storage does not loose the data when device is powered down—it is non-volatile. Per unit, it is typically also an order of magnitude less expensive than primary storage. Consequently, modern computer systems typically have an order of magnitude more secondary storage than primary storage and data is kept for a longer time there.

In modern computers, hard disks are usually used as secondary storage. The time taken to access a given byte of information stored on a hard disk is typically a few thousandths of a second, or milliseconds. By contrast, the time taken to access a given byte of information stored in random access memory is measured in thousand-millionths of a second, or nanoseconds. This illustrates the very significant access time difference which distinguishes solid-state memory from rotating magnetic storage devices: hard disks are typically about a million times slower than memory. Rotating Optical disc drive devices, such as compact disc and DVD drives, typically have somewhat longer access times than hard disks.

Some other examples of secondary storage technologies are: flash memory (e.g. USB sticks or keys), floppy disks, Magnetic tape data storage, Punched tape, punch cards, standalone RAM disks, and Zip drives.

The secondary storage is often formatted according to a filesystem format, which provides the abstraction necessary to organize data into files and directories, providing also additional information (called metadata) describing the owner of a certain file, the access time, the access permissions, and other information.

Most computer operating systems use the concept of virtual memory, allowing utilization of more primary storage capacity than is physically available in the system. As the primary memory fills up, the system moves the least-used chunks (page (computing)) to secondary storage devices (to a swap file or page file), retrieving them later when they are needed. As more of these retrievals from slower secondary storage are necessary, the more the overall system performance is degraded.

=== Tertiary storage === . Tape cartridges placed on shelves in the front, robotic arm moving in the back. Visible height of the library is about 180 cm.Tertiary storage or tertiary memory, A thesis on Tertiary storage is a system where a robotic arm will mount (insert) and dismount removable mass storage media into a storage device according to the system's demands. It is primarily used for archival of rarely accessed information, since it is much slower than secondary storage (e.g. 5-60 seconds vs. 1-10 milliseconds). This is primarily useful for extraordinarily large data stores, accessed without human operators. Typical examples include tape library and optical jukeboxes.

When a computer needs to read information from the tertiary storage, it will first consult a catalog database to determine which tape or disc contains the information. Next, the computer will instruct a industrial robot to fetch the medium and place it in a drive. When the computer has finished reading the information, the robotic arm will return the medium to its place in the library.

=== Off-line storage === Off-line storage, also known as disconnected storage, is a computer data storage on a medium or a device that is not under the control of a central processing unit.{{Citation | last = National Communications System | author-link = National Communications System | title = Federal Standard 1037C - Telecommunications: Glossary of Telecommunication Terms | publisher = General Services Administration | year = 1996 | id = FS-1037C | url = http://www.its.bldrdoc.gov/fs-1037/fs-1037c.htm | accessdate = 2007-10-08 --> See also article Federal Standard 1037C. The medium is recorded, usually in a secondary or tertiary storage device, and then physically removed or disconnected. It must be inserted or connected by a human operator before a computer can access it again. Unlike tertiary storage, it cannot be accessed without human interaction.

On-line and off-line storage is used to data transfer, since the detached medium can be easily physically transported. Additionally in case a disaster, for example a fire, destroys the original data, a medium in a remote location will be probably unaffected, enabling disaster recovery. Off-line storage increases a general information security, since it is physically unaccessible from a computer, and data confidentiality or integrity cannot be affected by computer-based attack techniques. Also, if the information stored for archival purposes is accessed seldom or never, off-line storage is less expensive than tertiary storage.

In modern personal computers, most secondary and tertiary storage media are also used for off-line storage. Optical discs and flash memory devices are most popular, and to much lesser extent removable hard disk drives. In enterprise uses, magnetic tape is predominant. Older examples are floppy disks, Zip disks, or punched cards.

Characteristics of storage There are also other ways to characterize various types of storage.

Volatility of information

Ability to access non-contiguous information

Ability to change information

Addressability of information

Capacity and performance

Fundamental storage technologies Semiconductor storage Semiconductor memory uses semiconductor-based integrated circuits to store information. A semiconductor memory chip may contain millions of tiny transistors or capacitors. Both volatile and non-volatile forms of semiconductor memory exist. In modern computers, primary storage almost exclusively consists of dynamic volatile semiconductor memory or dynamic random access memory. Since the turn of the century, a type of non-volatile semiconductor memory known as flash memory has steadily gained share as off-line storage for home computers. Non-volatile semiconductor memory is also used for secondary storage in various advanced electronic devices and specialized computers.

Magnetic storage Magnetic storage uses different patterns of magnetization on a magnetically coated surface to store information. Magnetic storage is non-volatile. The information is accessed using one or more disk read-and-write heads. Since the read/write head only covers a part of the surface, magnetic storage is sequential access and must seek, cycle or both. In modern computers, the magnetic surface will take these forms:

In early computers, magnetic storage was also used for primary storage in a form of magnetic drum, or core memory, core rope memory, thin film memory, twistor memory or bubble memory. Also unlike today, magnetic tape was often used for secondary storage.

Optical storage Optical storage, in the case of typical Optical discs, uses tiny pits etched on the surface of a circular disc to store information, and reads this information by illuminating the surface with a laser diode and observing the reflection. Optical disc storage is non-volatile and sequential access. The following forms are currently in common use: The DVD FAQ is a comprehensive reference of DVD technologies.

Magneto-optical drive is optical disc storage where the magnetic state on a ferromagnetic surface stores information. The information is read optically and written by combining magnetic and optical methods. Magneto-optical disc storage is non-volatile, sequential access, slow write, fast read storage used for tertiary and off-line storage.

3D optical data storage has also been proposed.

Other early methods Paper data storage Paper tape and punch cards have been used to store information for automatic processing since the 1890s, long before general-purpose computers existed. Information was recorded by punching holes into the paper or cardboard medium, and was read by mechanically (or, later, optically) sensing whether a particular location on the medium was solid or contained a hole.

Vacuum tube memory A Williams tube used a cathode ray tube, and a Selectron tube used a large vacuum tube to store information. These primary storage devices were short-lived in the market, since Williams tube was unreliable and Selectron tube was expensive.

Electro-acoustic memory Delay line memory used sound waves in a substance such as mercury (element) to store information. Delay line memory was dynamic volatile, cycle sequential read/write storage, and was used for primary storage.

Proposed methods Phase-change memory uses different mechanical phases of phase change material to store information, and reads the information by observing the varying electric resistance of the material. Phase-change memory would be non-volatile, random access read/write storage, and might be used for primary, secondary and off-line storage.

Holographic memory stores information optically inside crystals or photopolymers. Holographic storage can utilize the whole volume of the storage medium, unlike optical disc storage which is limited to a small number of surface layers. Holographic storage would be non-volatile, sequential access, and either write once or read/write storage. It might be used for secondary and off-line storage. See Holographic Versatile Disc (HVD).

Molecular memory stores information in polymers that can store electric charge. Molecular memory might be especially suited for primary storage.

Related technologies Network connectivity A secondary or tertiary storage may connect to a computer utilizing computer networks.This concept does not pertain to the primary storage, which is shared between multiple processors in a much lesser degree.

Robotic storage Large quantities of individual magnetic tapes, and optical or magneto-optical discs may be stored in robotic tertiary storage devices. In tape storage field they are known as tape library, and in optical storage field optical jukeboxes, or optical disk libraries per analogy. Smallest forms of either technology containing just one drive device are referred to as autoloader (data storage device) or autochangers.

Robotic-access storage devices may have a number of slots, each holding individual media, and usually one or more picking robots that traverse the slots and load media to built-in drives. The arrangement of the slots and picking devices affects performance. Important characteristics of such storage are possible expansion options: adding slots, modules, drives, robots. Tape libraries may have from 10 to more than 100,000 slots, and provide terabytes or petabytes of near-line information. Optical jukeboxes are somewhat smaller solutions, up to 1,000 slots.

Robotic storage is used for backups, and for high-capacity archives in imaging, medical, and video industries. Hierarchical storage management is a most known archiving strategy of automatically migrating long-unused files from fast hard disk storage to libraries or jukeboxes. If the files are needed, they are retrieved back to disk.

See also Primary storage topics

Secondary, tertiary and off-line storage topics

Data storage conferences

References

ComputerWeekly.com | Information Technology News & UK IT Jobs
All CW News Latest Computer Weekly News. IT firms feel the squeeze 17:13 09 Oct 2008 | More ... Network Infrastructure | Networks Storage | Wireless Technologies | Voice and Data Services

Computer Storage Hardware News | ComputerWeekly.com
Storage hardware news from ComputerWeekly.com. Stay ahead with the latest storage hardware news, resources, case studies, comment and video.

Computer data storage - Wikipedia, the free encyclopedia
Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain digital data used for computing for some interval of ...

Computer Storage Devices - Google Finance
Information is provided 'as is' and for information purposes only, not for trading purposes or advice and may be delayed. To see all exchange delays, please see disclaimer.

Computer Storage Systems
Title: Computer Storage Systems . Date: 01-Mar-2000. Speaker: John Wilkes . Affiliation: Hewlett Packard Laboratories, Palo Alto, California. Biography: John Wilkes is the director ...

Category:Computer storage - Wikipedia, the free encyclopedia
This category is for articles having to do with the slower forms of storage like disk storage. For articles about faster forms of memory (like DRAM), use the Category:

Computer Storage Reseller, Distributor & Vendor News | MicroScope
Computer storage news for resellers, distributors & vendors for MicroScope ... In a move that will extend its offerings in the lower end of the storage market Hewlett-Packard has ...

Computer storage cabinets
For the ultimate computer storage cabinet security for your PC can include the convenience of a mobile workstation making this the ideal storage cabinet for computers

Computer Storage Device in COVENTRY (UK) - Storage Partners
Based in Coventry, Storage Partners is an I. T storage consultancy offering backup and recovery, virtualisation and consolidation of storage, business intellige

The Original Google Computer Storage
Photographs of the hardware used in Page and Brin's research, and an article explaining the search engine's history.





 
Copyright © 2008 opini8.com - All rights reserved.
Home | Terms of Use | Privacy Policy
All Trademarks belong to their repective owners.
Many aspects of this page are used under
commercial commons license from Yahoo!