SlideShare une entreprise Scribd logo
1  sur  22
RAID And Storage Arrays
      Chris Pierce
Definitions:
Array - a systematic arrangement of objects.
RAID - Redundant Array of Independent Disks
In plain english please?
RAID is an umbrella term used for any method that
divides or replicates data across multiple hard disk
drives.
Types of RAID:
RAID 0 - Striped Disks
                                Disk 1   Disk 2   Data is thrown across both
                                                  disks allowing for increased
  Data “A”    RAID Controller

                                                  performance but with the
                                A1       A2       cost of 0 redundancy.



                                A3       A4


                                A5       A6
Types of RAID:
RAID 0 - Striped Disks
                                Disk 1   Disk 2   Data is thrown across both
                                                  disks allowing for increased
  Data “A”    RAID Controller

                                                  performance but with the
                                A1       A2       cost of 0 redundancy.



                                A3       A4


                                A5       A6
Types of RAID:
RAID 0 - Striped Disks
                                Disk 1   Disk 2   Data is thrown across both
                                                  disks allowing for increased
  Data “A”    RAID Controller

                                                  performance but with the
                                         A2       cost of 0 redundancy.



                                         A4


                                         A6
Types of RAID:
RAID 1 - Mirroring Disks
                                                  Data is replicated across
                                Disk 1   Disk 2
                                                  both disks allowing for
  Data “A”    RAID Controller                     increased redundancy with
                                A1       A1       a only a small performance
                                                  cost.


                                A2       A2


                                A3       A3
Types of RAID:
RAID 1 - Mirroring Disks
                                                  Data is replicated across
                                Disk 1   Disk 2
                                                  both disks allowing for
  Data “A”    RAID Controller                     increased redundancy with
                                A1       A1       a only a small performance
                                                  cost.


                                A2       A2


                                A3       A3
Types of RAID:
RAID 1 - Mirroring Disks
                                                  Data is replicated across
                                Disk 1   Disk 2
                                                  both disks allowing for
  Data “A”    RAID Controller                     increased redundancy with
                                A1       A1       a only a small performance
                                                  cost.


                                A2       A2


                                A3       A3
Types of RAID:
RAID 1 - Mirroring Disks
                                                  Data is replicated across
                                Disk 1   Disk 2
                                                  both disks allowing for
  Data “A”    RAID Controller                     increased redundancy with
                                A1       A1       a only a small performance
                                                  cost.


                                A2       A2


                                A3       A3
Types of RAID:
RAID 5 - Striped Parity
                                            Disk 1   Disk 2   Disk 3

    Data “A”              RAID Controller



                                            A1       A2       P1

Data is striped across                      P2       A3       A4
multiple disks and a parity
bit is written for redundancy.

                                            A5       P3       A6
Types of RAID:
RAID 5 - Striped Parity
                                 Disk 1   Disk 2   Disk 3

  Data “A”     RAID Controller



                                 A1       A2       P1


                                 P2       A3       A4


                                 A5       P3       A6
Types of RAID:
RAID 5 - Striped Parity
                                 Disk 1   Disk 2   Disk 3

  Data “A”     RAID Controller



                                 A1       A2       P1


                                 P2       A3       A4


                                 A5       P3       A6
Types of RAID:
RAID 5 - Striped Parity (Cont.)
                                            Disk 1   Disk 2   Disk 3

     010011               RAID Controller




Parity is checked across the
array. If the data written is
added to be even then the
parity bit is 0. If the data
written is odd, the parity bit
is set to 1
Types of RAID:
RAID 5 - Striped Parity (Cont.)
                                            Disk 1   Disk 2   Disk 3

     010011               RAID Controller



                                             0        1
Parity is checked across the
array. If the data written is
added to be even then the                             0        0
parity bit is 0. If the data
written is odd, the parity bit
is set to 1
                                             1                 1
Types of RAID:
RAID 5 - Striped Parity (Cont.)
                                            Disk 1   Disk 2   Disk 3

     010011               RAID Controller



                                             0        1        1
Parity is checked across the
array. If the data written is
added to be even then the                    0        0        0
parity bit is 0. If the data
written is odd, the parity bit
is set to 1
                                             1        0        1
Types of RAID:
RAID 5 - Striped Parity (Cont.)
                                            Disk 1   Disk 2   Disk 3

     010011               RAID Controller



                                             0        1        1
Parity is checked across the
array. If the data written is
added to be even then the                    0        0        0
parity bit is 0. If the data
written is odd, the parity bit
is set to 1
                                             1        0        1
Types of RAID:
RAID 5 - Striped Parity (Cont.)
                                            Disk 1   Disk 2   Disk 3

     010011               RAID Controller



                                             0        1        1
Parity is checked across the
array. If the data written is
added to be even then the                    0        0        0
parity bit is 0. If the data
written is odd, the parity bit
is set to 1
                                             1        0        1
Other RAID Configurations:
Don’t be confused by RAID 50, RAID 10, RAID 51, or
other High Number RAID Configurations.


RAID 50 = RAID 5 + RAID 0
RAID 10 = RAID 1 + RAID 0
RAID 51 = RAID 5 + RAID 1
What RAID is NOT!
RAID is NOT data backup - Data can still
become damaged in a RAID array.
RAID is NOT immune to viruses and other
disasters that could potentially cause data loss.
RAID is NOT an insecticide used to “Kill Bugs
Dead” by SC Johnson Company.
What RAID is NOT!
RAID is NOT data backup - Data can still
become damaged in a RAID array.
RAID is NOT immune to viruses and other
disasters that could potentially cause data loss.
RAID is NOT an insecticide used to “Kill Bugs
Dead” by SC Johnson Company.
Questions?
cpierce@csdurant.com
www.twitter.com/cpiercecs

Contenu connexe

Tendances (20)

Raid
Raid Raid
Raid
 
Raid Technology
Raid TechnologyRaid Technology
Raid Technology
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
RAID seminar
RAID seminarRAID seminar
RAID seminar
 
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 Levels
Raid LevelsRaid Levels
Raid Levels
 
Raid
RaidRaid
Raid
 
Performance evolution of raid
Performance evolution of raidPerformance evolution of raid
Performance evolution of raid
 
Raid
RaidRaid
Raid
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
RAID
RAIDRAID
RAID
 
Raid levels
Raid levelsRaid levels
Raid levels
 
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
RaidRaid
Raid
 
raid technology
raid technologyraid technology
raid technology
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Raid Level
Raid LevelRaid Level
Raid Level
 
Raid_intro.ppt
Raid_intro.pptRaid_intro.ppt
Raid_intro.ppt
 

Similaire à RAID and Storage Arrays

Similaire à RAID and Storage Arrays (20)

Disk Rebuild & Spare Disk for Network Storage
Disk Rebuild & Spare Disk for Network Storage Disk Rebuild & Spare Disk for Network Storage
Disk Rebuild & Spare Disk for Network Storage
 
RAID - IS AUDIT
RAID - IS AUDITRAID - IS AUDIT
RAID - IS AUDIT
 
RAID PPT vivek mangal.pptx
RAID PPT vivek mangal.pptxRAID PPT vivek mangal.pptx
RAID PPT vivek mangal.pptx
 
Raid+controllers
Raid+controllersRaid+controllers
Raid+controllers
 
1.2 raid
1.2  raid1.2  raid
1.2 raid
 
GeoVision : CCTV Solutions : RAID vs Non-RAID System for Storing Surveillance...
GeoVision : CCTV Solutions : RAID vs Non-RAID System for Storing Surveillance...GeoVision : CCTV Solutions : RAID vs Non-RAID System for Storing Surveillance...
GeoVision : CCTV Solutions : RAID vs Non-RAID System for Storing Surveillance...
 
Raid training
Raid trainingRaid training
Raid training
 
Final exam joelrechtman
Final exam joelrechtmanFinal exam joelrechtman
Final exam joelrechtman
 
Raid
RaidRaid
Raid
 
Introduction to RAID
Introduction to RAIDIntroduction to RAID
Introduction to RAID
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
 
DBMS - RAID
DBMS - RAIDDBMS - RAID
DBMS - RAID
 
Raid level
Raid levelRaid level
Raid level
 
RAID CAAL
RAID CAALRAID CAAL
RAID CAAL
 
Raid in SNA
Raid in SNA Raid in SNA
Raid in SNA
 
Class2
Class2Class2
Class2
 
Understanding RAID Controller
Understanding RAID ControllerUnderstanding RAID Controller
Understanding RAID Controller
 
What is R.A.I.D?
What is R.A.I.D?What is R.A.I.D?
What is R.A.I.D?
 
RAID
RAIDRAID
RAID
 
Raid 5
Raid 5Raid 5
Raid 5
 

Dernier

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

RAID and Storage Arrays

  • 1.
  • 2. RAID And Storage Arrays Chris Pierce
  • 3. Definitions: Array - a systematic arrangement of objects. RAID - Redundant Array of Independent Disks In plain english please? RAID is an umbrella term used for any method that divides or replicates data across multiple hard disk drives.
  • 4. Types of RAID: RAID 0 - Striped Disks Disk 1 Disk 2 Data is thrown across both disks allowing for increased Data “A” RAID Controller performance but with the A1 A2 cost of 0 redundancy. A3 A4 A5 A6
  • 5. Types of RAID: RAID 0 - Striped Disks Disk 1 Disk 2 Data is thrown across both disks allowing for increased Data “A” RAID Controller performance but with the A1 A2 cost of 0 redundancy. A3 A4 A5 A6
  • 6. Types of RAID: RAID 0 - Striped Disks Disk 1 Disk 2 Data is thrown across both disks allowing for increased Data “A” RAID Controller performance but with the A2 cost of 0 redundancy. A4 A6
  • 7. Types of RAID: RAID 1 - Mirroring Disks Data is replicated across Disk 1 Disk 2 both disks allowing for Data “A” RAID Controller increased redundancy with A1 A1 a only a small performance cost. A2 A2 A3 A3
  • 8. Types of RAID: RAID 1 - Mirroring Disks Data is replicated across Disk 1 Disk 2 both disks allowing for Data “A” RAID Controller increased redundancy with A1 A1 a only a small performance cost. A2 A2 A3 A3
  • 9. Types of RAID: RAID 1 - Mirroring Disks Data is replicated across Disk 1 Disk 2 both disks allowing for Data “A” RAID Controller increased redundancy with A1 A1 a only a small performance cost. A2 A2 A3 A3
  • 10. Types of RAID: RAID 1 - Mirroring Disks Data is replicated across Disk 1 Disk 2 both disks allowing for Data “A” RAID Controller increased redundancy with A1 A1 a only a small performance cost. A2 A2 A3 A3
  • 11. Types of RAID: RAID 5 - Striped Parity Disk 1 Disk 2 Disk 3 Data “A” RAID Controller A1 A2 P1 Data is striped across P2 A3 A4 multiple disks and a parity bit is written for redundancy. A5 P3 A6
  • 12. Types of RAID: RAID 5 - Striped Parity Disk 1 Disk 2 Disk 3 Data “A” RAID Controller A1 A2 P1 P2 A3 A4 A5 P3 A6
  • 13. Types of RAID: RAID 5 - Striped Parity Disk 1 Disk 2 Disk 3 Data “A” RAID Controller A1 A2 P1 P2 A3 A4 A5 P3 A6
  • 14. Types of RAID: RAID 5 - Striped Parity (Cont.) Disk 1 Disk 2 Disk 3 010011 RAID Controller Parity is checked across the array. If the data written is added to be even then the parity bit is 0. If the data written is odd, the parity bit is set to 1
  • 15. Types of RAID: RAID 5 - Striped Parity (Cont.) Disk 1 Disk 2 Disk 3 010011 RAID Controller 0 1 Parity is checked across the array. If the data written is added to be even then the 0 0 parity bit is 0. If the data written is odd, the parity bit is set to 1 1 1
  • 16. Types of RAID: RAID 5 - Striped Parity (Cont.) Disk 1 Disk 2 Disk 3 010011 RAID Controller 0 1 1 Parity is checked across the array. If the data written is added to be even then the 0 0 0 parity bit is 0. If the data written is odd, the parity bit is set to 1 1 0 1
  • 17. Types of RAID: RAID 5 - Striped Parity (Cont.) Disk 1 Disk 2 Disk 3 010011 RAID Controller 0 1 1 Parity is checked across the array. If the data written is added to be even then the 0 0 0 parity bit is 0. If the data written is odd, the parity bit is set to 1 1 0 1
  • 18. Types of RAID: RAID 5 - Striped Parity (Cont.) Disk 1 Disk 2 Disk 3 010011 RAID Controller 0 1 1 Parity is checked across the array. If the data written is added to be even then the 0 0 0 parity bit is 0. If the data written is odd, the parity bit is set to 1 1 0 1
  • 19. Other RAID Configurations: Don’t be confused by RAID 50, RAID 10, RAID 51, or other High Number RAID Configurations. RAID 50 = RAID 5 + RAID 0 RAID 10 = RAID 1 + RAID 0 RAID 51 = RAID 5 + RAID 1
  • 20. What RAID is NOT! RAID is NOT data backup - Data can still become damaged in a RAID array. RAID is NOT immune to viruses and other disasters that could potentially cause data loss. RAID is NOT an insecticide used to “Kill Bugs Dead” by SC Johnson Company.
  • 21. What RAID is NOT! RAID is NOT data backup - Data can still become damaged in a RAID array. RAID is NOT immune to viruses and other disasters that could potentially cause data loss. RAID is NOT an insecticide used to “Kill Bugs Dead” by SC Johnson Company.

Notes de l'éditeur

  1. Raid was first Redundant Array of Inexpensive Disk. There are several types of RAID and I’ll cover 3 main types with the time I have.
  2. RAID 0 isn’t really RAID because it lacks the “R”edundancy RAID 0 requires a minimum of 2 disks. RAID 0 space is the size of both disk combined together (Example: 2x160GB HDD = 320GB)
  3. RAID 0 isn’t really RAID because it lacks the “R”edundancy RAID 0 requires a minimum of 2 disks. RAID 0 space is the size of both disk combined together (Example: 2x160GB HDD = 320GB)
  4. RAID 0 isn’t really RAID because it lacks the “R”edundancy RAID 0 requires a minimum of 2 disks. RAID 0 space is the size of both disk combined together (Example: 2x160GB HDD = 320GB)
  5. RAID 1 allows for redundancy of data. RAID 1 requires a minimum of 2 disks. RAID 1 space is the size of the smallest disk (Example 2 160GB HDD’s = 160GB)
  6. RAID 1 allows for redundancy of data. RAID 1 requires a minimum of 2 disks. RAID 1 space is the size of the smallest disk (Example 2 160GB HDD’s = 160GB)
  7. RAID 1 allows for redundancy of data. RAID 1 requires a minimum of 2 disks. RAID 1 space is the size of the smallest disk (Example 2 160GB HDD’s = 160GB)
  8. RAID 5 allows for redundancy of data with performance increase. RAID 5 requires a minimum of 3 disks. RAID 5 space is the size of the number of disk minus 1 (n-1) (Example 3 160 HDD’s=320GB)
  9. RAID 5 allows for redundancy of data with performance increase. RAID 5 requires a minimum of 3 disks. RAID 5 space is the size of the number of disk minus 1 (n-1) (Example 3 160 HDD’s=320GB)
  10. RAID 5 allows for redundancy of data with performance increase. RAID 5 requires a minimum of 3 disks. RAID 5 space is the size of the number of disk minus 1 (n-1) (Example 3 160 HDD’s=320GB)
  11. RAID 5 can Self Heal with the addition of a HOT SPARE Disk.
  12. RAID 5 can Self Heal with the addition of a HOT SPARE Disk.
  13. RAID 5 can Self Heal with the addition of a HOT SPARE Disk.
  14. RAID 5 can Self Heal with the addition of a HOT SPARE Disk.
  15. Raid 50 and other are just a lazy way of writing it without the “+” sign.
  16. Thank You!