Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RAID Volumes [Information Guide 1]
#1
Introduction (Click to View)

Reliable Information - Notice (Click to View)

RAID Volumes & Storage Devices

An Introduction to RAID.

With RAID (Redundant Array of Independent Disks), many disks can act as a backups for each other to increase reliability, performance and fault tolerance.

NOTE: RAID can also stand for "Redundant Array of Inexpensive Disks" And the "D" can stand for "Devices".

RAID Levels

The RAID advisory board defines RAID levels. The most common levels are numbered from 0 to 6 where each level corresponds to a specific type of fault tolerance. Only levels 0, 1, and 5 are of much relevance to the desktop, so that's what we will be covering. See table below:
[Image: raidtable.png]

Raid 0 - Striping Without Parity

Disk striping is a technique where data is divided into 64k blocks and spread(divided) into a fixed order across all the disks in the RAID array. Because it provides no redundancy , if any disk in the array fails all data is lost. However RAID 0 is often used to improve performance on mission critical machines as it spreads disk input/output over multiple drives.

[Image: raid0.png]

RAID 0 requires a minimum of 2 disks and can handle a maximum of 32. It provides the best performance over other RAID levels when spread across multiple disk controllers.

Raid 1 - Mirroring/Duplexing
Mirroring requires an even number of disks as well as a single disk controller. RAID 1 works at the partition level so all partitions (including boot/system partitions) can be copied or mirrored.

Each action is mirrored by the second disk in the set, it's basically a back up of the entire drive. RAID 1 is the simplest way of protecting against data lost on disks. If one disks fails, the copy takes over and then you just need to insert a new secondary disk for RAID 1 to start mirroring again.

[Image: raid-1-recovery.jpg]

NOTE: Duplexing is simply a RAID 1 volume with an extra disk controller on the second drive, this helps improve performance and reduce channel traffic. Duplexing is designed to protect against controller failures as well. RAID 1 requires only 2 disks.

Raid 5 - Striping with parity
RAID 5 is the most common for fault tolerant machines. It's different from other levels in that it writes parity information across all disks in the array.

The parity is structured so that enough information is spread across the array that if one disk fails there is enough information to the other disks to detect and correct the errors by completely reconstructing the lost data.

RAID 5 offers the best performance when it comes to read operations, however when a disk fails the read performance as it is degraded by the need to calculate and re-write data loss. Normal operations do require almost three times more memory due to parity calculation.

RAID 5 requires a minimum of three disks.

[Image: raid5.png]


This concludes my information guide of RAID volumes, please post if you have any questions or would like to know more, it's interesting stuff and not that complicated once you understand the principles.

Thank you this is Information Guide 1.
Reply
#2
Seriosly, never seen tutorial like this. And I have never known what exactly is RAID.
5 stars from me.
Reply
#3
Thanks, I'm glad I've open your eyes to RAID Big Grin
Reply
#4
Very nice informative guide Sam. I'm personally on the CompTIA course(s) myself. Quite a good re-iteration of what I've been learning about the RAID family.
Reply
#5
What about the draw backs of raid-0. No redundancy? Total data loss?
The difference between stupidity and genius is that genius has its limits.
3DMARK11
Reply
#6
Complex topic explained perfectly with such ease . 5 stars broski . You've won my heart .
(05-04-2011, 03:00 PM)Spooony Wrote: What about the draw backs of raid-0. No redundancy? Total data loss?

Its explained briefly . He might do it in the next edition .
I hate sex in the movies. Tried it once, the seat folded up, the drink spilled and that ice,
well it really chilled her mood.

[Image: 506243.png]
Reply
#7
Quote:Because it provides no redundancy , if any disk in the array fails all data is lost.

I did mention that Spoony Omg

Thank you Telhast Big Grin
EDIT:
@ Telhast

I notice you're Microsoft certified, I'm currently studying for my Microsoft Windows 7 certified IT technician Big Grin
Reply
#8
This has good information and I like the illustrations. I think many people do not know this. This deserves a bump! Thanks
Reply
#9
Ah I think this is a bit too much for me... I still don't understand.
Reply
#10
Very nice informative guide Sam
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Quick Computer Information site AceInfinity 14 3,157 02-07-2011, 07:16 PM
Last Post: AceInfinity
  Do they have something like GPU-z to give information about your processor? nevets04 7 2,267 01-09-2011, 05:11 AM
Last Post: Dexdrex007
  Need RAID controller drivers? myposbussie 1 853 04-06-2010, 07:49 AM
Last Post: Shadaw

Forum Jump:


Users browsing this thread: 1 Guest(s)