Chapter 8 Flashcards

(51 cards)

1
Q

Spindle speed

A

The spinning platters measured in revolutions per minute RPM

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

Hard disk drivers HDD are manufactured in two form factors

A

2.5” and 3.5”

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

Is mSATA and regular SATA the same?

A

No!

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

NAND

A

nonvolatile flash memory - rotations data when power is turned off or disconnected

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

Multi-level cell (MLC)

A

Memory technology in place of the more efficient single level cell SLC technology to cut costs

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

NAND

A

nonvolatile flash memory —- retains data when power is turned off or disconnected

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

Less expensive SSDs are typically more reliable. True or False.

A

False

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

3DNAND

A

Popular type of memory technology in SSD’s —— a form of MLC that stacks cells vertically, providing increased density and capacity

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

3 Big performance metrics to weigh when you buy an SSD

A
  1. How fast I can read or write long sequences of data stored in the same part of the drive.
  2. How fast I can read or write small chunks of data scattered randomly around the drive and how quickly you can respond to a single request.

3 is combined into 2 ahaha

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

IOPS

A

Input/output operations per second

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

Latency

A

Usually expressed in mili seconds (MS) or microseconds (US)

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

Setting up communication between a CPU and a mass storage drive requires two main items:

A
  1. Must be standardized physical connections between the CPU, the driver controller, and the physical drive. These connections must send data between these devices as quickly as possible while still retaining good security.
  2. The CPU needs to use a standardized protocol sort of like a special language so it knows how to speak to the mass storage device to read and write data to the device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

PATA is referred to as what?

A

Integrated drive electronics (IDE) drives

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

PATA

A

Uses unique 40 pin ribbon cables

These ribbon cables are usually plugged in directly into a systems motherboard

CompTIA will call this IDE cables

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

ATA/ATAPI version 3 introduced:

A

Self monitoring, analysis and reporting technology (S.M.A.R.T)z

An internal drive program that tracked errors and error conditions with in the drive

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

CompTIA exam tip about PATA

A

Objectives refer to the 40 pin PATA ribbon cable as an IDE cable. They’re the same thing. Don’t miss this one on the exam

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

What are the 3 commons STATS specific varieties for SATA drives?

A

1.5 Gbps, 3 Gbps, and 6 Gbps which have max throughput of 150 MBps, 300 MBps, and 600 MBps

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

SATA Express (SATAe)

A

Ties capable drives directly into the PCI express bus on mother boards

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

External SATA (eSATA)

A

Extended to SATA bus to external devices

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

Know your cable lengths

A

PATA (IDE): 18”

SATA: 1 meter

eSATA: 2 meter

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

Advanced host controller interface (AHCI)

A

An efficient way to work with Sarah HBAs. Using this unlocked some of the advanced features of SATA such as native command queuing and hot swapping.

22
Q

Native command queuing (NCQ)

A

Is a disk optimization feature for SATA drives. Use SATA interface to be faster with reading and writing speeds. While SATA supports hot swapping ability, the motherboard and the operating system must also support this.

23
Q

Non-volatile memory

A

is a computer memory that can retain information even when there’s no power supply. Unlike volatile memory, which loses data during power outages, NVM ensures persistent data storage. NVM offers several advantages, including: Fast access times** Low power consumption** High reliability** Reduced energy for write operations** Improved host integrity** NVM is commonly used for data retention and portable storage.

24
Q

NVMe SSDs

A

Comes in a few formats such as add-on expansion card using a PCIe slot on the motherboard, a 2.5 inch drive that works with a SATAe connector, and the most common style M.2 format. —— these are more expensive than other SSDs but offer much higher speeds

25
Small computer system interface (SCSI)
is a set of standards for physically connecting and transferring data between computers and peripheral devices, best known for its use with storage devices such as hard disk drives.
26
Serial attached SCSI (SAS)
Hard drive provides fast and robust storage for servers and storage arrays today
27
SAS4
Provides speeds of up to 22.5 Gbps
28
Mirror drives
Are just copies of the original drive and only to be used if the main one dies
29
Dis mirroring
The process of reading and writing data at the same time to two drives
30
Disk duplexing
allows you to write data across multiple physical disks instead of just one physical disk —- faster than disk mirroring
31
Disk stripping
Spreading the data among multiple (at least two) drives
32
Disk stripping and parity
Protect data by adding extra information called parity data that can be used to rebuild data if one of the drives fails
33
JBOD
Just a bunch of disks or drives
34
Redundant array of independent (or inexpensive) disk (RAID)
An array describes two or more drives working as a unit
35
RAID 0 Disk stripping
Requires at least two drives. Does not provide redundancy to data. If any one drive fails, all data is lost. AKA scary RAID
36
RAID 1 Disk mirroring/duplexing
Requires at least two hard drives, although they also work with any even number of drives. The ultimate and safety but you lose storage space because the data is duplicated, you need two 2-TB drives to store 2 TB of data
37
RAID 5 - Disk stripping w/ distributed parity
Instead of dedicated data and parity drives, this drive distributes data and parity information evenly across all drives. Fastest way to provide data redundancy Requires a least 3 drives
38
RAID 6 - Disk stripping w/ extra parity
Needs at least 4 drives, but you can lose up to two drives @ the same time.
39
RAID 10 - Nested stripped mirrors
Aka RAID 1+0 sometimes a “stripe of mirrors” Requires 4 drives a pair of drives is configured as a mirror and then the same is done to another pair to achieve a pair of RAID 1 arrays If you need more space add another mirrored pair to the striped arrays
40
RAID 0+1 Nested, mirrored stripes
Is a nested set of a raise that works in opposite configuration from RAID 10 Minimum of 4 drives to implement RAID 0+1 Start w/ two RAID 0 striped arrays then mirrors the two arrays to each other
41
Hot swapping
The ability to replace a bad drive w/o disturbing the OS
42
External RAID box (aka enclosure)
This model is typical offering 3 options for the two devices inside: no RAID, RAID 0, or RAID 1
43
What are the most common spindle speeds?
7,200 5,400 10,100 15,000
44
Which form factor connects directly to a dedicated motherboard socket?
M.2 SSD
45
What is an advantage of NVMe SSD?
Faster read/wrire speeds
46
How do SSDs avoids the need to use moving mechanical parts?
By using flash memory
47
What is the max cable length of an internal SATA device?
1 meter
48
What is the max # of SATA drives you can have on a system?
There is no max - just the limitation of your motherboard
49
Which SATA version offers the least overhead ( & thus best performance ) ?
SATAe
50
Which standard supports magnetic SATA drives most efficiently?
AHCI
51
Which RAID standard requires at least four drives?
RAID 10