RAIDs Flashcards

(26 cards)

1
Q

What does RAID stand for?

A

Redundant Array of Independent Disks

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

True or False: RAID is primarily used for improving data storage performance.

A

True

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

Fill in the blank: RAID 0 is known for _____ but offers no redundancy.

A

striping

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

What is the primary benefit of RAID 1?

A

Data redundancy through mirroring

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

Which RAID level provides both striping and mirroring?

A

RAID 10

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

True or False: RAID 5 requires a minimum of three disks.

A

True

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

What is the main disadvantage of RAID 0?

A

No data redundancy; if one disk fails, all data is lost.

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

In RAID 5, how is data distributed across the disks?

A

Data and parity information are striped across all disks.

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

What is the primary purpose of parity in RAID?

A

To provide data recovery in case of a disk failure.

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

What RAID level uses a minimum of four disks and offers high fault tolerance?

A

RAID 6

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

Fill in the blank: RAID 10 is a combination of RAID _____ and RAID _____.

A

0, 1

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

What RAID level is often referred to as ‘striping with parity’?

A

RAID 5

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

True or False: RAID can replace regular backups.

A

False

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

What is a common use case for RAID 1?

A

Data redundancy for critical applications

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

What does RAID 0 not provide that RAID 1 does?

A

Data redundancy

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

What happens if a single disk fails in a RAID 5 setup?

A

The array can operate in a degraded mode, but data is still accessible.

17
Q

What is the main advantage of RAID 6 over RAID 5?

A

RAID 6 can tolerate the failure of two disks.

18
Q

Which RAID level is best for applications requiring high read speeds?

19
Q

True or False: RAID 1 is less expensive than RAID 0.

20
Q

What does the ‘N’ in RAID N refer to?

A

The number of disks in the array

21
Q

What is the purpose of a RAID controller?

A

To manage the RAID configuration and data distribution.

22
Q

What is a common drawback of using RAID?

A

Increased complexity in setup and management.

23
Q

True or False: RAID 0 provides the highest level of data protection.

24
Q

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

25
Which RAID level is often used for archival storage due to its redundancy?
RAID 1
26
Fill in the blank: RAID configurations can be implemented in _____ or _____ modes.
hardware, software