Describe the different raid levels, Database Management System

Assignment Help:

Describe the different RAID levels.  Discuss the choices of the different RAID levels for different applications.        

 Ans:   There are several combinations of these approaches giving different types of trade offs of protection against data loss, capacity, and speed. RAID levels 0, 1, and 5 are the most generally found, and cover most needs.

1. RAID 0 (striped disks) distributes data across various disks in a way that gives enhanced speed and full capacity, although all data on all disks will be lost if any one disk fails. 

2. RAID 1 (mirrored disks) could be explained as a backup solution, by using two (possibly more) disks that each store the same data so that data is not lost so long as one disk survives. Total capacity of the array is just only the capacity of a single disk. The failure of the one drive, in the event of a software or hardware malfunction, does not raise the chance of a failure nor decrease the reliability of the remaining drives (second, third, etc).

3. RAID 2 It employs memory style redundancy by using Hamming codes, which consist of parity bits for distinct overlapping subsets of components.

4. RAID 3 It employs a single parity disk relying on the disk controller to figure out that disk has failed.

5. RAID 4 It employes block-level data striping.

6. RAID 5 (striped disks with parity) combines three or more disks in a way which protects data against loss of any one disk; the storage capacity of the array is decreased by one disk. 

7. RAID 6 (less common) can recover from the loss of two disks by P + Q redundancy scheme by using Reed- Adoman codes.


Related Discussions:- Describe the different raid levels

Explain about foreign key, What is Foreign Key Foreign Key: Sometimes...

What is Foreign Key Foreign Key: Sometimes we may have to work with an attribute that does not have a primary key of its own. To recognize its rows, we have to use the primar

Create a classification model, Use again the GE Flight Quest Data and build...

Use again the GE Flight Quest Data and build on the work done for homework 1 and 2. The goal is to create a classification model which classifies flights into "on-time" (you can de

Create a e-r diagram or uml class diagram, We require an advanced system fo...

We require an advanced system for a Sports Centre, you are concerned only with representing the data discussed below about bookings and members. (The complete system may contain ot

HIT, Meaningful use refers to the use of certified EHR technology to "enhan...

Meaningful use refers to the use of certified EHR technology to "enhance quality, efficiency, and reduce health disparities

Explain object oriented model, Explain Object oriented Model ? Object ...

Explain Object oriented Model ? Object Oriented Model - This model is based on the object-oriented programming language paradigm. It involves the features of OOP such as inhe

Give the forms of triggers, Give the forms of triggers? The triggering ...

Give the forms of triggers? The triggering event can be insert or delete. For updated the trigger can state columns. The referencing old row as clause The referencing

Keys, it can be possible to create any table without primary key

it can be possible to create any table without primary key

Demonstrate the uml model, Demonstrate the UML model Using UML, it is p...

Demonstrate the UML model Using UML, it is possible to generate code in any of the programming language from UML model (called forward engineering) and rebuild a model from an

Column constraints-on delete cascade, CREATE TABLE prodtrans ( pno ...

CREATE TABLE prodtrans ( pno number (4) ptype char (1) CHECK (ptype in ('I','R','S')), qty number (5) FOREIGN KEY pno REFERENCES product (pno) ON DELETE CASCADE);

Write a program within embedded sql to associative relation, Write a progra...

Write a program within embedded SQL to associative the total trip expenses of the salesman named ‘John' for the relations. EXEC SQL BEGIN DECLARE SECTION; long total_expenses;

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd