Chapter 3.4: Storage Devices

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

HDD (Hard Disk Drive)

A non-volatile magnetic storage device that uses rapidly rotating platters to store data.

2
New cards

SSD (Solid-State Drive)

A non-volatile storage device with no moving parts, using flash memory for faster performance.

3
New cards

NVMe (Non-Volatile Memory Express)

A communication interface designed specifically for SSDs to leverage the PCI Express bus, offering lower latency and higher throughput than SATA.

4
New cards

SAS (Serial Attached SCSI)

The latest generation of SCSI technology, providing increased storage throughput, commonly used in large storage arrays.

5
New cards

mSATA (Mini-SATA)

A small form factor SSD interface

6
New cards

M.2 Interface

A small form factor connector for SSDs, which can use either SATA or PCIe (with NVMe) bus connections.

7
New cards

Flash Drive

A small, portable storage device using EEPROM (flash memory)

8
New cards

Optical Drive

A device that reads data from or writes data to optical discs (CD, DVD, Blu-ray) using a laser beam.

9
New cards

RAID (Redundant Array of Independent Disks)

A technology that combines multiple physical hard drives into a single logical unit to improve performance or provide data redundancy.

10
New cards

RAID 0

A RAID level that stripes file blocks across multiple drives for high performance but offers no redundancy.

11
New cards

RAID 1

A RAID level that duplicates file blocks across two or more drives for high redundancy, requiring double the disk space.

12
New cards

RAID 5

A RAID level that stripes file blocks and a parity block across at least three drives, offering efficient space usage and high redundancy.

13
New cards

RAID 6

Similar to RAID 5, but with two parity blocks, allowing for the loss of two drives without data loss.

14
New cards

RAID 10 (RAID 1+0)

A nested RAID level that combines stripping and mirroring (a stripe of mirrors), offering both high speed and high redundancy.