3.5 Identify the purpose and characteristics of fault tolerance.

A Fault-Tolerant network is, simply, one that can withstand, survive, and recover from errors. Minor errors might require only a simple reboot. More major breakdowns, such as a hard drive failure, may require more dramatic steps. The first line of defense against any kind of errors—improving the network’s fault tolerance—is some form of data backup.

 

RAID (Redundant Array of Inexpensive [or Independent] Disks)

The “Inexpensive” portion of this name comes from when “inexpensive” was a relative term. Inexpensive was originally the correct term. However, over the years, many techs came to accept "Independent" as well. Today, both terms are acceptable.

RAID is a data storage system in which data (and information needed for error correction and/or data recovery) are stored over two or more physical hard disk drives. RAID (usually) provides improved reliability, and often performance as well.

 

Two types of RAID

 

Benefits of RAID

 

The minimum number of drives required for each RAID level:

RAID 0 2 drives (but is not redundant)
RAID 1 2 drives
RAID 1+0 (AKA, RAID 10) 4 drives
RAID 2 NA
RAID 3 3 drives
RAID 4 3 drives
RAID 5 3 drives
RAID 6 3 drives
RAID 7 NA
RAID 53 5 drives

BOLD = More likely to be tested on these RAID levels.

 

RAID 0

 

RAID 1

 

RAID 1+0 (AKA RAID 10)

 

RAID 2

 

RAID 3

 

RAID 4

 

RAID 5

 

RAID 6

 

RAID 7

 

RAID 53

 

For an excellent Cramsession InfoCenter article on RAID technologies, click here.