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
what is blocking? : Sql server database administration
How to execute multiple stored procedures at one time in sql server?
Explain the concept of view and Types of views in SQL server?
What are cascading parameters in ssrs reports?
What is user defined datatypes and when you should go for them?
Define Unique Key?
What do you understand by triggers?
What are the differences between having and where clause.
How to generate random numbers with the rand() function in ms sql server?
How do I schedule a sql server profiler trace?
Does the unique constraint create an index?
What are the limitations/drawbacks or ssrs 2008 r2?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What are the dmvs? : sql server database administration
Where the sql logs gets stored?