• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
RAID 0
- Stripe set without parity
- two or more drives
- can use different types of drives
- writes identically sized strips of data to each disk
- fastest RAID configuration
- no data redundancy
RAID 1
Disk Mirroring
- exactly duplicates first disk to second disk
- continuously writes data identically to both disks
- both disks on one controller
- faster than RAID 4
- complete data redundancy
RAID 1
Disk Duplexing
- exactly duplicates first disk to second disk
- continuously writes data identically to both disks
- each disk on it's own controller
- faster than RAID 4
- complete data redundancy
RAID 4
- Independent data disks with shared parity
- rarely used
parity for same-rank blocks is written to the parity disk on writes and checked on reads
- very fast read rate
- slow write and transfer rates
- slow disk rebuilds
RAID 5
Stripe set with parity
- stripes data and parity in large blocks across all disks
- requires at least 3 disks of the same size
- faster and more redundant than RAID 4
- faster reads than RAID 1, unless a disk has failed
- slower writes than RAID 1
- fault tolerant unless 1 disk has already failed
- can rebuild itself once a failed disk has been replaced without using backup tapes