Computer Storage Systems and Technology Principles
Storage System Characteristics
Storage Media: Discrete hardware where data is physically kept (e.g., disc, flash memory card).
Storage Device: The hardware that reads from or writes to the medium (e.g., drive, card reader).
Drive Identification: Typically assigned letters; is the standard for the first hard drive, followed by optical drives (, ), card readers (, , , ), and external USB devices ( and beyond).
Volatility: Storage devices are nonvolatile, meaning data persists without power.
Access Methods: Most devices use random access (direct access); sequential access is used by magnetic tape drives.
Representations: Logical representation is the user's view (files and folders); physical representation is the computer's method using specific locations on the medium.
Core Technologies: Magnetic (hard drives), Optical (), and Electrons (flash memory).
Hard Drives
Magnetic Hard Drives: Use metal disks and read/write heads to magnetize particles representing and . Data is organized into circular tracks, pie-shaped sectors, clusters (the smallest addressable unit), and cylinders.
Solid State Drives (SSDs): Utilize flash memory, containing no moving parts, resulting in lower power consumption and zero seek or rotational delay.
Performance: Access time is the sum of seek time, rotational delay, and data movement time. Magnetic drives often use a disk cache (RAM or dedicated memory) to enhance speed.
Hybrid Hard Drives: Combine magnetic storage with flash memory used as a cache.
Partitioning: Logically divides a physical drive into separate areas (logical drives) for efficiency, recovery, or dual-booting.
File Systems: Determine cluster and file size limits; common systems include , , and .
Interface Standards: Systems for connecting drives include , , , , , , and .
Optical Discs and Drives
Mechanism: Uses laser beams to read and write data. Transitions between nonreflective pits and reflective lands represent binary data.
Capacity Comparison:
: to .
: (single-layer) to (dual-layer).
(Blu-Ray): (single-layer) to (dual-layer).
Optical Drive Compatibility: Usually downward compatible; recording is known as burning.
Flash Memory Storage Systems
Characteristics: Non-volatile chips used in , digital cameras, and mobile devices.
Formats: Embedded (built-in) or removable cards such as , , , , and .
USB Flash Drives: Small, portable drives connecting via ports; can include biometric security features like fingerprint readers.
Network, Online, and Specialized Storage
Remote Storage: Accessed via network or internet. Includes for local networks and for large environments.
Cloud Storage: Online services like , , and provide internet-based access and backup.
Smart Cards: Credit card-sized plastic containing circuitry for about of data, often for digital cash or biometrics.
Holographic Storage: An emerging technology using blue lasers for high-capacity, high-speed data retrieval.
RAID: provide fault tolerance via striping () or mirroring ().
Magnetic Tape: A low-cost, sequential access medium used for archival and backup purposes.
Questions & Discussion
Question: Of the following three options, the storage media that would hold the most data is a(n) internal hard drive, flash memory drive, or portable hard drive?
Response: Internal hard drive.
Question: True or False: Hard drives typically contain more than one metal hard disk.
Response: True.
Question: The circular rings on a magnetic disk on which data is stored are called?
Response: Tracks.
Question: The capacity of the typical disc is , , or ?
Response: .
Question: True or False: A disc can be written to and rewritten to.
Response: True.
Question: The tiny depressions, dark areas, or otherwise altered spots on an optical disc that are used to represent data are called?
Response: Pits.
Question: An online photo sharing site is an example of , remote storage, or holographic storage?
Response: Remote storage.
Question: True or False: Flash memory storage systems are called solid-state storage systems because they are nonvolatile.
Response: False.
Question: A type of sequential storage that is sometimes used today for backup purposes is?
Response: Magnetic tape.