Computer Storage Systems and Technology Principles

Storage System Characteristics

  • Storage Media: Discrete hardware where data is physically kept (e.g., DVDDVD disc, flash memory card).

  • Storage Device: The hardware that reads from or writes to the medium (e.g., DVDDVD drive, card reader).

  • Drive Identification: Typically assigned letters; CC is the standard for the first hard drive, followed by optical drives (DD, EE), card readers (FF, GG, HH, II), and external USB devices (JJ 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 (DVDsDVDs), and Electrons (flash memory).

Hard Drives

  • Magnetic Hard Drives: Use metal disks and read/write heads to magnetize particles representing 0s0s and 1s1s. 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 FATFAT, FAT32FAT32, and NTFSNTFS.

  • Interface Standards: Systems for connecting drives include ParallelATA(PATA)Parallel ATA (PATA), SerialATA(SATA)Serial ATA (SATA), eSATAeSATA, SCSISCSI, SerialAttachedSCSI(SAS)Serial Attached SCSI (SAS), FibreChannelFibre Channel, and iSCSIiSCSI.

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:

    • CDCD: 650MB650\,MB to 700MB700\,MB.

    • DVDDVD: 4.7GB4.7\,GB (single-layer) to 8.5GB8.5\,GB (dual-layer).

    • BDBD (Blu-Ray): 25GB25\,GB (single-layer) to 50GB50\,GB (dual-layer).

  • Optical Drive Compatibility: Usually downward compatible; recording is known as burning.

Flash Memory Storage Systems

  • Characteristics: Non-volatile chips used in SSDsSSDs, digital cameras, and mobile devices.

  • Formats: Embedded (built-in) or removable cards such as SecureDigital(SD)Secure Digital (SD), SDHCSDHC, SDXCSDXC, CompactFlash(CF)CompactFlash (CF), and MemoryStickMemory Stick.

  • USB Flash Drives: Small, portable drives connecting via USBUSB ports; can include biometric security features like fingerprint readers.

Network, Online, and Specialized Storage

  • Remote Storage: Accessed via network or internet. Includes NetworkAttachedStorage(NAS)Network Attached Storage (NAS) for local networks and StorageAreaNetworks(SAN)Storage Area Networks (SAN) for large environments.

  • Cloud Storage: Online services like SkyDriveSkyDrive, Box.netBox.net, and GoogleDocsGoogle Docs provide internet-based access and backup.

  • Smart Cards: Credit card-sized plastic containing circuitry for about 64KB64\,KB of data, often for digital cash or biometrics.

  • Holographic Storage: An emerging 3D3D technology using blue lasers for high-capacity, high-speed data retrieval.

  • RAID: RedundantArraysofIndependentDisksRedundant Arrays of Independent Disks provide fault tolerance via striping (RAID0RAID 0) or mirroring (RAID1RAID 1).

  • 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, USBUSB 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 CDCD disc is 50GB50\,GB, 650MB650\,MB, or 4.7GB4.7\,GB?

  • Response: 650MB650\,MB.

  • Question: True or False: A DVDRWDVD-RW 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 RAIDRAID, 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.