5.1 Mass Storage System

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

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:21 AM on 4/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

magnetic disks

provide bulk of secondary storage of modern computers

2
New cards

transfer rate

_____ ______ is rate at which data flow between drive and computer

3
New cards

positioning time (random-access time)

is time to move disk arm to desired cylinder (seek time) and time for desired sector to rotate under the disk head (rotational latency)

4
New cards

head crash

results from disk head making contact with the disk surface

5
New cards

host controller

in computer uses bus to talk to disk controller built into drive or storage array

6
New cards

access latency

Average seek time + average latency

7
New cards

average i/o time

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

8
New cards

Disk bandwidth

The total number of bytes transferred, divided by the total time between the first request for service and the completion of the last transfer

9
New cards

logical blocks

The smallest unit of transfer, addressed as a large 1-dimensional array

10
New cards

Low-level formatting

Dividing a disk into sectors that the disk controller can read and write

11
New cards

network attached storage

is storage made available over a network rather than over a local connection (such as a bus)

12
New cards

shortest seek time first

selects the request with the minimum seek time from the current head position

13
New cards

scan

  • Sometimes called the elevator algorithm

  • the disk arm starts at one end of the disk, and moves toward the

    other end, servicing requests until it gets to the other end of the

    disk, where the head movement is reversed and servicing

    continues.

14
New cards

c-scan

  • Provides a more uniform wait time than SCAN

  • The head moves from one end of the disk to the other, servicing

requests as it goes

15
New cards

c-look

  • a version of C-SCAN

  • Arm only goes as far as the last request in each direction,

    then reverses direction immediately, without first going all

    the way to the end of the disk

16
New cards

clusters

To increase efficiency most file systems group blocks into _____

17
New cards

bootstrap loader

program stored in boot blocks of boot partition

18
New cards

sector sparing

Methods such as _____ _____ used to handle bad blocks

19
New cards

swap-space

virtual memory uses disk space as an extension of main memory

20
New cards

raid

redundant array of inexpensive disks

21
New cards

mirroring, shadowing

_____ or ______ keeps duplicate of each disk

22
New cards

snapshot

is a view of file system before a set of changes take place (i.e. at a point in time)