SlideShare a Scribd company logo
RAID LEVELS
UZAIR KHAN
MUHAMMAD SHAHAB
Contents:
 Introduction
 Abstract
 Major concepts
 Raid Levels
 Conclusion
 Reference
Introduction:
 RAID stands for Redundant Array of Independent Disks
or Redundant Array of Inexpensive Disks.
 RAID is an example of storage virtualization and was first
defined by David Patterson in 1987.
 RAID is a storage technology that combines multiple disk
drive components into a logical unit
Abstract:
 Storage scheme using multiple hard drives to share or
replicate data among the drives.
 It provide data integrity, fault-tolerance, throughput or
capacity compared to single drives.
 Instead of seeing several different hard drives, the OS sees
only one.
 Typically used on server computers, advanced personal
computers.
Major concepts that you should know!
 What is RAID?
 Why RAID?
 How does RAID work?
 Are there any alternatives to RAID?
What is RAID?
 Redundant Array of Inexpensive Disks.
Basic idea is to connect multiple disks together to provide
 Large storage capacity
 Faster access to reading data
 Redundant data
Why RAID?
 RAID system provides data redundancy, fault tolerance,
increased capacity and increased performance.
 RAID has for a long time been something that you only find
in large server systems, but lately cheaper RAID controller
card have made it possible to get a RAID system even for
small servers and home computers.
How does RAID works?
 Take some inexpensive disks and group them together, which
will make the system see them as one single disk.
 This is done by using a RAID controller card that handle all I/O
to the disks, and which knows where the stored data can be
found.
RAID controller:
 A RAID controller is a hardware device or software
program used to manage hard disk drives (HDDs) or
solid-state drives (SSDs) in a computer or
storage array so they work as a logical unit.
Are there any alternatives to RAID?
At the Berkeley University of California they perform
researches about alternative solutions.
 Such a solution is RADD, or Redundant Array of Distributed
Disks. RADD: can support redundant copies of data across a
computer network at the same space cost as RAID: do for
local data.
 Such copies increase availability in the presence of both
temporary and permanent failures (disasters) of single site
computer systems as well as disk failures.
RAID LEVELS:
 RAID 0 – striping
 RAID 1 – mirroring
 RAID 2 – redundancy through Hamming
 RAID 3 – bit interleaved Parity
 RAID 4 – block interleaved Parity
 RAID 5 – striping with parity
LEVEL 0 (striping):
 Striping means that each file is split into blocks of a certain
size and those are distributed to the various drives.
 Offers superior I/O performance.
 Performance can be enhanced further by using multiple
controllers.
Ideal use:
Photoshop image retouching station.
Advantages:
 Offers great performance.
 There is no overhead caused by parity controls.
 Easy to implement.
Disadvantages:
 Not fault-tolerant.
 It should not be used on mission-critical systems
LEVEL 1 (mirroring):
 Mirroring means duplication of data i.e
 Data are stored twice.
 Writing them to both the data disk and a mirror disk .
 The controller uses either the data drive or the mirror drive for
data recovery.
Ideal use:
Accounting systems.
Advantages:
Data do not have to be rebuild.
Disadvantages:
Storage capacity is only half of the total disk capacity .
LEVEL 2 (redundancy through Hamming):
 Bit-level striping means that the file is broken into “bit-sized
pieces”.
 It uses a Hamming code for error correction.
Ideal use:
 No commercial use.
Advantages:
 Data transferred rate is very high.
 Single bit errors can be detected and corrected.
 Multiple bit errors can be detected.
Disadvantages:
 Multiple bits error cannot be corrected.
 Raid 3 gives better performance at lower price.
LEVEL 3 (bit interleaved Parity):
 Byte-level striping means that the file is broken into "byte-
sized pieces“.
 Written in parallel on two or more drives.
 An additional drive stores parity information.
Ideal use:
 Video streaming.
Advantages:
 It provides high throughput for large data transfers.
 Disk failures do not significantly slow down
throughput.
Disadvantages:
 Performance is slower for random, small I/O
operations.
LEVEL 4 (block interleaved Parity):
 Block-level striping means that each file is split into blocks of
a certain size .
 Allows each member to act independently when only a single
block is requested.
 Service multiple read requests simultaneously.
Ideal use:
Enterprise level company to use it is Net App.
Advantages:
 Reading operations are very fast.
 Fault tolerance is very high.
Disadvantages:
 In degraded mode, its reading operation becomes slow.
 Writing operation on disks is extremely slow.
LEVEL 5 (striping with parity):
 Most common secure RAID level.
 Except that data are transferred to disks by independent read
and write operations.
 Instead of a dedicated parity disk, parity information is spread
across all the drives.
Ideal use:
 Application servers.
Advantages:
 Read data transactions are very fast while write data
are somewhat slow.
Disadvantages:
 Disk failures have an effect on throughput.
 This is complex technology.
Conclusion:
 Overall it provides systems with a variety of benefits
depending upon the version implemented.
 Most users will likely opt to use the RAID 0 for increased
performance without the loss of storage space.
 This is primarily because redundancy is not an issue for the
average user.
References:
 Jimmy Person (pt98jpr)
Gustav Everson (pt99gev)
Blekinge Institute of Technology, Sweden
 Garth Gibson, Randy H.Katz
David A. Paterson, Martin schulze
University of California
•
ANY QUERY ?
THANKS !

More Related Content

What's hot

Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)Raid Data Recovery
 
Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management SystemAAKANKSHA JAIN
 
Raid : Redundant Array of Inexpensive Disks
Raid : Redundant Array of Inexpensive DisksRaid : Redundant Array of Inexpensive Disks
Raid : Redundant Array of Inexpensive DisksCloudbells.com
 
directory structure and file system mounting
directory structure and file system mountingdirectory structure and file system mounting
directory structure and file system mountingrajshreemuthiah
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSvampugani
 
15. Transactions in DBMS
15. Transactions in DBMS15. Transactions in DBMS
15. Transactions in DBMSkoolkampus
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database SystemSulemang
 
Chapter 11 - File System Implementation
Chapter 11 - File System ImplementationChapter 11 - File System Implementation
Chapter 11 - File System ImplementationWayne Jones Jnr
 
Free space managment46
Free space managment46Free space managment46
Free space managment46myrajendra
 

What's hot (20)

Raid level
Raid levelRaid level
Raid level
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
 
Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management System
 
Raid : Redundant Array of Inexpensive Disks
Raid : Redundant Array of Inexpensive DisksRaid : Redundant Array of Inexpensive Disks
Raid : Redundant Array of Inexpensive Disks
 
RAID Review
RAID ReviewRAID Review
RAID Review
 
directory structure and file system mounting
directory structure and file system mountingdirectory structure and file system mounting
directory structure and file system mounting
 
Disk scheduling
Disk schedulingDisk scheduling
Disk scheduling
 
File system
File systemFile system
File system
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 
Memory management
Memory managementMemory management
Memory management
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
15. Transactions in DBMS
15. Transactions in DBMS15. Transactions in DBMS
15. Transactions in DBMS
 
raid technology
raid technologyraid technology
raid technology
 
Disk structure
Disk structureDisk structure
Disk structure
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database System
 
Chapter 11 - File System Implementation
Chapter 11 - File System ImplementationChapter 11 - File System Implementation
Chapter 11 - File System Implementation
 
File system structure
File system structureFile system structure
File system structure
 
Shared memory
Shared memoryShared memory
Shared memory
 
Free space managment46
Free space managment46Free space managment46
Free space managment46
 

Viewers also liked

Raid(redundant array of independent disks).
Raid(redundant array of independent disks).Raid(redundant array of independent disks).
Raid(redundant array of independent disks).ali torabi
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raidZubair Sami
 
Overview of Redundant Disk Arrays
Overview of Redundant Disk ArraysOverview of Redundant Disk Arrays
Overview of Redundant Disk ArraysAndrew Robinson
 
RAID and Storage Arrays
RAID and Storage ArraysRAID and Storage Arrays
RAID and Storage ArraysChris Pierce
 
Why is Raid a Problem for Data At Scale?
Why is Raid a Problem for Data At Scale?Why is Raid a Problem for Data At Scale?
Why is Raid a Problem for Data At Scale?Western Digital
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer ArchitectureBretz Harllynne Moltio
 

Viewers also liked (11)

Raid(redundant array of independent disks).
Raid(redundant array of independent disks).Raid(redundant array of independent disks).
Raid(redundant array of independent disks).
 
RAID CONCEPT
RAID CONCEPTRAID CONCEPT
RAID CONCEPT
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raid
 
Raid
RaidRaid
Raid
 
Raid training
Raid trainingRaid training
Raid training
 
Overview of Redundant Disk Arrays
Overview of Redundant Disk ArraysOverview of Redundant Disk Arrays
Overview of Redundant Disk Arrays
 
RAID and Storage Arrays
RAID and Storage ArraysRAID and Storage Arrays
RAID and Storage Arrays
 
HUG Nov 2010: HDFS Raid - Facebook
HUG Nov 2010: HDFS Raid - FacebookHUG Nov 2010: HDFS Raid - Facebook
HUG Nov 2010: HDFS Raid - Facebook
 
Why is Raid a Problem for Data At Scale?
Why is Raid a Problem for Data At Scale?Why is Raid a Problem for Data At Scale?
Why is Raid a Problem for Data At Scale?
 
Server training
Server trainingServer training
Server training
 
External memory - Computer Architecture
External memory - Computer ArchitectureExternal memory - Computer Architecture
External memory - Computer Architecture
 

Similar to RAID LEVELS

Similar to RAID LEVELS (20)

112667416 raid-seminar
112667416 raid-seminar112667416 raid-seminar
112667416 raid-seminar
 
Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & cons
 
Database 3
Database 3Database 3
Database 3
 
Raid technology
Raid technologyRaid technology
Raid technology
 
Linux admin
Linux adminLinux admin
Linux admin
 
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docxExercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
 
Dr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docxDr module 3 assignment Management homework help.docx
Dr module 3 assignment Management homework help.docx
 
1.2 raid
1.2  raid1.2  raid
1.2 raid
 
RAID
RAIDRAID
RAID
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
 
Mohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docxMohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docx
 
Raid
RaidRaid
Raid
 
Raid Levels Technology
Raid Levels TechnologyRaid Levels Technology
Raid Levels Technology
 
RAID and LVM
RAID and LVMRAID and LVM
RAID and LVM
 
Raid 1 3
Raid 1 3Raid 1 3
Raid 1 3
 
RAID CAAL
RAID CAALRAID CAAL
RAID CAAL
 
RAID-Presentation
RAID-PresentationRAID-Presentation
RAID-Presentation
 
RAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptxRAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptx
 

Recently uploaded

How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17Celine George
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxbennyroshan06
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345beazzy04
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfbu07226
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxJenilouCasareno
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...sanghavirahi2
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTechSoup
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptxmansk2
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringDenish Jangid
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Abhinav Gaur Kaptaan
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointELaRue0
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPCeline George
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17Celine George
 
Keeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesKeeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesTechSoup
 

Recently uploaded (20)

How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPoint
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
Keeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesKeeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security Services
 

RAID LEVELS

  • 2. Contents:  Introduction  Abstract  Major concepts  Raid Levels  Conclusion  Reference
  • 3. Introduction:  RAID stands for Redundant Array of Independent Disks or Redundant Array of Inexpensive Disks.  RAID is an example of storage virtualization and was first defined by David Patterson in 1987.  RAID is a storage technology that combines multiple disk drive components into a logical unit
  • 4. Abstract:  Storage scheme using multiple hard drives to share or replicate data among the drives.  It provide data integrity, fault-tolerance, throughput or capacity compared to single drives.  Instead of seeing several different hard drives, the OS sees only one.  Typically used on server computers, advanced personal computers.
  • 5. Major concepts that you should know!  What is RAID?  Why RAID?  How does RAID work?  Are there any alternatives to RAID?
  • 6. What is RAID?  Redundant Array of Inexpensive Disks. Basic idea is to connect multiple disks together to provide  Large storage capacity  Faster access to reading data  Redundant data
  • 7. Why RAID?  RAID system provides data redundancy, fault tolerance, increased capacity and increased performance.  RAID has for a long time been something that you only find in large server systems, but lately cheaper RAID controller card have made it possible to get a RAID system even for small servers and home computers.
  • 8. How does RAID works?  Take some inexpensive disks and group them together, which will make the system see them as one single disk.  This is done by using a RAID controller card that handle all I/O to the disks, and which knows where the stored data can be found.
  • 9. RAID controller:  A RAID controller is a hardware device or software program used to manage hard disk drives (HDDs) or solid-state drives (SSDs) in a computer or storage array so they work as a logical unit.
  • 10. Are there any alternatives to RAID? At the Berkeley University of California they perform researches about alternative solutions.  Such a solution is RADD, or Redundant Array of Distributed Disks. RADD: can support redundant copies of data across a computer network at the same space cost as RAID: do for local data.  Such copies increase availability in the presence of both temporary and permanent failures (disasters) of single site computer systems as well as disk failures.
  • 11. RAID LEVELS:  RAID 0 – striping  RAID 1 – mirroring  RAID 2 – redundancy through Hamming  RAID 3 – bit interleaved Parity  RAID 4 – block interleaved Parity  RAID 5 – striping with parity
  • 12. LEVEL 0 (striping):  Striping means that each file is split into blocks of a certain size and those are distributed to the various drives.  Offers superior I/O performance.  Performance can be enhanced further by using multiple controllers.
  • 13. Ideal use: Photoshop image retouching station. Advantages:  Offers great performance.  There is no overhead caused by parity controls.  Easy to implement. Disadvantages:  Not fault-tolerant.  It should not be used on mission-critical systems
  • 14. LEVEL 1 (mirroring):  Mirroring means duplication of data i.e  Data are stored twice.  Writing them to both the data disk and a mirror disk .  The controller uses either the data drive or the mirror drive for data recovery.
  • 15. Ideal use: Accounting systems. Advantages: Data do not have to be rebuild. Disadvantages: Storage capacity is only half of the total disk capacity .
  • 16. LEVEL 2 (redundancy through Hamming):  Bit-level striping means that the file is broken into “bit-sized pieces”.  It uses a Hamming code for error correction.
  • 17. Ideal use:  No commercial use. Advantages:  Data transferred rate is very high.  Single bit errors can be detected and corrected.  Multiple bit errors can be detected. Disadvantages:  Multiple bits error cannot be corrected.  Raid 3 gives better performance at lower price.
  • 18. LEVEL 3 (bit interleaved Parity):  Byte-level striping means that the file is broken into "byte- sized pieces“.  Written in parallel on two or more drives.  An additional drive stores parity information.
  • 19. Ideal use:  Video streaming. Advantages:  It provides high throughput for large data transfers.  Disk failures do not significantly slow down throughput. Disadvantages:  Performance is slower for random, small I/O operations.
  • 20. LEVEL 4 (block interleaved Parity):  Block-level striping means that each file is split into blocks of a certain size .  Allows each member to act independently when only a single block is requested.  Service multiple read requests simultaneously.
  • 21. Ideal use: Enterprise level company to use it is Net App. Advantages:  Reading operations are very fast.  Fault tolerance is very high. Disadvantages:  In degraded mode, its reading operation becomes slow.  Writing operation on disks is extremely slow.
  • 22. LEVEL 5 (striping with parity):  Most common secure RAID level.  Except that data are transferred to disks by independent read and write operations.  Instead of a dedicated parity disk, parity information is spread across all the drives.
  • 23. Ideal use:  Application servers. Advantages:  Read data transactions are very fast while write data are somewhat slow. Disadvantages:  Disk failures have an effect on throughput.  This is complex technology.
  • 24. Conclusion:  Overall it provides systems with a variety of benefits depending upon the version implemented.  Most users will likely opt to use the RAID 0 for increased performance without the loss of storage space.  This is primarily because redundancy is not an issue for the average user.
  • 25. References:  Jimmy Person (pt98jpr) Gustav Everson (pt99gev) Blekinge Institute of Technology, Sweden  Garth Gibson, Randy H.Katz David A. Paterson, Martin schulze University of California •