CS240 Disk Operation & Scheduling Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from CS240 lecture on magnetic hard disks, SSDs, performance metrics, and disk scheduling algorithms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Magnetic Hard Disk Drive (HDD)

Mechanical storage device using rotating platters coated with magnetic material for long-term, high-capacity, low-cost data storage.

2
New cards

Platter

Circular disk inside an HDD whose surfaces store data in concentric magnetic tracks.

3
New cards

Track

Concentric ring of magnetic storage on a platter where data sectors are laid out.

4
New cards

Sector

Smallest addressable block on a disk (traditionally 512 B, now often 4 KB) containing preamble, ID, data, ECC, and gaps.

5
New cards

Cluster

File-system unit consisting of one or more contiguous sectors; minimum space a file can occupy on disk.

6
New cards

Actuator

Electromechanical component that moves the read/write heads across the disk tracks.

7
New cards

Read/Write Head

Slider-mounted element that senses or alters magnetic polarity on a platter to read or write data.

8
New cards

Zoned Bit Recording (ZBR)

Technique that stores more sectors on outer tracks than inner ones, boosting capacity and outer-track transfer rates.

9
New cards

Rotational Velocity

Constant spinning speed of platters; with ZBR, outer tracks pass under the head faster, giving higher data rates.

10
New cards

Seek Time

Time for the actuator to move the head to the desired track; dominant component of disk access latency.

11
New cards

Average Latency

Mean delay to reach a sector, including half a rotation on average; typically 4–9 ms for HDDs.

12
New cards

Data Rate

Bandwidth between drive and system, limited by interface (e.g., SATA, SAS, NVMe) and internal media speed.

13
New cards

Capacity

Total amount of user-addressable data a drive can reliably store.

14
New cards

Mean Time To Failure (MTTF)

Statistical measure of drive reliability; HDD electronics often give 4-7 year expected lifetime.

15
New cards

Native Command Queuing (NCQ)

SATA feature letting the drive reorder queued requests internally to minimise seeks.

16
New cards

Shortest Seek Time First (SSTF)

Scheduling algorithm that services the request closest to the current head position, potentially starving outer/inner tracks.

17
New cards

SCAN Algorithm

“Elevator” scheduling that moves the head in one direction servicing requests until the end track, then reverses.

18
New cards

C-SCAN Algorithm

Like SCAN, but after reaching one end the head quickly returns to the start without servicing, giving uniform wait times.

19
New cards

LOOK Algorithm

Variant of SCAN that turns around at the last outstanding request instead of going to the physical end track.

20
New cards

C-LOOK Algorithm

Variant of C-SCAN that flys back after the last request in a direction, avoiding travel to unused end tracks.

21
New cards

Solid State Drive (SSD)

Non-mechanical storage using NAND flash; offers 20–40× faster access, higher cost, less capacity, and finite write endurance.

22
New cards

Floating Gate Transistor

Flash memory cell technology that traps electrons to store non-volatile bits in SSDs.

23
New cards

Serial ATA 3 (SATA 3)

Common consumer HDD/SSD interface supplying up to 6 Gbit/s serial bandwidth.

24
New cards

Serial Attached SCSI-5 (SAS-5)

Enterprise disk interface offering roughly 45 Gbit/s throughput.

25
New cards

NVMe

High-performance PCIe-based protocol for SSDs, delivering greater parallelism and data rates than SATA/SAS.