SlideShare a Scribd company logo
1 of 25
COMPUTER
ARCHITECTURERAID AND ITS LEVELS
WHAT IS RAID
RAID Stands For: Redundant Array of Independent Disks
A Storage technology that combines multiple disks into
a single logical unit.
Motivation For RAID
Just as additional memory in form of cache , can improve system
performance , in the same way additional disks can also improve system
performance
In RAID , we use an array of disks . These disks operate independently
A Single I/O operation can be handled in parallel If data required is
distributed across multiple disks.
Benefits of RAID
 Data loss can be very dangerous for an organization. RAID tech
prevents data loss due to disk failure.
 RAID tech can be implemented in hardware or software.
 Servers make use of RAID technology
RAID Technology
There are seven levels o raid schemes. These
are called RAID 0,RAID 1,…. RAID 6
The common characteristics in this common
levels is:
 A set of physical disk drives.
 The Operating system views these separate disk as a
single local disk.
 Data is distributed across the physical drives o the
array.
 Redundant disk capacity is used to store parity
information.
 Parity information can help in recovering data in case of
disk failure
RAID level 0
 There is no parity checking of data.
 So if data in one drive gets corrupted then all the data
 Would be lost. Thus RAID 0 does not support data
recovery .
 Spanning is another term which is used in RAID level 0
because the logical disk will span all the physical
drives.
 RAID 0 implementation requires minimum 2 disks
Advantages
 RAID 0 offers great performance, both in read and
write operations.
 There is no overhead caused by parity controls.
 All storage capacity is used, there is no overhead.
 The technology is easy to implement
Disadvantages
 RAID 0 is not fault-tolerant.
 If one drive fails, all data in
the RAID 0 array are lost.
 It should not be used for
mission-critical systems
RAID level 1
 DATA stripping is used as in RAID 0, but each
logical strip is mapped to two separate
physical drives.
 Thus every disk in the array has a mirror disk
that contains a same data
 Data can be read from either disk but is
written on both disk
Advantages
 RAID 1 offers excellent read speed and a
write-speed that is comparable to that of a
single drive.
 In case a drive fails, data do not have to be
rebuild, they just have to be copied to the
replacement drive.
 RAID 1 is a very simple technology.
Disadvantages
 The main disadvantage is that the effective
storage capacity is only half of the total drive
capacity because all data get written twice.
 Software RAID 1 solutions do not always
allow a hot swap of a failed drive.
 Such systems typically use hardware
controllers that do support hot swapping
RAID level 2
 RAID 2 system provides protection in case
hard drives in the subsystem incur problems
or otherwise fail..
Advantages
 This level builds fault tolerance based on
Hamming Error Correction Code (ECC),
which is used to maintain the integrity of
data.
 Consequently, the higher rate of data
transfer required, the better the ratio of
data disks to ECC disks.
 Relatively, the controller design is simpler
than that of RAID levels 3,4 & 5.
Disadvantages
 Commercially is unviable as it is inefficient,
transaction data rate is at the rate of a single
disk at best (with spindle synchronization).
 Entry level cost very high - requires very high
transfer data rate requirement to justify very
high ratio of ECC disks to data disks.
RAID level 3
 RAID 3 is a Redundant Array of Independent
Disks (RAID) standard that uses striping at
the byte level and stores dedicated parity bits
on a separate disk drive. RAID 3 requires a
special controller that allows for the
synchronized spinning of all disks.
Advantages
 High throughput for transferring large
amounts of data.
 Resistant to disk failure and breakdown,
which leads to RAID 3's main
disadvantages (below).
Disadvantages
 The configuration may be too much if a
small file transfer is the only requirement.
 Disk failures may significantly decrease
throughput.
RAID level 4
 RAID 4 is a Redundant Array of Independent
Disks (RAID) standard configuration that uses
block-level data striping and a dedicated disk
for storing parity bits.
 It does not require synchronized spinning,
and each disk functions independently when
single data blocks are requested.
Advantages
 Data block striping, which facilitates
simultaneous I/O requests.
 Low storage overhead, which lowers as
more disks are added.
 Does not require synchronized spindles or
controller.
Disadvantages
 Parity drives may lead to bottlenecks
 Slow random writes, which result when a
parity must be separately written for each
write.
RAID level 5
 RAID 5 is a standard RAID level configuration
that uses block-level data striping and
distributes parity to all the disks.
 There is still some overhead during parity
calculations, but since parity is written to all
disks, no single drive can be considered the
bottleneck, and I/O operations are spread
evenly across all drives.
Advantages
 Can tolerate the loss of a single drive.
 Good random read performance.
 Good sequential read and write
performance.
Disadvantages
 Parity calculation may slow down system
 Due to parity overhead, random write
performance takes a hit.
RAID level 6
 RAID 6 is a type of RAID level that utilizes
block-level striping and distributes two parity
blocks on each disk within the array.
 It is considered an enhancement to RAID
level 5, but adds an additional parity block on
each disk in the array.
 RAID 6 is also known as double-parity RAID.
Present of Raid and Its Type

More Related Content

What's hot (20)

Raid
RaidRaid
Raid
 
Presentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsPresentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) Basics
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raid
 
RAID CONCEPT
RAID CONCEPTRAID CONCEPT
RAID CONCEPT
 
Raid
RaidRaid
Raid
 
raid technology
raid technologyraid technology
raid technology
 
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer ArchitectureRaid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
 
Raid technology
Raid technologyRaid technology
Raid technology
 
RAID Review
RAID ReviewRAID Review
RAID Review
 
Raid
RaidRaid
Raid
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
RAID
RAIDRAID
RAID
 
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)
 
Chapter06 Managing Disks And Data Storage
Chapter06      Managing  Disks And  Data  StorageChapter06      Managing  Disks And  Data  Storage
Chapter06 Managing Disks And Data Storage
 
Storage Basics
Storage BasicsStorage Basics
Storage Basics
 
Storage Area Network interview Questions
Storage Area Network interview QuestionsStorage Area Network interview Questions
Storage Area Network interview Questions
 
Raid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive DisksRaid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive Disks
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 
Raid
Raid Raid
Raid
 
Storage basics
Storage basicsStorage basics
Storage basics
 

Similar to Present of Raid and Its Type

112667416 raid-seminar
112667416 raid-seminar112667416 raid-seminar
112667416 raid-seminarabhivicram
 
Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & consIT Tech
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewIT Tech
 
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 .docxnealwaters20034
 
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.docxwrite31
 

Similar to Present of Raid and Its Type (20)

1.2 raid
1.2  raid1.2  raid
1.2 raid
 
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
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
RAID-Presentation
RAID-PresentationRAID-Presentation
RAID-Presentation
 
Database 3
Database 3Database 3
Database 3
 
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
 
Raid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overviewRaid the redundant array of independent disks technology overview
Raid the redundant array of independent disks technology overview
 
RAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptxRAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptx
 
RAID CAAL
RAID CAALRAID CAAL
RAID CAAL
 
DBMS - RAID
DBMS - RAIDDBMS - RAID
DBMS - RAID
 
Raid in SNA
Raid in SNA Raid in SNA
Raid in SNA
 
Raid levels
Raid levelsRaid levels
Raid levels
 
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
 
Raid
RaidRaid
Raid
 
Raid 1 3
Raid 1 3Raid 1 3
Raid 1 3
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
 
Mohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docxMohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docx
 
DBMS RAID.pptx
DBMS RAID.pptxDBMS RAID.pptx
DBMS RAID.pptx
 

More from Usama ahmad

Assembly language
Assembly language Assembly language
Assembly language Usama ahmad
 
Non-Current Assets & Depreciation
Non-Current Assets & DepreciationNon-Current Assets & Depreciation
Non-Current Assets & DepreciationUsama ahmad
 
MANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESSMANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESSUsama ahmad
 
INTERNET AND E-COMMERCE
INTERNET AND E-COMMERCEINTERNET AND E-COMMERCE
INTERNET AND E-COMMERCEUsama ahmad
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set TheoryUsama ahmad
 
MAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODERMAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODERUsama ahmad
 

More from Usama ahmad (7)

Assembly language
Assembly language Assembly language
Assembly language
 
Non-Current Assets & Depreciation
Non-Current Assets & DepreciationNon-Current Assets & Depreciation
Non-Current Assets & Depreciation
 
MANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESSMANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESS
 
INTERNET AND E-COMMERCE
INTERNET AND E-COMMERCEINTERNET AND E-COMMERCE
INTERNET AND E-COMMERCE
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
MAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODERMAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODER
 
Main Memory
Main MemoryMain Memory
Main Memory
 

Recently uploaded

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 

Present of Raid and Its Type

  • 2. WHAT IS RAID RAID Stands For: Redundant Array of Independent Disks A Storage technology that combines multiple disks into a single logical unit.
  • 3. Motivation For RAID Just as additional memory in form of cache , can improve system performance , in the same way additional disks can also improve system performance In RAID , we use an array of disks . These disks operate independently A Single I/O operation can be handled in parallel If data required is distributed across multiple disks.
  • 4. Benefits of RAID  Data loss can be very dangerous for an organization. RAID tech prevents data loss due to disk failure.  RAID tech can be implemented in hardware or software.  Servers make use of RAID technology
  • 5. RAID Technology There are seven levels o raid schemes. These are called RAID 0,RAID 1,…. RAID 6 The common characteristics in this common levels is:  A set of physical disk drives.  The Operating system views these separate disk as a single local disk.  Data is distributed across the physical drives o the array.  Redundant disk capacity is used to store parity information.  Parity information can help in recovering data in case of disk failure
  • 6. RAID level 0  There is no parity checking of data.  So if data in one drive gets corrupted then all the data  Would be lost. Thus RAID 0 does not support data recovery .  Spanning is another term which is used in RAID level 0 because the logical disk will span all the physical drives.  RAID 0 implementation requires minimum 2 disks
  • 7. Advantages  RAID 0 offers great performance, both in read and write operations.  There is no overhead caused by parity controls.  All storage capacity is used, there is no overhead.  The technology is easy to implement
  • 8. Disadvantages  RAID 0 is not fault-tolerant.  If one drive fails, all data in the RAID 0 array are lost.  It should not be used for mission-critical systems
  • 9. RAID level 1  DATA stripping is used as in RAID 0, but each logical strip is mapped to two separate physical drives.  Thus every disk in the array has a mirror disk that contains a same data  Data can be read from either disk but is written on both disk
  • 10. Advantages  RAID 1 offers excellent read speed and a write-speed that is comparable to that of a single drive.  In case a drive fails, data do not have to be rebuild, they just have to be copied to the replacement drive.  RAID 1 is a very simple technology.
  • 11. Disadvantages  The main disadvantage is that the effective storage capacity is only half of the total drive capacity because all data get written twice.  Software RAID 1 solutions do not always allow a hot swap of a failed drive.  Such systems typically use hardware controllers that do support hot swapping
  • 12. RAID level 2  RAID 2 system provides protection in case hard drives in the subsystem incur problems or otherwise fail..
  • 13. Advantages  This level builds fault tolerance based on Hamming Error Correction Code (ECC), which is used to maintain the integrity of data.  Consequently, the higher rate of data transfer required, the better the ratio of data disks to ECC disks.  Relatively, the controller design is simpler than that of RAID levels 3,4 & 5.
  • 14. Disadvantages  Commercially is unviable as it is inefficient, transaction data rate is at the rate of a single disk at best (with spindle synchronization).  Entry level cost very high - requires very high transfer data rate requirement to justify very high ratio of ECC disks to data disks.
  • 15. RAID level 3  RAID 3 is a Redundant Array of Independent Disks (RAID) standard that uses striping at the byte level and stores dedicated parity bits on a separate disk drive. RAID 3 requires a special controller that allows for the synchronized spinning of all disks.
  • 16. Advantages  High throughput for transferring large amounts of data.  Resistant to disk failure and breakdown, which leads to RAID 3's main disadvantages (below).
  • 17. Disadvantages  The configuration may be too much if a small file transfer is the only requirement.  Disk failures may significantly decrease throughput.
  • 18. RAID level 4  RAID 4 is a Redundant Array of Independent Disks (RAID) standard configuration that uses block-level data striping and a dedicated disk for storing parity bits.  It does not require synchronized spinning, and each disk functions independently when single data blocks are requested.
  • 19. Advantages  Data block striping, which facilitates simultaneous I/O requests.  Low storage overhead, which lowers as more disks are added.  Does not require synchronized spindles or controller.
  • 20. Disadvantages  Parity drives may lead to bottlenecks  Slow random writes, which result when a parity must be separately written for each write.
  • 21. RAID level 5  RAID 5 is a standard RAID level configuration that uses block-level data striping and distributes parity to all the disks.  There is still some overhead during parity calculations, but since parity is written to all disks, no single drive can be considered the bottleneck, and I/O operations are spread evenly across all drives.
  • 22. Advantages  Can tolerate the loss of a single drive.  Good random read performance.  Good sequential read and write performance.
  • 23. Disadvantages  Parity calculation may slow down system  Due to parity overhead, random write performance takes a hit.
  • 24. RAID level 6  RAID 6 is a type of RAID level that utilizes block-level striping and distributes two parity blocks on each disk within the array.  It is considered an enhancement to RAID level 5, but adds an additional parity block on each disk in the array.  RAID 6 is also known as double-parity RAID.