What is RAID and what are different types of RAID
configurations?

Answer Posted / babu

RIAD: Redundant Array of Inexpensive Disks...
and definition is logically grouping for physically disks to achieving the better performance and fault tolerance.
In This RAID two types :1)Hardware RAID 2)Software RAID and also RAID levels...
RAID Levels:
============
1)RAID 0:we have minimum two drives.it is called as "Data striping".In this disk to better performance but main default is no redundancy..If one disk have fail the total data as loss...

2)RAID 1:we have minimum 2 drives. it is called as "Data Mirroring".In this disk very high performance and redundancy but duplicate data drive or waste is very high...

3)RAID 3:it is called as "Striping with dedicated parity".

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DELETE and TRUNCATE?

613


How to round a numeric value to a specific precision?

569


What are the restrictions that views have to follow? : SQL Server Architecture

527


How can you insert values in multiple rows using one Insert statement?

615


Explain ranking functions?

605






What are the differences between left join and inner join in sql server?

582


What is a trigger what are the advantages of trigger?

524


What are the difference between “where” and “having” clause in sql server?

581


What do you understand by recursive stored procedure?

520


Can a table have 2 foreign keys?

501


What is the maximum number of instances in 32 bit and 64 bit sql server 2012?

528


Can we use trigger new in before insert?

514


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

552


What do you understand by a stored procedure?

599


What is the difference between value type and reference type?

553