Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is RAID technology?which is better RAID 0+1 OR RAID 5?

Answer Posted / abhinav

RAID — which stands for Redundant Array of Inexpensive
Disks. A RAID distributes data across several physical disks
which look to the operating system and the user like a
single disk. Several different arrangements are possible. We
assume here that all the disks are of the same capacity, as
is usual.

We have only 3 basic RAID levels :

RAID 0: Provides improved performance and additional storage
but no fault tolerance. Any disk failure destroys the array,
which becomes more likely with more disks in the array. A
single disk failure destroys the entire array because when
data is written to a RAID 0 drive, the data is broken into
fragments. The number of fragments is dictated by the number
of disks in the drive. The fragments are written to their
respective disks simultaneously on the same sector. This
allows smaller sections of the entire chunk of data to be
read off the drive in parallel, giving this type of
arrangement huge bandwidth. RAID 0 does not implement error
checking so any error is unrecoverable. More disks in the
array means higher bandwidth, but greater risk of data loss.

RAID 1: Mirrored set without parity. Provides fault
tolerance from disk errors and failure of all but one of the
drives. Increased read performance occurs when using a
multi-threaded operating system that supports split seeks,
very small performance reduction when writing. Array
continues to operate so long as at least one drive is
functioning. Using RAID 1 with a separate controller for
each disk is sometimes called duplexing.

RAID 5: Striped set with distributed parity. Distributed
parity requires all drives but one to be present to operate;
drive failure requires replacement, but the array is not
destroyed by a single drive failure. Upon drive failure, any
subsequent reads can be calculated from the distributed
parity such that the drive failure is masked from the end
user. The array will have data loss in the event of a second
drive failure and is vulnerable until the data that was on
the failed drive is rebuilt onto a replacement drive.

Rest of RAID levels are the combination of these basic raid
levels.

which is better RAID 0+1 OR RAID 5? ...........

good question.......

RAID 0+1: striped sets in a mirrored set (minimum four
disks; even number of disks) provides fault tolerance and
improved performance but increases complexity.

Hence, Raid 5 is definitely better because if there is a
failure of even 1 disk in RAID 0+1.... the situation is same
as it is in raid 5 but, the min. no. of disks utilized in
raid 0+1 is 4 and on the other hand in raid 5, the similar
fault tolerance is given with a min of 3 HDDs.

Seniors kindly correct me if I am wrong.

Is This Answer Correct ?    44 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an Oracle index?

1696


What to do if the binary spfile is wrong for the default instance?

1106


How to Truncate Table in Oracle

1208


How to create a table index?

1217


Explain a synonym?

1084


How do I manually create a database in oracle?

1066


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

2365


What is the fastest query method to fetch data from the table?

1411


Explain the use of Merge statement in oracle 11g

1073


What are transaction isolation levels supported by oracle?

1112


How to turn on or off recycle bin for the session?

1170


What are the differences between interval year to month and interval day to second?

1059


How do you find current date and time in oracle?

1096


Explain the use of record option in exp command.

1061


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

2172