Implementing Mass Storage Flashcards
RAID
Redundant array of inexpensive disks
Can be setup with hardware or software
There are proprietary raids
Raid 0/ striping
Requires at least 2 drives
Splits up large files between the two drives
Pros. Fast
Cons. No redundancy
Raid 1/ mirroring
Needs two or four drives
Puts same file on both drives one piece at a time
Pros. Redundancy
Cons. Slower
Raid 5/ parity
Minimum of three drives
Saves different pieces to first two drives combine them into a parody package on the third that can be used to restore lost data
If you looses more than one drive the system falls apart
Raid 6
Minimum of four drives
Generates two parities for each piece of data
Raid 10/ striping mirrors
Minimum of four drive
Two mirrored pairs each mirrored pair has half the data
Raid 0+1
Mirror the stripes
Hardware raids
Use some kind of controller to configure raid arrays on hard drives
Most mobos have built in raid controllers
Has its own BIOS that comes with a special system setup to configure the raid array
The complete array looks like a single drive to the os
Ctrl R
To configure raid ARRag
How is hardware raid better than software
Hardware is better when you need more power
Software raid
Storage spaces built into windows
Very flexible
Doesn’t have a dedicated raid controller so can be tough on smaller CPUs
Uses os to configure the raid array
Windows comes with built in tool called storage spaces to configure
File based encryption
Software feature built in that encrypts files you tell it to
Disk based encryption
A tool that’s either third party or built into os that encrypts the whole drive
EFS encrypting file system
Built into NTFS
Encrypting tools for each system
Bitlocker for windows
File vault Mac
Linux has to many options to list