CompTIA A+ 220-1101 - 3.3: Storage Devices

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

1/42

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.

43 Terms

1
New cards

Drive Size Comparison

3.5 inch drive.
2.5 inch drive
m.2 drive

2
New cards

M.2 Interface

Smaller form factor
- No SATA data or power cables

Can use a PCI Express bus connection
- 4 GB/second throughput or faster when using NVMe PCIe x4

Different connector types
- Needs to be compatible with the slot key/spacer
- B key, M key, or B and M key
- Some M.2 drives will support both

<p>Smaller form factor <br>- No SATA data or power cables <br><br>Can use a PCI Express bus connection <br>- 4 GB/second throughput or faster when using NVMe PCIe x4 <br><br>Different connector types <br>- Needs to be compatible with the slot key/spacer <br>- B key, M key, or B and M key <br>- Some M.2 drives will support both</p>
3
New cards

B-Key and M-Key

Connector types for the M.2 interface.

M.2 doesn't guarantee NVMe.
- Your M.2 interface may be using AHCI.
- Check your documentation

Your motherboard may only support one type of M.2 key
- Check your documentation again.

<p>Connector types for the M.2 interface.<br><br>M.2 doesn't guarantee NVMe.<br>- Your M.2 interface may be using AHCI.<br>- Check your documentation<br><br>Your motherboard may only support one type of M.2 key<br>- Check your documentation again.</p>
4
New cards

CD-ROM (compact disc read-only memory)

Read-only compact storage disc for audio or video data. They are read by using CD-ROM drives and optical drives with backward compatibility, such as DVD and Blu-ray Disc drives. Cannot be written onto, only read.

5
New cards

HDD (Hard Disk Drive)

A data-recording system using solid disks of magnetic material turning at high speeds to store and retrieve programs and data in a computer.

6
New cards

HDD details

Non-volatile (information remains when it has no power) magnetic storage.
- Rapidly rotating platters.

Random-Access
- Retrieve data from any part of the drive at any time.

Moving parts
- Spinning platters, moving actuator arm.
- Mechanical components limit the access speed.
- Mechanical components can also break.

7
New cards

HDD components

There are multiple heads and platters.

<p>There are multiple heads and platters.</p>
8
New cards

HDD Speeds

2.5 inch drive
- 5400 rpm
- 7200 rpm

3.5 inch drive
- 5400 rpm
- 7200 rpm
- 10,000 rpm

9
New cards

SSD (Solid State Drive)

A data storage device that uses flash memory to store data.

10
New cards

SSD details

Non-volatile memory (information remains when it has no power)
- No moving parts.

Very fast performance
- No spinning drive delays.

Can use SATA interface.

11
New cards

Volatile Memory vs Non-Volatile Memory

Data remains only while device receives power.
vs.
Data remains even when device receives no power.

12
New cards

mSATA (Mini-SATA)

Standardized smaller SATA form factor for use in portable devices.

13
New cards

mSATA details

Shrink the SATA drive into smaller devices.
- Same data, different form factor.
- Great for laptops and mobile devices.

Smaller than 2.5" SATA drives
- No spinning drive.
- Allows for different form factors.

Was used briefly.
- Quickly replaced by the m.2 standard.

<p>Shrink the SATA drive into smaller devices.<br>- Same data, different form factor.<br>- Great for laptops and mobile devices.<br><br>Smaller than 2.5" SATA drives<br>- No spinning drive.<br>- Allows for different form factors. <br><br>Was used briefly.<br>- Quickly replaced by the m.2 standard.</p>
14
New cards

AHCI (Advanced Host Controller Interface)

An efficient way for motherboards to work with SATA host bus adapters. Using it unlocks some of the advanced features of SATA, such as hot-swapping and native command queuing.

15
New cards

NVMe (Non-Volatile Memory Express)

SSD technology that supports a communication connection between the operating system and the SSD directly through a PCIe bus lane, reducing latency and taking full advantage of the speeds of high-end SSDs.

SSDs using this come in a couple of formats, such as an add-on expansion card and a 2.5-inch drive, like the SATA drives for portables. NVMe drives are a lot more expensive currently than other SSDs, but offer much higher speeds.

16
New cards

AHCI vs NVMe

• Uses AHCI (Advanced Host Controller
Interface) to move drive data to RAM
• SATA revision 3 throughput up to 600 MB/s
• SSDs need a faster communication method

vs

• Designed for SSD speeds
• Lower latency, supports higher throughputs
• Take advantage of NVMe with an M.2 interface

17
New cards

M.2 expansion slot

Type of space efficient expansion slot common in recent portable computers. Formerly known as Next Generation Form Factor (NGFF). Also found on some desktop motherboards.

While this is a general expansion slot supporting devices such as Wi-Fi cards, it is often used to install an NVMe SSD.

18
New cards

Flash Drives

Flash memory.
- EEPROM (Electrically erasable programmable read-only memory).
- Non-volatile memory.
- No power required to retain data.

Limited number of writes.
- Can still read the data.

Not designed for archival storage.
- Easy to lose or damage.
- Always have a backup.

19
New cards

Optical Drive

Drive used to read/write to optical discs, such as CDs or DVDs.

20
New cards

Optical Drive details

Small bumps read with a laser beam.
- Microscopic binary storage.

Relatively slow
- Archival media.

Many different formats
- CD-ROM, DVD-ROM, Blu-Ray

Internal and external drives.
- For those uncommon application installations.

21
New cards

Data Redundancy

Hard drives store huge amounts of important data
Hard drives are moving components
- They will eventually break

What happens to the data when the drive fails?
- You can prepare for that;
- Use an array of drives

RAID is not backup. It is a means of retaining uptime and availability if/when a drive fails.
- A backup is backup, not RAID.

22
New cards

RAID (Redundant Array of Independent Disks)

Method for creating a fault-tolerant storage system. It uses multiple hard drives in various configurations to offer differing levels of speed/data redundancy.

23
New cards

RAID details

Redundant array of independent disks.
- They're also inexpensive disks.

Different RAID levels
- Some redundant, some not.

24
New cards

RAID 0 (Striped Volume)

Type of RAID whereby data is spread (not duplicated) across two drives for increased speed.

25
New cards

RAID 0 details

File blocks are split between two or more physical drives.

High performance
- Data written quickly

No redundancy
- A drive failure breaks the array.
- Raid 0 is zero redundancy.

<p>File blocks are split between two or more physical drives. <br><br>High performance<br>- Data written quickly<br><br>No redundancy<br>- A drive failure breaks the array.<br>- Raid 0 is zero redundancy.</p>
26
New cards

RAID 1 (Mirroring)

Type of RAID where the data is written and read at the same time to two drives for fault tolerance purposes. Uses twice as much drive space as the previous level of RAID.

27
New cards

RAID 1 details

File blocks are duplicated between two or more physical drives.

High disk utilization
- Every file is duplicated.
- Required disk space is doubled.

High redundancy
- Drive failure does not affect data availability.

<p>File blocks are duplicated between two or more physical drives.<br><br>High disk utilization<br>- Every file is duplicated.<br>- Required disk space is doubled. <br><br>High redundancy<br>- Drive failure does not affect data availability.</p>
28
New cards

RAID 5 (Striping with Parity)

Type of RAID that uses block-level and parity data striping. Requires 3 or more drives.

29
New cards

RAID 5 details

File blocks are striped.
- Along with a parity block.
- Requires at least three disks.

Efficient use of disk space.
- Files aren't duplicated, but space is still used for parity.
- Parity calculation may affect performance.

<p>File blocks are striped. <br>- Along with a parity block.<br>- Requires at least three disks. <br><br>Efficient use of disk space.<br>- Files aren't duplicated, but space is still used for parity.<br>- Parity calculation may affect performance.</p>
30
New cards

RAID 10 (or 1+0 - Striping with Mirrors)

Type of RAID that uses two mirrored RAID 0 configurations. Provides both speed and redundancy, and also requires at least four disks.

31
New cards

RAID 10 details

The speed of striping, the redundancy of mirroring.
Pairs of RAID 0 drives.
Needs at least four drives.

<p>The speed of striping, the redundancy of mirroring. <br>Pairs of RAID 0 drives. <br>Needs at least four drives.</p>
32
New cards

HHD (hybrid hard drive)

Storage drive that combines the flash memory used in solid-state drives with the spinning platters used in magnetic hard drives; a compromise between the speed and power efficiency of SSDs and the capacity of HDDs.

33
New cards

Hot Swapping

Replacing a bad drive in a RAID array without the need to reboot or power down, keeping the system running.

34
New cards

CD-RW (compact disc rewritable)

CD technology that accepts multiple reads/writes like a hard drive.

35
New cards

CD-R (CD-recordable)

CD technology that only accepts a single "burn" but cannot be erased after that one burn.

36
New cards

DVD-ROM (Digital video disc read only memory)

DVD equivalent of the standard CD-ROM. Cannot be written onto, only read.

37
New cards

CD Max Storage

700 MB or 80 minutes of audio

38
New cards

DVD Max Storage

8.5 GB for the double layer.

39
New cards

BD (Blu-Ray Disc)

Optical disc format that stores up to 100 GB of data, designed as a replacement media for DVD. Competed with HD DVD.

40
New cards

BD-R (Blu-ray Disc-Recordable)

Blu-Ray disc format that enables writing data to blanc discs.

41
New cards

BD-RE (Blu-ray Disc-REwritable)

Blue-Ray Disc equivalent of the rewritable DVD, allows writing and rewriting several times on the same BD.

42
New cards

BD-ROM (Blu-ray Disc-Read Only Media)

Blue ray disc equivalent of a DVD-ROM or CD-ROM. Cannot be written onto, only read.

43
New cards

BD Max Storage

100 GB