SlideShare una empresa de Scribd logo
1 de 24
RAID




 Guided By:- Miss Rujata Saraf
 Presented By:-Darshan M. Gala
 College:- G.H.R.I.E.M
 Class:- B.E.I.T
CONTENTS
 Introduction
 Abstract

 Raid Levels

 Application

 Advantages of RAID

 Disadvantages of RAID

 Conclusion

 Reference
INTRODUCTION
 RAID   stands for Redundant Array of Independent
  Disks or Redundant Array of Inexpensive Disks.
 RAID is an example of storage virtualization and
  was first defined by David Patterson in 1987.[
 RAID is a storage technology that combines
  multiple disk drive components into a logical unit
ABSTRACT
  Storage scheme using multiple hard drives to share or
  replicate data among the drives.
 It provide data integrity, fault-tolerance, throughput or
  capacity compared to single drives.
 Instead of seeing several different hard drives, the OS sees
  only one.
 Typically used on server computers, advanced personal
  computers.
RAID LEVELS

 Raid level 0
 Raid level 1

 Raid level 2

 Raid level 3

 Raid level 4

 Raid level 5
RAID 0 (STRIPING WITHOUT PARITY)
  Striping means that each file is split into blocks of
  a certain size and those are distributed to the
  various drives.
 Offers superior I/O performance.

 Performance can be enhanced further by using
  multiple controllers.
Ideal use

Photoshop image retouching station.

Advantages

   Offers great performance.

   There is no overhead caused by parity controls.

   Easy to implement.

Disadvantages

   Not fault-tolerant.

   It should not be used on mission-critical systems.
RAID 1(MIRRORING WITHOUT PARITY OR
STRIPING)
 Mirroring means duplication of data i.e
• Data are stored twice .

• Writing them to both the data disk and a mirror disk .

 The controller uses either the data drive or the mirror
  drive for data recovery.
Ideal use

Accounting systems.

Advantages

   Data do not have to be rebuild.

Disadvantages

   Storage capacity is only half of the total disk capacity .
RAID 2 (BIT-LEVEL STRIPING WITH DEDICATED
    HAMMING-CODE PARITY)

 Bit-level striping means that the file is broken into "bit-
  sized pieces“.
 It uses a Hamming code for error correction.
Ideal use

No commercial use.

Advantages

   Data transferred rate is very high.

   Single bit errors can be detected and corrected.

   Multiple bit errors can be detected.

Disadvantages

   Multiple bits error cannot be corrected.

   Raid 3 gives better performance at lower price.
RAID 3(BYTE-LEVEL STRIPING WITH A DEDICATED PARITY
DISK)
  Byte-level striping means that the file is broken into
   "byte-sized pieces“.
  Written in parallel on two or more drives.

  An additional drive stores parity information.
Ideal use

    video streaming.

Advantages

   It provides high throughput for large data transfers.

   Disk failures do not significantly slow down throughput.

Disadvantages

   Performance is slower for random, small I/O operations.
RAID 4 (BLOCK-LEVEL STRIPING WITH A DEDICATED PARITY
DISK)
 Block-level striping means that each file is split into
  blocks of a certain size .
 Allows each member to act independently when only a
  single block is requested.
 Service multiple read requests simultaneously.
Ideal use

Enterprise level company to use it is NetApp.

Advantages

   Reading operations are very fast.

   Fault tolerance is very high.

Disadvantages

   In degraded mode, its reading operation becomes slow.

   Writing operation on disks is extremely slow.
RAID 5 (BLOCK-LEVEL STRIPING WITH PARITY DATA
DISTRIBUTED ACROSS ALL DISK )

   Most common secure RAID level.

   Except that data are transferred to disks by
    independent read and write operations.

   Instead of a dedicated parity disk, parity information is
    spread across all the drives.
Ideal use

    Application servers.

Advantages

    Read data transactions are very fast while write data are
    somewhat slow.

Disadvantages

   Disk failures have an effect on throughput.

   This is complex technology.
APPLICATION
 Bank.
 Video streaming.

 Application Server.

 Photoshop image retouching station.
ADVANTAGES 0F RAID
 RAID allows form of backup of the data in the storage .
 Its is Hot Swappable.

 Ensures data reliability, increase in performance.

 Increase the parity check.

 Disk Stripping make multiple smaller disks look like one
  large disk.
DISADVANTAGES
o    It cannot completely protect your data.
o   System should support RAID drives.
o   Difficult to configure a RAID system.
o   Costly, must purchase and maintain RAID controllers and
    dedicated hard drives.
o   It may slower the system performance.
o    RAID is not data protection, but to increase access speed.
CONCLUSION
 Overall it provides systems with a variety of benefits
  depending upon the version implemented.
 Most users will likely opt to use the RAID 0 for
  increased performance without the loss of storage
  space.
 This is primarily because redundancy is not an
  issue for the average user.
REFERENCE
 www.google.com
 www.wikipedia.com

 http://www.raidrecoverysolutions.com/index.php?op
  tion=com_content&view=article&id=22&Itemid=20
 http://www.pcguide.com/ref/hdd/perf/raid/levels/sing
  leLevel2-c.html
ANY QUESTION ????
THANK YOU

Más contenido relacionado

La actualidad más candente

RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...Jason Augustine
 
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
 
Presentation on computer data storage
Presentation on computer data storage Presentation on computer data storage
Presentation on computer data storage GLG
 
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 ArchitectureAiman Hafeez
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating SystemJanki Shah
 
Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Ajay Panchal
 
Design of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDesign of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDr. C.V. Suresh Babu
 
Multiprocessor Systems
Multiprocessor SystemsMultiprocessor Systems
Multiprocessor Systemsvampugani
 
Memory management ppt
Memory management pptMemory management ppt
Memory management pptManishaJha43
 

La actualidad más candente (20)

Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
RAID - (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of...
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
Understanding RAID Levels (RAID 0, RAID 1, RAID 2, RAID 3, RAID 4, RAID 5)
 
Raid Technology
Raid TechnologyRaid Technology
Raid Technology
 
File system
File systemFile system
File system
 
Raid technology
Raid technologyRaid technology
Raid technology
 
Storage area network
Storage area networkStorage area network
Storage area network
 
Presentation on computer data storage
Presentation on computer data storage Presentation on computer data storage
Presentation on computer data storage
 
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
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 
6.distributed shared memory
6.distributed shared memory6.distributed shared memory
6.distributed shared memory
 
Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...
 
Disk partitioning
Disk partitioningDisk partitioning
Disk partitioning
 
Design of Hadoop Distributed File System
Design of Hadoop Distributed File SystemDesign of Hadoop Distributed File System
Design of Hadoop Distributed File System
 
Multiprocessor Systems
Multiprocessor SystemsMultiprocessor Systems
Multiprocessor Systems
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Harddisk
HarddiskHarddisk
Harddisk
 
Memory management ppt
Memory management pptMemory management ppt
Memory management ppt
 
Memory management
Memory managementMemory management
Memory management
 

Similar a RAID seminar

Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & consIT 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
 
Group04 (4)
Group04 (4)Group04 (4)
Group04 (4)Bmusa057
 
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
 
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
 
Data center core elements, Data center virtualization
Data center core elements, Data center virtualizationData center core elements, Data center virtualization
Data center core elements, Data center virtualizationMadhuraNK
 

Similar a RAID seminar (20)

Raid level
Raid levelRaid level
Raid level
 
RAID-Presentation
RAID-PresentationRAID-Presentation
RAID-Presentation
 
RAID
RAIDRAID
RAID
 
Various raid levels pros & cons
Various raid levels pros & consVarious raid levels pros & cons
Various raid levels pros & cons
 
Database 3
Database 3Database 3
Database 3
 
1.2 raid
1.2  raid1.2  raid
1.2 raid
 
Raid(Storage Technology)
Raid(Storage Technology)Raid(Storage Technology)
Raid(Storage Technology)
 
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
 
SEMINAR
SEMINARSEMINAR
SEMINAR
 
Group04 (4)
Group04 (4)Group04 (4)
Group04 (4)
 
Introduction to RAID
Introduction to RAIDIntroduction to RAID
Introduction to RAID
 
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
 
Mohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docxMohamed Ayman Task3 RAID.docx
Mohamed Ayman Task3 RAID.docx
 
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
 
Group04
Group04Group04
Group04
 
Group04
Group04Group04
Group04
 
Linux admin
Linux adminLinux admin
Linux admin
 
Data center core elements, Data center virtualization
Data center core elements, Data center virtualizationData center core elements, Data center virtualization
Data center core elements, Data center virtualization
 
Storage Area Network interview Questions
Storage Area Network interview QuestionsStorage Area Network interview Questions
Storage Area Network interview Questions
 

Último

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
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
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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
 
[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
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
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
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
[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
 
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)
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

RAID seminar

  • 1. RAID Guided By:- Miss Rujata Saraf Presented By:-Darshan M. Gala College:- G.H.R.I.E.M Class:- B.E.I.T
  • 2. CONTENTS  Introduction  Abstract  Raid Levels  Application  Advantages of RAID  Disadvantages of RAID  Conclusion  Reference
  • 3. INTRODUCTION  RAID stands for Redundant Array of Independent Disks or Redundant Array of Inexpensive Disks.  RAID is an example of storage virtualization and was first defined by David Patterson in 1987.[  RAID is a storage technology that combines multiple disk drive components into a logical unit
  • 4. ABSTRACT  Storage scheme using multiple hard drives to share or replicate data among the drives.  It provide data integrity, fault-tolerance, throughput or capacity compared to single drives.  Instead of seeing several different hard drives, the OS sees only one.  Typically used on server computers, advanced personal computers.
  • 5. RAID LEVELS  Raid level 0  Raid level 1  Raid level 2  Raid level 3  Raid level 4  Raid level 5
  • 6. RAID 0 (STRIPING WITHOUT PARITY)  Striping means that each file is split into blocks of a certain size and those are distributed to the various drives.  Offers superior I/O performance.  Performance can be enhanced further by using multiple controllers.
  • 7. Ideal use Photoshop image retouching station. Advantages  Offers great performance.  There is no overhead caused by parity controls.  Easy to implement. Disadvantages  Not fault-tolerant.  It should not be used on mission-critical systems.
  • 8. RAID 1(MIRRORING WITHOUT PARITY OR STRIPING)  Mirroring means duplication of data i.e • Data are stored twice . • Writing them to both the data disk and a mirror disk .  The controller uses either the data drive or the mirror drive for data recovery.
  • 9. Ideal use Accounting systems. Advantages  Data do not have to be rebuild. Disadvantages  Storage capacity is only half of the total disk capacity .
  • 10. RAID 2 (BIT-LEVEL STRIPING WITH DEDICATED HAMMING-CODE PARITY)  Bit-level striping means that the file is broken into "bit- sized pieces“.  It uses a Hamming code for error correction.
  • 11. Ideal use No commercial use. Advantages  Data transferred rate is very high.  Single bit errors can be detected and corrected.  Multiple bit errors can be detected. Disadvantages  Multiple bits error cannot be corrected.  Raid 3 gives better performance at lower price.
  • 12. RAID 3(BYTE-LEVEL STRIPING WITH A DEDICATED PARITY DISK)  Byte-level striping means that the file is broken into "byte-sized pieces“.  Written in parallel on two or more drives.  An additional drive stores parity information.
  • 13. Ideal use video streaming. Advantages  It provides high throughput for large data transfers.  Disk failures do not significantly slow down throughput. Disadvantages  Performance is slower for random, small I/O operations.
  • 14. RAID 4 (BLOCK-LEVEL STRIPING WITH A DEDICATED PARITY DISK)  Block-level striping means that each file is split into blocks of a certain size .  Allows each member to act independently when only a single block is requested.  Service multiple read requests simultaneously.
  • 15. Ideal use Enterprise level company to use it is NetApp. Advantages  Reading operations are very fast.  Fault tolerance is very high. Disadvantages  In degraded mode, its reading operation becomes slow.  Writing operation on disks is extremely slow.
  • 16. RAID 5 (BLOCK-LEVEL STRIPING WITH PARITY DATA DISTRIBUTED ACROSS ALL DISK )  Most common secure RAID level.  Except that data are transferred to disks by independent read and write operations.  Instead of a dedicated parity disk, parity information is spread across all the drives.
  • 17. Ideal use Application servers. Advantages Read data transactions are very fast while write data are somewhat slow. Disadvantages  Disk failures have an effect on throughput.  This is complex technology.
  • 18. APPLICATION  Bank.  Video streaming.  Application Server.  Photoshop image retouching station.
  • 19. ADVANTAGES 0F RAID  RAID allows form of backup of the data in the storage .  Its is Hot Swappable.  Ensures data reliability, increase in performance.  Increase the parity check.  Disk Stripping make multiple smaller disks look like one large disk.
  • 20. DISADVANTAGES o It cannot completely protect your data. o System should support RAID drives. o Difficult to configure a RAID system. o Costly, must purchase and maintain RAID controllers and dedicated hard drives. o It may slower the system performance. o RAID is not data protection, but to increase access speed.
  • 21. CONCLUSION  Overall it provides systems with a variety of benefits depending upon the version implemented.  Most users will likely opt to use the RAID 0 for increased performance without the loss of storage space.  This is primarily because redundancy is not an issue for the average user.
  • 22. REFERENCE  www.google.com  www.wikipedia.com  http://www.raidrecoverysolutions.com/index.php?op tion=com_content&view=article&id=22&Itemid=20  http://www.pcguide.com/ref/hdd/perf/raid/levels/sing leLevel2-c.html