Exam 2 short answer concepts Flashcards

1
Q

Seek time

A

The time it takes the read/write head to reach the desired cylinder. This has nothing to do with disk rotation, but rather with the arm moving in/out. This number would be given.

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

How are RPM and latency related.

A

Increasing RPM = decreasing latency. Disk moves faster so it takes less time to find the desired location.

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

Access latency(aka average access time) = ?

A

Average seek time + average latency.

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

Rotational latency.

A

Time it takes the read/write head to reach the desired sector on a track. This is how fast the disk rotates under the head.

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

Access time = ?

A

Seek time + rotational latency.

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

Average latency = ?

A

First you find latency. You divide RPM/60. This gives you the fraction of a second it takes rotate once (in milliseconds). Then you divide this number by 2 to find the average latency.

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

Average I/O time.

A

Average access time + (amount to transfer/transfer rate) + controller overhead

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

RAID 0

A

Non-redundant striping. Increases chance for data loss. Data is spread across 2 separate disks. Used when speed matters, since it allows faster access to data.

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

RAID 1

A

Mirroring. Data copied on a second disk.

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

RAID 5

A

Striping with parity. Most common. Requires as least 3 disks. Data spread across many disks, and each disk uses parity information to rebuild the data if a disk fails. Downside - reduces total amount of data that can be stored since an entire disk worth of data is used for parity. Example, 4 1GB disks are used, but one whole disk is used for parity so there’s only 3GB available to store info.

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