RAID Types

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

midterm topic

Last updated 5:19 PM on 9/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

Disk Striping

  • Is a method of storage that spreads data bits across all disks in the array, increasing performance and capacity


2
New cards

Disk Mirroring

  • Actively duplicates bits across two disks to prevent data loss


3
New cards

RAID 0

  • Uses disk striping to combine drives into one larger and faster logical drive

  • Advantage:
    - Faster read and write because of disk stripping
    - Larger storage than any single disk
    - Only 2 disks are required, but more disks will increase capacity and performance

  • Disadvantage
    - NO Data protection, if 1 disk fails - ALL data is lost


<ul><li><p>Uses disk striping to combine drives into one larger and faster logical drive</p></li><li><p>Advantage:<br>- Faster read and write because of disk stripping<br>- Larger storage than any single disk<br>- Only 2 disks are required, but more disks will increase capacity and performance</p></li><li><p>Disadvantage<br>- NO Data protection, if 1 disk fails - ALL data is lost</p></li></ul><p></p>
4
New cards

RAID 1

  • Provides data protection by mirroring data across 2 disks

  • Advantages:
    - Data protection: If 1 disk fails, there is no data loss
    - No performance loss if a disk fails
    - Fast recovery

  • Disadvantages:
    - Max storage is limited to the size of a single disk
    - Does not increase performance or capacity


<ul><li><p>Provides data protection by mirroring data across 2 disks</p></li><li><p>Advantages:<br>- Data protection: If 1 disk fails, there is no data loss<br>- No performance loss if a disk fails<br>- Fast recovery</p></li><li><p>Disadvantages:<br>- Max storage is limited to the size of a single disk<br>- Does not increase performance or capacity</p></li></ul><p></p>
5
New cards

RAID 5

  • Uses disk stripping to combine drives into one larger and faster logical drive and distributes parity across all disks in the array

  • Parity Data is a smaller representative value that can be used to recreate data if data is lost

  • Advantage:
    - If one disk fails, parity will be used to recreate the data
    - Larger storage than a single drive

  • Disadvantage
    - THREE Disks are required: More disks will increase capacity not protection or performance
    - Parity is SLOW! Parity calculation may affect performance


<ul><li><p>Uses disk stripping to combine drives into one larger and faster logical drive and distributes parity across all disks in the array</p></li><li><p>Parity Data is a smaller representative value that can be used to recreate data if data is lost</p></li><li><p>Advantage:<br>- If one disk fails, parity will be used to recreate the data<br>- Larger storage than a single drive</p></li><li><p>Disadvantage<br>- THREE Disks are required: More disks will increase capacity not protection or performance<br>- Parity is SLOW! Parity calculation may affect performance</p></li></ul><p></p>
6
New cards

RAID 6

  • Similar to RAID 5 but adds another parity block

  • Requires at least FOUR drives

  • You could lose 2 drives and data would still be available


<ul><li><p>Similar to RAID 5 but adds another parity block</p></li><li><p>Requires at least FOUR drives</p></li><li><p>You could lose 2 drives and data would still be available</p></li></ul><p></p>
7
New cards

RAID 10 (1+0)

  • Combines disk into RAID 1 arrays and then combines those arrays into a RAID 0

  • Advantage:
    - Faster read/write because of disk striping
    - Larger storage
    - More disks = increased capacity, performance, and protection
    - Fast recovery: No performance lost if a disk fails

  • Disadvantage:
    - FOUR disk minimum


<ul><li><p>Combines disk into RAID 1 arrays and then combines those arrays into a RAID 0</p></li><li><p>Advantage:<br>- Faster read/write because of disk striping<br>- Larger storage<br>- More disks = increased capacity, performance, and protection<br>- Fast recovery: No performance lost if a disk fails</p></li><li><p>Disadvantage:<br>- FOUR disk minimum</p></li></ul><p></p>