Redundancy, Fault Tolerance, and High Availability 3.8 Flashcards

1
Q

Distributive Allocation

A

The bad guys are looking for your data. Most of the time it will be in a data center. One of the best ways to protect things are by spreading your critical assets, data and other components out. If they find one thing, they will still need to find the others. It’s also allows you to add more barriers between different places.

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

Redundancy and Fault Tolerance

A

One primary goal of a security system is to maintain 100% uptime. This applies to both software and hardware. Have multiple servers available and backup equipment available.

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

Redundant Array of Independent Disks (RAID)

A

Multiple physical drives in a server, if one drive fails, you have the others. There are different levels of RAID. Each organization will need to identify what level of RAID is the right fit for them.

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

Uninterruptible Power Supplied (UPS)

A

Extra power supplies in case of power supply failure.

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

Data Striping

A

Data striping is the technique of segmenting logically sequential data, such as a file, so that consecutive segments are stored on different physical storage devices.

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

RAID 0 (Striped Disk)

A

Spreads data out across multiple disks. Improves retrieval speed. Does not improve reliability. Losing one drive loses all the drives.

Minimum Number of Drives: 2
Striping: Yes
Mirroring: No
Parity Data: No

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

RAID 1 (Mirrored Disk)

A

Copies data from primary disk onto two or more disks. Improves reliability and can also improve retrieval speed. Expensive compared to other RAID methods.

Minimum Number of Drives: 2
Striping: No
Mirroring: Yes
Parity Data: No

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

RAID 2 (bit-level error-correcting code)

A

Not often used. Stripes data across drives at bit level instead of block level. Designed to recover loss of single disk data through error correcting techniques.

Minimum Number of Drives: 3
Striping: Yes
Mirroring: No
Parity Data: Yes (uses Hamming code) (obsolete)

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

RAID 3 (byte-striped with error check)

A

Data spread across multiple disks at byte level. One disk dedicated to parity bits. (checks if data sent is correct).

Minimum Number of Drives: 3
Striping: Yes
Mirroring: No
Parity Data: Yes

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

RAID 4 (dedicated parity drive)

A

Stripes data like RAID 3 but in larger stripes. Slower.

Minimum Number of Drives: 3
Striping: Yes
Mirroring: No
Parity Data: Yes

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

RAID 5 (block-striped with error check)

A

Stripes data at block level and spread parity across multiple drives. Provides reliability and increased performance. Requires minimum of 3 drives.

Minimum Number of Drives: 3
Striping: Yes
Mirroring: No
Parity Data: Yes

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

RAID 6 (block-striped with error check)+

A

Same as RAID 5 but uses two parity blocks.

Minimum Number of Drives: 4
Striping: Yes
Mirroring: No
Parity Data: Yes

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