An Introduction To Raid - Greater Reliability ,faster, Less Costly Hard Drive Units

What is a raid setup on a computer system?in speed, two examples which come to mind are
Like anything else it depends who you talk to.game servers and peer to peer (P2P) file or
Raid hard drive systems had their acronymmusic file sharing servers.
explained as "Redundant Array of Individual DrivesHowever since there is no allocation for error
"and "Redundant Array of Inexpensive Drives".correction or redundancy RAID 0 is not a safe
The acronym for this is the shortened termsystem for vital data. Data will be lost on disk
"RAID".failure. Only use RAID 0 in situations where you
Capacity, reliability and performance are allneed the extended disk capacity or performance
important for file servers or other computergain but not enhanced data reliability.
systems when you are storing large or verySecondly in sequence there is RAID Level 1.
important files.In the same way that RAID 0 focuses solely on
It is often said that "It is not if you hard drive willstorage capacity and performance with no
fail. It is at what point in time your hard drive willconcern whatsoever on reliable data storage
fail".RAID 1, which us also called "Disk Mirroring" uses
Of course if your hard drives fail even if youdisks in pairs to save the files in a redundant
have backup the last bit of data which was beingmanner.
written onto the hard drive when the failureSeveral points.
occurred will be lost.One performance may be slower as it takes time
You can get much greater capacities, avoid losingfor the host adapter to send the data and for the
data from disk failure, and do all this with thedrives to write it to disk,
RAID (the acronym for the system).Secondly a user may delete or damage files
RAID can now be done with standardwhich of course will be stored in that way on
commercially available hard drives so the cost isboth drives.
now within your price range for all the benefitsRaid 1 hence offers better reliability than RAID 0
and peace of mind RAID will give you.or the conventional drive setups but does not
RAID can be simply explained as putting the hardgive full security for your data or enhanced
drives in parallel sequence.performance.
The host adapter (usually called the RAID systemNext in sequence we have RAID Levels 2, 3 and
controller) sits between one higher stream (on the4.
computer side) and several lower rate dataRaid 2 adds one or more disks to hold error
streams (on the hard drive side). When thecorrection codes with which lost data can be
computer writes to the disks , the host adapterreconstructed.
takes high stream data and breaks it into manyRaid Level 3 is the same as RAID Level 2 but
synchronized streams , one for each of the disksuses a simpler code the maximum storage
in process called "Striping ". Upon reading the datacapacity with Raid 3 may be somewhat less.
the host adapter takes the data stream fromRaid Level 4 is nearly the same as RAID LEVEL 3
each disk multiplexes the sets of data streamsbut instead of "Striping " across disks is operates
and coordinates sending the resulting combinedat a sector level, You now have the better
set of data onto the computer.situation of both a simpler , less intensive
It is all a matter of redundancy which makesdemanding system and as well as good data
RAID such a good thing in most cases.reliability . In addition performance may be
There are six different levels of RAIDenhanced as large data blocks can be written
functionality depending on your requirements. - thefaster due to more coordinated writing to the
level of data security and integrity you want asdrives in smaller "sector" areas.
well as the size of hard drive space you want.Lastly is RAID Level 5.
First of RAID Level 0 which spreads the dataRaid level 5 is the same as the excellent RAID
across multiple disks. You can get a similar effectLevel 4 except that instead of dedicating a single
to the RAID Level 0 by having multiple disks anddisk to storing the data the data stream is striped
using the features in Windows 2000 or itsacross all the disks. You have greater
successor Windows XP.performance with greater reliability for your
Since the data volume and rate to any specificcomputer systems.
disk is a fraction of the aggregate you will receiveA RAID setup may take some effort and training
larger capacity and better performance from aon your part.
RAID 0 setup than from any one conventionalBase your planning for your new RAID system
disk.on a careful analysis of your needs.
As well data can be sourced from multiple drivesWhat is important in your situation currently? Disk
as once. This can be most useful in sharedsize capacities, data reliability and integrity,
situations which may benefit from enhancementsperformance or a combination or all.