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

PPTX
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
DOCX
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
PPT
Raid : Redundant Array of Inexpensive Disks
PPTX
PPT
RAID CONCEPT
PPTX
Raid level
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
Raid (Redundant Array of Inexpensive Disks) in Computer Architecture
Raid : Redundant Array of Inexpensive Disks
RAID CONCEPT
Raid level

What's hot (20)

PPT
Storage Technology Overview
PDF
PPTX
RAID seminar
PPTX
Performance evolution of raid
PPTX
Raid Technology
PDF
RAID-Presentation
PPTX
DAS RAID NAS SAN
PPTX
Hard disk project
PPTX
Raid and its levels
PPTX
Understanding das-nas-san
PPTX
RAID LEVELS
PPT
Introduction to storage
PPTX
Basics of storage Technology
PPT
Presentation On RAID(Redundant Array Of Independent Disks) Basics
PPT
PPT
CDW: SAN vs. NAS
PPTX
raid technology
PPTX
Disk management / hard drive partition management / create drive or partition...
PPTX
DBMS - RAID
PPT
Chapter06 Managing Disks And Data Storage
Storage Technology Overview
RAID seminar
Performance evolution of raid
Raid Technology
RAID-Presentation
DAS RAID NAS SAN
Hard disk project
Raid and its levels
Understanding das-nas-san
RAID LEVELS
Introduction to storage
Basics of storage Technology
Presentation On RAID(Redundant Array Of Independent Disks) Basics
CDW: SAN vs. NAS
raid technology
Disk management / hard drive partition management / create drive or partition...
DBMS - RAID
Chapter06 Managing Disks And Data Storage
Ad

Similar to Present of Raid and Its Type (20)

PPTX
1.2 raid
PPTX
112667416 raid-seminar
DOCX
Various raid levels pros & cons
PPTX
Information_Storage_Management_Module 2_RAID.pptx
PPTX
RAID concept and type of RAID level and advantages
PPTX
Raid technology
PPTX
SEMINAR
PDF
Understanding RAID Controller
PPTX
6-5-20256-5-20256-5-20256-5-20256-5-2025.pptx
DOCX
Raid the redundant array of independent disks technology overview
PPTX
RAID-CONFIGURATION (2023).pptx
PPTX
RAID CAAL
PPTX
Raid in SNA
PDF
RAID (redundant array of independent disks)
PPTX
RveewvewvwevevwvwvwevwevwevweveeAID.pptx
PPTX
Raid levels
DOCX
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
DOCX
Dr module 3 assignment Management homework help.docx
1.2 raid
112667416 raid-seminar
Various raid levels pros & cons
Information_Storage_Management_Module 2_RAID.pptx
RAID concept and type of RAID level and advantages
Raid technology
SEMINAR
Understanding RAID Controller
6-5-20256-5-20256-5-20256-5-20256-5-2025.pptx
Raid the redundant array of independent disks technology overview
RAID-CONFIGURATION (2023).pptx
RAID CAAL
Raid in SNA
RAID (redundant array of independent disks)
RveewvewvwevevwvwvwevwevwevweveeAID.pptx
Raid levels
Exercise 3-1 This chapter’s opening scenario illustrates a specific .docx
Dr module 3 assignment Management homework help.docx
Ad

More from Usama ahmad (7)

PPTX
Assembly language
PPTX
Non-Current Assets & Depreciation
PPTX
MANAGEMENT PROCESS HRM PROCESS
PPTX
INTERNET AND E-COMMERCE
PPTX
Introduction to Set Theory
PPTX
MAGNITUDE COMPARATOR & DECODER
PPTX
Main Memory
Assembly language
Non-Current Assets & Depreciation
MANAGEMENT PROCESS HRM PROCESS
INTERNET AND E-COMMERCE
Introduction to Set Theory
MAGNITUDE COMPARATOR & DECODER
Main Memory

Recently uploaded (20)

PDF
01-Introduction-to-Information-Management.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
master seminar digital applications in india
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Classroom Observation Tools for Teachers
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Basic Mud Logging Guide for educational purpose
01-Introduction-to-Information-Management.pdf
O7-L3 Supply Chain Operations - ICLT Program
Abdominal Access Techniques with Prof. Dr. R K Mishra
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
master seminar digital applications in india
Module 4: Burden of Disease Tutorial Slides S2 2025
TR - Agricultural Crops Production NC III.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
human mycosis Human fungal infections are called human mycosis..pptx
Microbial disease of the cardiovascular and lymphatic systems
Supply Chain Operations Speaking Notes -ICLT Program
STATICS OF THE RIGID BODIES Hibbelers.pdf
Classroom Observation Tools for Teachers
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
GDM (1) (1).pptx small presentation for students
Basic Mud Logging Guide for educational purpose

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.