Search Tools Links Login

Domain change in progress, site content is moving! See this post for more info

RAID is not for killing bugs

RAID stands for Redundant Array of Inexpensive (or sometimes "Independent") Disks. RAID is a method of combining multiple hard disks in a single logical unit to offer high availability, performance or a combination of both. This provides better resilience and performance than a single disk drive.

Software RAID

Many operating systems provide functionality for implementing software based RAID systems. The software RAID systems generate the RAID algorithms using the server CPU, this can severely limit the RAID performance. Should a server fail the whole RAID system is lost. Cheap to implement and only need a single SCSI controller.

Hardware RAID

All RAID algorithms are generated on the RAID controller board, thus freeing the server CPU. Allows full benefits and data protection of RAID. More robust and fault tolerant than software RAID. Requires dedicated RAID controller to work.

RAID 0

Offers no redundancy or fault tolerance, hence does not truly fit the "RAID" acronym. In level 0, data is striped across drives, resulting in higher data throughput. Since no redundant information is stored, performance is very good, but the failure of any disk in the array results in data loss. This level is commonly referred to as striping.

Advantages: 

Disadvantages:

RAID 1

Provides redundancy by writing all data to two or more drives. The performance of a level 1 array tends to be faster on reads and slower on writes compared to a single drive, but if either drive fails, no data is lost. This is a good entry-level redundant system, since only two drives are required; however, since one drive is used to store a duplicate of the data, the cost per megabyte is high. This level is commonly referred to as mirroring.

Advantages: 

Disadvantages:

RAID 3

Provides redundancy by writing all data to three or more drives. This RAID 3 disk array provides excellent storage for video imaging, streaming, publishing applications or any system that requires large file block transfers. RAID 4 is identical to RAID 3, but does block-level striping instead of byte-level striping. In this setup, files can be distributed between multiple disks. Each disk operates independently which allows I/O requests to be performed in parallel, though data transfer speeds can suffer due to the type of parity. The error detection is achieved through dedicated parity and is stored in a separate, single disk unit.

?σΤιΌΤΗ?Advantages: 

Disadvantages:

RAID 5

Provides redundancy by writing data and parity information across three or more drives, thus increasing performance. The RAID Level 5 provides the best combination of disk array technology. The most popular RAID level supplied. RAID 6 is similiar to RAID 5, except it provides fault tolerance from two drive failures; array continues to operate with up to two failed drives. This makes larger RAID groups more practical, especially for high availability systems. This becomes increasingly important because large-capacity drives lengthen the time needed to recover from the failure of a single drive. Single parity RAID levels are vulnerable to data loss until the failed drive is rebuilt: the larger the drive, the longer the rebuild will take. Dual parity gives time to rebuild the array without the data being at risk if a (single) additional drive fails before the rebuild is complete.

Advantages: 

Disadvantages:

RAID 10

Provides very high performance and redundancy. Data is simultaneously mirrored and striped. Can under circumstances support multiple drive failures.

Advantages: 

Disadvantages:

RAID 0+1

Provides redundancy by writing all data to four or more drives. RAID 0+1 combines the benefits of RAID level 0 and RAID level 1. This offers both striping and mirroring with no parity generation. The RAID 0+1 also provides high performance and resilience to RAID 5.

Advantages: 

Disadvantages:

A RAID system used as a main drive is not a replacement for backing up data. Data may become damaged or destroyed without harm to the drive(s) on which they are stored. For example, some of the data may be overwritten by a system malfunction; a file may be damaged or deleted by user error or malice and not noticed for days or weeks. RAID can also be overwhelmed by catastrophic failure that exceeds its recovery capacity and, of course, the entire array is at risk of physical damage by fire, natural disaster, or human forces.

RAID is also vulnerable to controller failure since it is not always possible migrate a RAID to a new controller without data loss. RAID drives can make excellent backup drives, when employed as backup devices to main storage, and particularly when located offsite from the main systems. However, the use of RAID as the main storage solution cannot replace backups.

About this post

Posted: 2010-04-06
By: FortyPoundHead
Viewed: 1,756 times

Categories

Tutorials

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

Sorry. Comments are frozen for this article. If you have a question or comment that relates to this article, please post it in the appropriate forum.