SlideShare a Scribd company logo
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

Raid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive DisksRaid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive Disks
Mudit Mishra
 
Raid
RaidRaid
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
Aiman Hafeez
 
Raid
Raid Raid
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
Uzair Khan
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
IGZ Software house
 
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) BasicsKuber Chandra
 
RAID-Presentation
RAID-PresentationRAID-Presentation
RAID-Presentation
076TalathUnNabiAnik
 
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
 
RAID
RAIDRAID
RAID
RAIDRAID
RAID CONCEPT
RAID CONCEPTRAID CONCEPT
RAID CONCEPT
Ramasubbu .P
 
Système RAID
Système RAIDSystème RAID
Système RAID
Majid CHADAD
 
Raid technology
Raid technologyRaid technology
Raid technology
CHANDAN KUMAR
 
raid technology
raid technologyraid technology
raid technology
Mangukiya Maulik
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage Technology
Lopamudra Das
 
Understanding das-nas-san
Understanding das-nas-sanUnderstanding das-nas-san
Understanding das-nas-san
Ashwin Pawar
 

What's hot (20)

Raid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive DisksRaid- Redundant Array of Inexpensive Disks
Raid- Redundant Array of Inexpensive Disks
 
Raid
RaidRaid
Raid
 
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
Raid Raid
Raid
 
RAID Review
RAID ReviewRAID Review
RAID Review
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
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
 
Raid
RaidRaid
Raid
 
RAID-Presentation
RAID-PresentationRAID-Presentation
RAID-Presentation
 
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
RAIDRAID
RAID
 
RAID
RAIDRAID
RAID
 
RAID CONCEPT
RAID CONCEPTRAID CONCEPT
RAID CONCEPT
 
Système RAID
Système RAIDSystème RAID
Système RAID
 
Raid
RaidRaid
Raid
 
Raid technology
Raid technologyRaid technology
Raid technology
 
raid technology
raid technologyraid technology
raid technology
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage Technology
 
Understanding das-nas-san
Understanding das-nas-sanUnderstanding das-nas-san
Understanding das-nas-san
 

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 & cons
IT Tech
 
Database 3
Database 3Database 3
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
Raid Data Recovery
 
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
IT Tech
 
RAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptxRAID-CONFIGURATION (2023).pptx
RAID-CONFIGURATION (2023).pptx
KathrynAnnFlorentino
 
RAID CAAL
RAID CAALRAID CAAL
RAID CAAL
GumballXD49
 
DBMS - RAID
DBMS - RAIDDBMS - RAID
DBMS - RAID
MythiliMurugan3
 
Raid in SNA
Raid in SNA Raid in SNA
Raid in SNA
aamir lucky
 
RAID (redundant array of independent disks)
RAID  (redundant array of independent disks)RAID  (redundant array of independent disks)
RAID (redundant array of independent disks)
manditalaskar123
 
Raid levels
Raid levelsRaid levels
Raid levels
sidra naz
 
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
nealwaters20034
 
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
write31
 
Raid
RaidRaid
Raid
Pari Soni
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
Vanitha shree Rajagopal
 
Mohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docxMohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docx
MohamedAyman183185
 
DBMS RAID.pptx
DBMS RAID.pptxDBMS RAID.pptx
DBMS RAID.pptx
PerumalRaja12
 

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
 
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 (redundant array of independent disks)
RAID  (redundant array of independent disks)RAID  (redundant array of independent disks)
RAID (redundant array of independent disks)
 
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 & Depreciation
Usama ahmad
 
MANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESSMANAGEMENT PROCESS HRM PROCESS
MANAGEMENT PROCESS HRM PROCESS
Usama ahmad
 
INTERNET AND E-COMMERCE
INTERNET AND E-COMMERCEINTERNET AND E-COMMERCE
INTERNET AND E-COMMERCE
Usama ahmad
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
Usama ahmad
 
MAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODERMAGNITUDE COMPARATOR & DECODER
MAGNITUDE COMPARATOR & DECODER
Usama ahmad
 
Main Memory
Main MemoryMain Memory
Main Memory
Usama 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

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
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
Celine George
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
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
EduSkills OECD
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
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
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
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
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

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.