Lecture 22-CSCIU511-Jahangir Majumder-Spring 2025

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

1/11

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to File Systems and Disk Scheduling as presented in the CSCI U511 01 Operating Systems lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is the primary focus of Lecture 22 in CSCI U511 01 Operating Systems?

Discussion on File System and Disk Scheduling.

2
New cards

What is one of the desirable properties of files in a file system?

Long-term existence; files are stored on durable secondary storage.

3
New cards

Name typical operations that can be performed on files in a file system.

Create, Delete, Open, Close, Read, Write.

4
New cards

What are the storage devices mentioned in the lecture notes?

Magnetic disks and Flash memory.

5
New cards

How is disk performance measured?

Disk Latency = Seek Time + Rotation Time + Transfer Time.

6
New cards

What is Seek Time in the context of disk performance?

The time required to move the disk arm to the required track.

7
New cards

Describe the SCAN disk scheduling algorithm.

Moves the disk arm in one direction, serving all requests, then reverses direction.

8
New cards

What does C-SCAN stand for in disk scheduling?

Circular SCAN; the arm only moves in one direction and returns to the opposite end after serving requests.

9
New cards

What is the advantage of the Shortest Service Time First (SSTF) scheduling?

It selects the disk I/O request that requires the least movement of the disk arm.

10
New cards

How does the R-CSCAN scheduling algorithm differ from CSCAN?

R-CSCAN takes into account that short track switches are less than rotational delay.

11
New cards

What is the typical average seek time on contemporary hard disks?

Under 10ms.

12
New cards

What is the significance of rotational delay in disk performance?

It is the time required for the addressed area of the disk to rotate into position for access.