+ All Categories
Home > Engineering > raid technology

raid technology

Date post: 21-Apr-2017
Category:
Upload: mangukiya-maulik
View: 137 times
Download: 4 times
Share this document with a friend
21
Introduction to RAID Technology Name: Maulik Mangukiya Class : TYBCA Div : 2 Roll No : 78
Transcript
Page 1: raid technology

Introduction to

RAID Technology

Name: Maulik MangukiyaClass : TYBCADiv : 2Roll No : 78

Page 2: raid technology

History behind RAID

What is RAID?

RAID : Level 0 to Level 6 What that level means & does? Working with help of diagram

Benefits of using RAID Level

Content

Page 3: raid technology

History of RAID:

In 1987, Patterson, Gibson and Katz at the University of California at Berkeley, published a paper entitled “A Case for Redundant Arrays of Inexpensive( Independent ) Disks (RAID)”

I/O becoming a performance bottleneck

Page 4: raid technology

What is RAID? It is multiple-disk database design.

It is a category of disk drives (two or more) in combination for fault tolerance and performance.

It has seven levels – zero to six

RAID disk drives are used frequently on servers but aren't generally necessary for personal computers.

RAID allows you to store the same data redundantly (in multiple places) in a balanced way to improve overall storage performance.

Page 5: raid technology

Different RAID Levels:

Different levels which provides a different balance between performance, capacity and tolerance.

Following are they:

Page 6: raid technology

LEVEL 0 : Striping

Minimum nos. of drives required : 2

Striping is the segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices

The first byte of the file is sent to the first drive, then the second to second drive and so on.

Page 7: raid technology

Diagram:

Page 8: raid technology

LEVEL 1: Mirroring and Duplexing

Minimum nos. of drives required : 2

RAID-1 provides data redundancy.

Data written to one disk drive is simultaneously written to another disk drive, called the mirroring.

Higher availability will be achieved if both disks in a mirror pair are on separate I/O busses, known as Duplexing.

Page 9: raid technology

Diagram:

Page 10: raid technology

LEVEL 2: Error-Correcting Coding

Uses Bit-level striping with Hamming codes of ECC.

Disks are synchronized and striped in very small stripes, often in single bytes/words.

Hamming codes error correction is calculated across corresponding bits on disks, and is stored on multiple parity disks.

Page 11: raid technology

LEVEL 3: Bit-Interleaved Parity

Minimum nos. of drives required : 3

A block of data is striped over an array of disks, then parity data is written to a dedicated parity disk.

Successful implementations usually require that all the disks have synchronized rotation.

RAID3 is very effective for large sequential data, such as satellite imagery and video.

Page 12: raid technology

Diagram:

Page 13: raid technology

LEVEL 4: Dedicated Parity Drive

Minimum nos. of drives required : 3

Level 4 provides block-level striping (like Level 0) with a parity disk.

If a data disk fails, the parity data is used to create a replacement disk.

Page 14: raid technology

Diagram:

Page 15: raid technology

LEVEL 5: Block Interleaved Distributed Parity

Minimum nos. of drives required : 3

It distributes parity along with the data and requires that all drives but one be present to operate. The array is not destroyed by a single drive failure.

On drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user.

Page 16: raid technology

Diagram:

Page 17: raid technology

LEVEL 6: Independent Data Disks with Double Parity

Minimum nos. of drives required : 2

RAID 6 provides fault tolerance up to two failed drives.

Raid Level 6 uses Block-level striping with dual distributed parity.

Page 18: raid technology

Diagram:

Page 19: raid technology

Benefits of RAID: Data loss can be very dangerous for an

organization

RAID technology prevents data loss due to disk failure

RAID technology can be implemented in hardware or software

Servers make use of RAID technology

Page 20: raid technology

Table: RAID Levels

Page 21: raid technology

Thank You


Recommended