3.3 Storage Devices Flashcards
Define ‘mass storage device’.
Non-volatile storage device that holds the data when the system is powered down (GB or TB)
Define ‘internal device’.
Device that is placed inside the computer case or tower
Define ‘external device’.
Device that is placed outside the computer case or tower and connected to an external port
What is a RAID?
A combination of multiple physical hard disks that is recognised by the operating system
Contrast RAID 0 and RAID 1
Raid 0 has good speed and no loss of space on the disks, but provides no data redundancy. RAID 1 provides full redundancy.
Describe how RAID 0 works, and the colloquial name.
RAID 0 is called striping, and it works by breaking the file into blocks and spreading the data equally across the 2 (or more) disks. When reading back, it’s a lot faster as it can read from both disks at the same time.
Describe how RAID 1 works, and the colloquial name.
RAID 1 is called mirroring, because it writes the exact same block of data to two (and only two) disks at once. This means it is slower on the writing, but still offers a boost when reading as both disks are read at the same time.
Describe how RAID 5 works and give its name.
Striping with parity
- 3 or more disks
- There is parity A for blocks A1, A2 and A3, and if there is a drive missing then there can be backwards mathematical calulation to regenerate the information onto a new hard drive
- RAID 5 can only recover from single disk failure
Describe how RAID 10 works and give its name.
Stripe of Mirrors
- Striping across Disks 1 and 3, with Disks 2 and 4 mirroring each of those.
- Can survive the loss of two disks
Which two RAID configurations are failure resistant?
RAID 1, RAID 5
Which RAID configurations are fault tolerant (can function even when a component fails)?
RAID 1, RAID 5, RAID 6
What does hot-swappable mean?
A device is able to be removed/replaced without powering off the device, interruption, or losing data (for drives)
What is AHCI?
A technical standard developed by Intel that allows hot-swappable capability with SATA devices
Why was SATA developed?
As a replacement for PATA as an internal connector
List the speeds of Original UHS, UHS 1, 2 and 3
Original: 25MB/s
UHS-1: 108MB/s
UHS-2: 312MB/s
UHS-3: 624MB/s