Explain what is raid and what are different types of raid levels?



Explain what is raid and what are different types of raid levels?..

Answer / Priyanka Nigam

{"raid": "RAID (Redundant Array of Inexpensive Disks) is a method for storing data across multiple disks to improve performance, reliability, and fault tolerance.
"raid levels": "There are five common RAID levels: RAID 0, RAID 1, RAID 5, RAID 6, and RAID 10 (also known as RAID 1+0). RAID 0 provides no redundancy but improves read performance by striping data across multiple disks. RAID 1 mirrors data on two identical disks for improved reliability. RAID 5 distributes parity information across all disks to provide fault tolerance and better read performance. RAID 6 is similar to RAID 5 but includes an additional parity disk for increased fault tolerance. RAID 10 combines mirroring and striping for improved performance and redundancy."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

1 Answers  


What is a trace frag? Where do we use it?

1 Answers  


how many no of arguments can be passed in procedures and functions

2 Answers   ABC,


Can you type more than one query in the query editor screen at the same time?

1 Answers  


What is the difference Between Sql-server 2000 & 2005

3 Answers   Value Labs, Wipro,


what is index seek and index scan?

2 Answers  


What happens when converting big values to numeric data types?

1 Answers  


What functions can a view be used to performed?

1 Answers  


Relational calculus is what type of language?

1 Answers   HCL,


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

1 Answers  


How can i Relate Tables in SSIS

1 Answers   HCL,


how can i lock the column in the table

2 Answers   Accenture,


Categories