top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is a RAID and what are different levels of RAID?

+1 vote
364 views
What is a RAID and what are different levels of RAID?
posted Dec 6, 2015 by Kali Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

A RAID system is a collection of hard drives joined together for speed and fault tolerance.

RAID 0
At least 2 hard drives are required, preferably identical. None of the space is wasted as long as the hard drives used are identical. Data is stored evenly and sequentially across all disks. A striped volume is accessed with a single drive letter as if all the disks were combined in to a single drive. It can be created on FAT, FAT32 and NTFS. This level offers the highest level of performance but no redundancy. If any of the hard drives in the array fails, everything will be lost.

RAID 1
This level is known as mirroring. Two identical copies of data are stored on two drives. When one drive fails, the other drive still has the data to keep the system going. Rebuilding a lost drive is very simple since you still have the second copy. It can be created on FAT, FAT32 and NTFS.
Using an extra RAID controller can increase the fault tolerance even more. Even though the performance benefits are not great, it provides the highest degree of fault tolerance. It is supported only in Windows 2000 Server and Advanced Server .

RAID 5
RAID-5 is identical sized areas of formatted disk space located in 3 or more dynamic disks. Data is stored evenly and sequentially among all disks and parity information is written across all disks in the volume. RAID5 is accessed with a single drive letter as if all the disks were combined in to a single drive. It can be formatted with FAT, FAT32 and NTFS.
If a single disk in the RAID5 fails data can be recovered using the parity information but if more than one disk fails you can not recover data. It is supported only in Windows 2000 Server and Advanced Server

answer Dec 7, 2015 by Amit Kumar Pandey
What is special in striping, mirroring and parity?
Similar Questions
+1 vote

Please explain in simple language, if possible then in layman's terms. I want to understand only basics not in deep.

+4 votes

For example, if I have RAID size of 10TB but my data is 12TB, then how can I make use of the RAID and if so how?

+1 vote

Can anyone point me to a good tutorial on Software Raid in Fedora? I want to use larger drive sizes than the hardware RAID will support!

0 votes

I'm setting up a computer with CentOS 6.4 and a mirrored software
RAID. I would like it to be encrypted so I was wondering what the best
configuration is. The only info I could find is
http://lists.centos.org/pipermail/centos-docs/2008-October/001912.html
but it appears to be a bit old and the info on the wiki (
http://wiki.centos.org/HowTos/EncryptTmpSwapHome ) doesn't seem to
address RAIDs.

My main question is will it be better to encrypt the RAID itself or
the two partitions used by the RAID? Any other things I should be
aware of?

+3 votes

Hai, friends anybody say about the different levels of State management in ASP.NET

...