Memory Primary (RAM) and Secondary (Storage SSD/HDD) Flashcards

1
Q

What does RAID stand for?

A

Redundant Array of Independent Disks (Drives). Protects data in drives in case of a drive failure - provides redundancy (except RAID 0)

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

Which level of RAID provides no data redundancy?

A

RAID 0 is the only RAID level that provides no redundancy as it stripes data across two drives (for faster read/write) if one drive fails all data is lost.

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

What does RAID 5 use to provide redundancy?

A

RAID 5 uses striping and a parity block to provide redundancy. If a single drive fails the data can be re-built in real time by using the parity data.

The parity block is a separate drive but also the parity information is spread over the other drives.

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

How many disks does RAID 5 require as a minimum?

A

RAID 5 requires 3+ disk drives (one for the parity block and two+ others to stripe data across).

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

What’s a disadvantage that a RAID 5 setup has but RAID 0 doesn’t have?

A

Cost as requires 3 drives whereas 0 requires 2.
Speed of reading/writing as the parity calculation may reduce performance.

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

How many disks does RAID 10 (1+0) require as a minimum?

A

4 drives as data is striped (split) across mirrors (duplicate/mirrored drives).

Data split then split again = 4 blocks of data, hence 4 drives required.

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

What are the 5 types/levels of RAID?

A

0 - no redundancy but fast 2+ drives striping
1 - one to one copying 2+ drives, can only use 50% storage
5 - data parity block (drive) and striping 3+ drives, one drive space lost due to storing the parity
10 - 1+0, striping across copies/mirrored drives, fast, can only use 50% storage

RAID 6 = RAID 5 but with TWO parity blocks/drives instead of one. Double parity 6.

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