Chapter 5/6 (CH 6 Starts At 60) Flashcards
What are storage devices?
Storage devices are key components of computing systems.
What are common types of storage devices?
Common types of storage devices include:
- Hard disk drives (HDDs)
- Solid-state drives (SSDs)
- Non-Volatile Memory Express (NVMe)
- Flash devices
- Optical discs
- Integrated Drive Electronics (IDE)
What is a Hard Disk Drive (HDD)?
HDDs use magnetic disks encased in a protective shell to store data.
What are the key features of HDDs?
Key features of HDDs include:
- Multiple aluminum platters with read/write heads on each side.
- Read/write heads attached to a single access arm.
- Circular tracks on platters forming cylinders.
- Revolutions per minute (RPM) determine data access speed (5400, 7200).
What are the advantages of HDDs?
Advantages of HDDs include:
- High storage capacity (16GB to TBs).
- Low cost per MB.
- Wide availability.
What are the disadvantages of HDDs?
Disadvantages of HDDs include:
- Often internal, requiring external enclosures for external use.
- Prone to failure.
- Susceptible to physical damage.
What is a Solid-State Drive (SSD)?
SSDs are flash-based storage devices.
What are the advantages of SSDs?
Advantages of SSDs include:
- Faster than HDDs.
- No moving parts.
- Lower power consumption.
- Less susceptible to physical and magnetic damage.
- Smaller and lighter than HDDs.
What is the disadvantage of SSDs?
The disadvantage of SSDs is that they have a higher cost than comparable HDDs.
What is Non-Volatile Memory Express (NVMe)?
NVMe is a storage device that utilizes the PCIe bus for accessing non-volatile memory.
What are the design goals of NVMe?
NVMe is designed for:
- Low latency.
- Internal parallelism of SSDs.
What are the benefits of NVMe?
Benefits of NVMe include:
- Reduced I/O overhead.
- Improved functionality by leveraging SSD parallelism.
What are the form factors of NVMe devices?
Form factors of NVMe devices include:
- PCIe expansion cards.
- 2.5-inch form factor devices (U.2 connector).
- SATA Express and M.2 devices.
What are flash devices?
Flash devices use programmable, non-volatile flash memory.
What are the advantages of flash devices?
Reprogrammable memory, data retention without power, suitable for devices like cameras, highly portable, larger capacity than CDs and DVDs, fast memory access, inexpensive, storage capacity comparable to modern HDDs, widely compatible with PCs, versatile.
What are some examples of flash devices?
CompactFlash cards, SD cards, SSD cards, MiniSD cards, MicroSD cards, hybrid cards (SSD and HDD combination), memory sticks.
What are optical discs?
Optical discs (CDs, DVDs, Blu-ray discs) use lasers to read and write data.
How do optical discs store data?
Data storage mechanism involves pits in reflective coating and laser optics reading deflected output.
What are the advantages of optical discs?
Suitable for music and video playback, portable and universal, inexpensive, recordable options available, long shelf life and relative sturdiness, high storage capacity for Blu-ray discs (25 GB or more).
What are the disadvantages of optical discs?
Slower than HDDs, limited capacity for CDs and DVDs (650 MB and 4.7 GB respectively), compatibility issues between formats and readers.
What is Integrated Drive Electronics (IDE)?
IDE is an electronic interface facilitating communication between a motherboard and storage devices.
What is Serial ATA (SATA)?
SATA is a technology for connecting storage devices to host bus adapters.
What is the primary use of SATA?
Primarily used for hard disk data transfer.
What are the SATA revisions and their data transfer rates?
SATA1: 1.5 Gbps, SATA2: 3 Gbps (hot-plugging, improved connectors, NCQ, port multipliers), SATA3: 6 Gbps (optimized for SSDs, new connectors, transmit emphasis, featured in Xbox One S).
What is External SATA (eSATA)?
Designed for externally connected devices.
Uses a locking SATA data cable and requires an external power connector.
What is Power over eSATA (eSATAp)?
Combines eSATA and USB functionality.
Integrates data and power in a single cable with a unique connector shape.
What are the key features of SATA?
Individual channels for each drive, cable length up to 1 meter (2 meters for eSATA), and a 15-pin power connector (3.3, 5, and 12 volts).
Compatible devices include HDDs, optical drives, and SSDs.
What is the boot drive connection rule for SATA?
Boot drive connected to the lowest SATA channel number.
Potential compatibility issues may arise with SATA2 drives on SATA1 motherboards.
What are optical media?
Round, flat media that use lasers for data storage and retrieval.
What is a Compact Disc (CD)?
Originally for digital music, later adapted for computer data with 74-80 minutes of audio capacity.
CD-ROM has a capacity of 737 MB (847 MB total) and a data transfer rate of 150 KBps.
What is a Digital Versatile Disc (DVD)?
High-capacity storage for various data types with a 4.7 GB capacity (single-sided).
Types include DVD-ROM (read-only), DVD-R (recordable once), and DVD-RW (rewritable).
What is a Blu-ray Disc (BD)?
Higher capacity than DVDs, developed for high-definition video and data storage.
Capacity includes 25 GB (single-layer) and 50 GB (dual-layer).
What is RAID?
RAID (Redundant Array of Independent Disks) combines multiple physical disks into a logical storage unit.
What are the benefits of RAID?
Improved performance and fault tolerance.
What is RAID 0?
RAID 0 (striping) offers increased performance with no fault tolerance, requires a minimum of 2 disks, and has no overhead.
What is RAID 5?
RAID 5 (striping with distributed parity) provides fault tolerance for a single disk failure, increased read performance, slower write performance, requires a minimum of 3 disks, and has an overhead of one disk for parity.
What is JBOD?
JBOD (Just a Bunch Of Disks) combines multiple disks into a single volume without RAID configuration.
What are the characteristics of JBOD?
Spans volume across multiple disks, no striping, data saved sequentially, supports disks of different sizes, and has no performance or fault tolerance benefits.
What are file systems?
File systems organize and store data on storage devices.
What are the components of a file system?
Volume, directory (folder), and file.
What is a volume in a file system?
An accessible storage area within a file system, identified by drive letters.
What is a directory in a file system?
A container for files and other directories.
What is a file?
The basic unit of data organization, identified by a name and extension.
What are common file systems?
eXFAT, FAT32, NTFS, CDFS (Linux), NFS (network file system), ext4 (default Linux file system), ext3.
What is formatting in the context of file systems?
Formatting prepares a partition for a specific file system and reformatting deletes all data.
What is disk partitioning?
Partitions are logical divisions of hard disk storage space.
What are the types of Windows disks?
Basic and dynamic.
What is a basic disk?
Uses primary and extended partitions, supported by all operating systems.
What is a dynamic disk?
Supports up to 128 volumes, allows noncontiguous disk space, and stores partitioning information in a hidden database.
What does Disk Management display?
Disk Management displays various disk and volume statuses.