Module Two Part One

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

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:41 PM on 5/16/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

SATA

Serial Advanced Technology Attachment - a hard drive interface that enables faster transfer times, more flexible cabling, and easier plug-and-play connections by transferring data in serial bursts instead of parallel.

2
New cards

NAS

Network Attached Storage - used to provide specialized fault-tolerant centralized data storage not directly attached to servers, operates as a separate device on a LAN with its own IP address, and allows multiple clients on the network to access the same files.

3
New cards

SAN

Storage Area Network - a specialized high-speed network of storage devices connected to servers with built-in fault tolerance, using fibre channel transmission media, and best suited for huge data quantities, high availability requirements, and large enterprises.

4
New cards

RAID

Redundant Array of Independent Disks - increases data storage and retrieval capability, limits data loss due to hardware failure, and offers fault tolerance through different RAID levels such as 0, 1, 5, 6, 10, etc.

5
New cards

Hardware RAID

RAID implemented with a set of disks and a separate disk controller managing the disks exclusively through its interface.

6
New cards

Software RAID

RAID implemented virtually through software without requiring special hardware, offering a cheaper alternative.

7
New cards

RAID 0

Disk Striping - splits data evenly across multiple disks to improve read & write speeds, but is not fault-tolerant; if a drive fails, all data is lost.

8
New cards

RAID 1

Disk Mirroring - copies data from one disk to another for fault tolerance, ensuring data availability if one drive fails, and enhancing read and write performance.

9
New cards

RAID 5

Disk Striping with Distributed Parity - a popular technique requiring a minimum of three drives, distributing parity to enhance capacity and cost efficiency, but not efficient with large data transfers.

10
New cards

RAID 6

Disk Striping with Dual Distributed Parity - an extension of RAID 5 with two parity blocks to prevent data loss in case of concurrent disk failures, suitable for large data transfers with high read performance but lower write performance.

11
New cards

RAID 0+1/1+0/RAID 10

Combined Striping and Mirroring - provides fault tolerance and performance by combining striping and mirroring in a two-stage virtualization setup.