RAID Flashcards

(57 cards)

1
Q

What does RAID stand for?

A

Redundant Array of Independent Disks (or Inexpensive Disks)

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

What is the primary purpose of RAID?

A

To provide redundancy, improve performance, or both by combining multiple physical drives

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

Is RAID a backup solution?

A

No, RAID provides redundancy but does not replace the need for backups

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

What is RAID 0?

A

Striping; data is split across multiple drives for improved performance, but no redundancy

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

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

A

2

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

What happens if a drive fails in RAID 0?

A

All data is lost because there is no redundancy

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

What is RAID 1?

A

Mirroring; data is duplicated across multiple drives for redundancy

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

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

A

2

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

What happens if a drive fails in RAID 1?

A

The system continues to operate using the remaining drive(s) with duplicated data

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

What is the storage capacity of RAID 1 with two drives?

A

Equal to the capacity of one drive (since data is mirrored)

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

What is RAID 5?

A

Striping with parity; data is striped across multiple drives with parity information for redundancy

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

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

A

3

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

How is parity distributed in RAID 5?

A

Parity is distributed across all drives in the array

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

What happens if a drive fails in RAID 5?

A

The system can recreate the lost data using parity and continue to operate in a degraded state

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

What is RAID 6?

A

Striping with double parity; data is striped across multiple drives with two sets of parity information

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

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

A

4

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

What happens if two drives fail in RAID 6?

A

The system can recreate the lost data using the double parity and continue to operate in a degraded state

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

What is RAID 10 (or RAID 1+0)?

A

A stripe of mirrors; combines RAID 1 (mirroring) and RAID 0 (striping) for both redundancy and performance

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

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

A

4

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

How does RAID 10 provide redundancy?

A

Data is mirrored (RAID 1) and then striped (RAID 0) across multiple sets of mirrored drives

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

What happens if a drive fails in RAID 10?

A

The system continues to operate using the mirrored copy of the failed drive

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

What is the storage capacity of RAID 10 with four drives?

A

Equal to half the total capacity (since data is mirrored)

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

What is the performance impact of RAID 5 during drive failure?

A

Increased CPU overhead due to parity calculations for data recovery

24
Q

What is the advantage of RAID 6 over RAID 5?

A

RAID 6 can survive the failure of two drives, while RAID 5 can only survive one

25
What is the disadvantage of RAID 6 compared to RAID 5?
RAID 6 requires more drives and has higher overhead due to double parity
26
RAID is a backup solution.
False (RAID provides redundancy, not backup)
27
RAID 0 provides redundancy.
False (RAID 0 provides no redundancy)
28
RAID 1 requires at least 3 drives.
False (RAID 1 requires at least 2 drives)
29
RAID 5 can survive the failure of two drives.
False (RAID 5 can only survive the failure of one drive)
30
RAID 6 can survive the failure of two drives.
True
31
RAID 10 combines RAID 0 and RAID 1.
True
32
RAID 0 improves performance by striping data across drives.
True
33
RAID 1 doubles the storage capacity of the drives used.
False (RAID 1 mirrors data, so capacity equals the size of one drive)
34
RAID 5 distributes parity across all drives.
True
35
RAID 6 uses a single parity drive.
False (RAID 6 uses double parity)
36
RAID 10 requires at least 4 drives.
True
37
RAID 5 has no performance impact during normal operation.
False (RAID 5 has some overhead due to parity calculations)
38
RAID 6 is slower than RAID 5 due to double parity.
True
39
RAID 0 is suitable for critical data storage.
False (RAID 0 has no redundancy and is not suitable for critical data)
40
RAID 1 is suitable for critical data storage.
True
41
RAID 10 provides both performance and redundancy.
True
42
A user wants to improve read/write performance without redundancy. What RAID level should they use?
RAID 0
43
A system administrator needs redundancy for critical data. What RAID level should they use?
RAID 1 or RAID 10
44
A technician is setting up a file server with four drives and needs redundancy and performance. What RAID level should they use?
RAID 10
45
A user wants to maximize storage capacity with redundancy. What RAID level should they use?
RAID 5 or RAID 6
46
A server has three drives and needs redundancy. What RAID level should they use?
RAID 5
47
A technician is configuring a storage array that must survive two drive failures. What RAID level should they use?
RAID 6
48
A user wants to mirror data across two drives. What RAID level should they use?
RAID 1
49
A system administrator is setting up a database server with six drives and needs both performance and redundancy. What RAID level should they use?
RAID 10
50
A technician is troubleshooting a RAID 5 array with a failed drive. What should they do to restore redundancy?
Replace the failed drive and allow the RAID to rebuild
51
A user wants to stripe data across three drives for performance. What RAID level should they use?
RAID 0
52
A system administrator needs to ensure data availability even if two drives fail. What RAID level should they use?
RAID 6
53
A technician is setting up a RAID array with two drives and needs redundancy. What RAID level should they use?
RAID 1
54
A user wants to combine the speed of RAID 0 with the redundancy of RAID 1. What RAID level should they use?
RAID 10
55
A system administrator is configuring a RAID array with five drives and needs redundancy. What RAID level should they use?
RAID 5 or RAID 6
56
A technician is replacing a failed drive in a RAID 1 array. What happens to the data during the replacement?
The data remains available on the remaining drive
57
A user wants to create a RAID array with minimal drives for redundancy. What RAID level should they use?
RAID 1