3.4 Raid Flashcards

(15 cards)

1
Q

What is RAID?

A

RAID (Redundant Array of Independent Disks) is a method of combining multiple drives to improve performance and/or provide redundancy.

RAID configurations can vary in terms of performance and redundancy.

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

Is RAID a replacement for backups?

A

No, RAID provides redundancy but is not a backup solution; separate backups are still essential.

Backups are necessary to protect against data loss from other factors.

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

What is RAID 0 and how does it work?

A

RAID 0 splits (stripes) data across at least two drives, improving write and read performance.

RAID 0 enhances speed but does not provide redundancy.

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

Does RAID 0 provide redundancy?

A

No; if one drive fails, all data is lost.

This makes RAID 0 unsuitable for critical data storage.

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

What is RAID 1 and how does it work?

A

RAID 1 duplicates (mirrors) data across at least two drives, creating an exact copy on each.

This setup ensures data availability even if one drive fails.

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

What are the advantages and disadvantages of RAID 1?

A
  • Advantage: full redundancy; system continues if one drive fails
  • Disadvantage: uses twice the storage capacity

RAID 1 is ideal for critical data but at the cost of storage efficiency.

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

How does RAID 5 work?

A

Data is striped across multiple drives with a single distributed parity block, allowing recovery if one drive fails.

RAID 5 balances performance and redundancy.

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

What is a downside of RAID 5?

A

Requires CPU overhead for parity calculations.

This can impact performance, especially under heavy loads.

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

Minimum number of drives for RAID 5?

A

Three drives.

This is necessary to implement the parity feature.

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

How does RAID 6 differ from RAID 5?

A

RAID 6 uses two parity blocks instead of one, allowing two drives to fail without data loss.

This provides an extra layer of protection compared to RAID 5.

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

What is a trade-off of RAID 6?

A

Additional storage space is needed for the second parity block.

This can reduce the overall usable capacity of the RAID array.

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

Minimum number of drives for RAID 6?

A

Four drives.

This is required to accommodate the dual parity.

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

How does RAID 10 work?

A

RAID 10 combines RAID 0 (striping) and RAID 1 (mirroring). Data is mirrored, and mirrored sets are striped for performance and redundancy.

This configuration offers both speed and data protection.

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

What is the minimum number of drives for RAID 10?

A

Four drives.

This is necessary to create at least one mirrored pair.

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

What are the advantages of RAID 10?

A
  • High redundancy
  • Good performance
  • Multiple drives can fail without data loss, depending on which drives fail

RAID 10 is often preferred for critical applications requiring both speed and reliability.

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