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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / laya lombi

the answer given in the abive is correct answer.

Is This Answer Correct ?    31 Yes 3 No

Post New Answer

More Oracle General Interview Questions

Does rowid change in oracle?

1 Answers  


How do I learn what codesets are available in oracle?

0 Answers  


Give syntax for SQL and ORACLE joins.

0 Answers   TCS,


Explain the use of parfile option in exp command.

0 Answers  


Why packages are used in oracle?

0 Answers  






What are the various types of snapshots ?

0 Answers  


What is the difference between sharding and partitioning?

0 Answers  


What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?

4 Answers   Microsoft, Wipro,


Why do you use stored procedures and state some of its disadvantages?

0 Answers  


Explain user account with reference to oracle.

0 Answers  


How a tablespace is related to data files?

0 Answers  


what is the syntax of DROP command?

10 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)