Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RAID report
#1

[attachment=14680]
Raid
What is RAID
Redundant Array of Independent (Inexpensive) Disks
A set of disk stations treated as one logical station
Data are distributed over the stations
Redundant capacity is used for parity allowing for data repair
Levels of RAID
6 levels of RAID (0-5) have been accepted by industry
Other kinds have been proposed in literature
Level 2 and 4 are not commercially available, they are included for clarity
RAID 0
All data (user and system) are distributed over the disks so that there is a reasonable chance for parallelism
Disk is logically a set of strips (blocks, sectors, ). Strips are numbered and assigned consecutively to the disks (see picture.)
Raid 0 (No redundancy)
Data mapping Level 0
RAID 0:
Performance depends highly on the the request patterns
High data transfer rates are reached if
Integral data path is fast (internal controllers, I/O bus of host system, I/O adapters and host memory busses)
Application generates efficient usage of the disk array by requests that span many consecutive strips
If response time is important (transactions) more I/O requests can be handled in parallel
Raid 1 (mirrored)
RAID 1
RAID 1 does not use parity, it simply mirrors the data to obtain reliability
Plus:
Reading request can be served by any of the two disks containing the requested data (minimum search time)
Writing request can be performed in parallel to the two disks: no writing penalty
Recovery from error is easy, just copy the data from the correct disk
RAID 1
Minus:
Price for disks is doubled
Will only be used for system critical data that must be available at all times
RAID 1 can reach high transfer rates and fast response times ( 2*RAID 0) if most of the requests are reading requests. In case most requests are writing requests, RAID 1 is not much faster than RAID 0.
Raid 2 (redundancy through Hamming code)
RAID 2
Small strips, one byte or one word
Synchronized disks, each I/O operation is performed in a parallel way
Error correction code (Hamming code) allows for correction of a single bit error
Controller can correct without additional delay
Is still expensive, only used in case many frequent errors can be expected
Hamming code
RAID 3 (bit-interleaved parity)
RAID 3
Level 2 needs log2(number of disks) parity disks
Level 3 needs only one, for one parity bit
In case one disk crashes, the data can still be reconstructed even on line ( reduced mode ) and be written (X1-4 data, P parity):
P = X1+X2+X3+X4
X1=P+X2+X3+X4
RAID 2-3 have high data transfer times, but perform only one I/O at the time so that response times in transaction oriented environments are not so good
RAID 4 (block-level parity)
RAID 4
Larger strips and one parity disk
Blocks are kept on one disk, allowing for parallel access by multiple I/O requests
Writing penalty: when a block is written, the parity disk must be adjusted (e.g. writing on X1):
P =X4+X3+X2+X1
P =X4+X3+X2+X1
=X4+X3+X2+X1 +X1+X1
=P+X1+X1
Parity disk may be a bottleneck
Good response times, less good transfer rates
RAID 5 (block-level distributed parity)
RAID 5
Distribution of the parity strip to avoid the bottle neck.
Can use round robin:
Parity disk = (-block number/4) mod 5
Reply

#2


[attachment=8212]

Submitted by:
Sandeep Kumar
Anirudh Kumar
Rakesh Ranjan
Shiv kuar singh

Submitted to:
Mr. Ajay Kaul


What is RAID???

RAID stands for Redundant array of inexpensive disks or Redundant array of independent disks .

Definition

RAID is a way of storing the same data in different places on multiple hard disks.
By placing data on multiple disks, I/O operations can be performed easily.
A RAID appears to the operating system to be a single logical hard disk.

Why RAID?

To mitigate the problem of MTBF.
To increase fault tolerance.
To increase performance of I/O.
To storage reliability through redundancy.
To increase capacity.
To provide higher availability in case of disk failure.

RAID components

Host

Array of disks.

RAID controller.

Array of disks:-
It contains two or more disks .

This looks like one very fast, very reliable, very large disk to the host computer.

Disks are enclosed in smaller enclosures.

RAID controller:-

RAID controller is an electronic device.
It provides the interface between the host computer and array of disks.
RAID controller makes the array of disks , which works as a logical disk for the operating system.

It overcomes the disk performance limitation by stripping the data across the array of disks.
It uses the parallel data paths for the I/O operations.
Data transfer rate is as high as 35 MBPS while only 10 MBPS in case of single disk.

It handles following tasks:
Management and control of disk aggregation.

Translation of I/O request between logical disks and physical disks.

Data regeneration if disk failure occurs.

RAID concepts

RAID uses three main concepts as following:

Mirroring:
where multiple disks contain identical data.
Ex- used in RAID level-1.


Reply

#3
RAID report

for more info about raid technology

http://seminarsprojects.net/Thread-raid-...y?pid=4196



RAID, an acronym for redundant array of inexpensive disks or redundant array of independent disks, is a technology that allows high levels of storage reliability from low-cost and less reliable PC-class disk-drive components, via the technique of arranging the devices into arrays for redundancy. This concept was first defined by David A. Patterson, Garth A. Gibson, and Randy Katz at the University of California, Berkeley in 1987 as redundant array of inexpensive disks.[1] Marketers representing industry RAID manufacturers later reinvented the term to describe a redundant array of independent disks as a means of dissociating a low-cost expectation from RAID technology.
Reply

#4
to get information about the topic RAID full report ppt and related topic refer the page link bellow
http://seminarsprojects.net/Thread-raid-report

http://seminarsprojects.net/Thread-raid-technology

http://seminarsprojects.net/Thread-raid-report?page=3

http://seminarsprojects.net/Thread-raid-...8#pid25328
Reply

#5
hi
i'm chandan from APSCE i'm presenting a seminar on RAID technology.
anyone plz help me out with the report and slides..
my email id is [email protected] and [email protected]
Reply

#6
send me a detailed ppt and full report of raid technology

send me a complete ppt and detailed report of raid technology.my email is [email protected]
Reply

#7
go through the below thread for ppt and some other details on RAID.

http://seminarsprojects.net/Thread-raid-technology
http://seminarsprojects.net/Thread-raid--1860
Reply

#8
send me a complete ppt and detailed report about raid technology.my email id is [email protected]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.