Storage Devices and RAID Configurations Flashcards

(18 cards)

1
Q

What are Hard Disk Drives (HDDs)?

A

Traditional storage using magnetic platters

HDDs have higher capacity at lower cost than SSDs but slower access times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Solid State Drives (SSDs)?

A

Uses NAND flash memory with no moving parts

SSDs have faster read/write speeds than HDDs and are more resistant to physical shock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does NVMe stand for?

A

Non-Volatile Memory Express

NVMe is a protocol designed specifically for SSDs that connects directly to the PCIe bus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of M.2 Drives?

A

Small form factor for laptops and desktops

M.2 Drives can use SATA or NVMe protocols and come in various sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of external storage are mentioned?

A
  • USB drives (flash/thumb drives)
  • External HDDs and SSDs
  • Network Attached Storage (NAS)
  • Storage Area Networks (SAN)

These are common external storage options for data management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is RAID?

A

Redundant Array of Independent Disks

RAID combines multiple physical disk drives into a single logical unit for data redundancy or performance improvement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Hardware RAID?

A

Uses dedicated RAID controller

Hardware RAID offers better performance and works independently of the OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Software RAID?

A

Implemented at OS level

Software RAID is lower cost and dependent on OS stability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does RAID 0 function?

A

Data is split evenly across two or more disks

RAID 0 provides excellent performance but no redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the minimum number of drives required for RAID 1?

A

2

RAID 1 provides full redundancy by mirroring data on two drives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the capacity percentage for RAID 5?

A

(N-1)/N of total capacity

RAID 5 can survive single drive failures and balances performance, capacity, and redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What distinguishes RAID 6 from RAID 5?

A

Uses two independent parity calculations

RAID 6 can survive two simultaneous drive failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the minimum number of drives required for RAID 10?

A

4

RAID 10 combines RAID 1 and RAID 0 for both performance and redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does RAID 1 improve read performance?

A

Reads can come from either drive

This potential for increased read performance is due to simultaneous access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: RAID 0 provides redundancy.

A

False

RAID 0 has no redundancy; if one drive fails, all data is lost.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a common problem with RAID arrays?

A

Drive failure detection

Other common issues include degraded array performance and failed rebuilds.

17
Q

What are the steps for recovering from RAID failures?

A
  • Identify failed components
  • Replace failed drive(s)
  • Monitor rebuild process
  • Verify successful completion

Specific recovery steps vary based on the type of RAID and failure.

18
Q

Fill in the blank: RAID 6 can survive ______ drive failures.

A

two

This feature provides higher fault tolerance compared to RAID 5.