Ch 2- 2 Minute Drill Flashcards

1
Q

Disk Types and Configurations (1)

A

A solid state drive (SSD) is a high-performance drive that contains no moving parts, uses less power than a traditional hard disk drive (HDD), and provides a faster startup time than an HDD.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Disk Types and Configurations (2)

A

A USB drive is an external plug-and-play storage device that provides a quick and easy way to move files between computer systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disk Types and Configurations (3)

A

A tape drive reads and writes data to a magnetic tape and differs from an HDD because it provides sequential access rather than random access to data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disk Types and Configurations (4)

A

HDDs connect to a computer system in a variety of ways, including ATA, SATA, FC, SCSI, SAS, and IDE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Disk Types and Configurations (5)

A

The speed at which an HDD can access data stored on it is critical to the performance of the server and the application it is hosting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Tiering (1)

A

Tiered storage allows data to be migrated between storage devices based on performance, availability, cost, and recovery requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Tiering (2)

A

There are 4 levels of tiered storage. The tiers range from tier 1, which is mission-critical data stored on expensive disks, to tier 4, which stores data for compliance requirements on less expensive disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Redundant Array of Independent Disks (RAID) (1)

A

RAID is a storage technology that combines multiple hard disk drives into a single logical unit to provide increased performance, security, and redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Redundant Array of Independent Disks (RAID) (2)

A

RAID is implemented using either software RAID or hardware RAID via a RAID controller.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Redundant Array of Independent Disks (RAID) (3)

A

RAID 1, or mirroring, uses 2 disks and provides data protection without parity or stripping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Redundant Array of Independent Disks (RAID) (4)

A

RAID 0 requires 2 disks and provides increased performance without redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Redundant Array of Independent Disks (RAID) (5)

A

RAID 1+0 requires 4 disks and incorporates the speed advantage of RAID 0 and the redundancy advantage of RAID 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Redundant Array of Independent Disks (RAID) (6)

A

RAID 5 is 1 of the most common RAID implementations and uses 3 disks to provide block-level striping for performance and distributed parity for data protection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Redundant Array of Independent Disks (RAID) (7)

A

RAID 6 is an extension of RAID 5 that requires 4 disks because it uses 2 parity blocks distributed across all the disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

File System Types (1)

A

The file system is responsible for storing, retrieving, and updating files on a disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

File System Types (2)

A

UFS is the file system that is predominantly used in Unix-based computers.

17
Q

File System Types (3)

A

The EXT file system is the first file system created specifically for Linux.

18
Q

File System Types (4)

A

FAT is a legacy file system that provides good performance but without the scalibility and reliability of newer file systems.

19
Q

File System Types (5)

A

NTFS was developed by Microsoft to replace FAT and provides improved performance and reliability, larger partition sizes, and enhanced security.

20
Q

File System Types (6)

A

VMFS is VMware’s cluster file system and is used with ESX server and vSphere.

21
Q

File System Types (7)

A

ZFS was developed by Sun Microsystems and provides protection against data corruption with larger storage capacities.