Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A disk queue is holding requests to the following cylinders in the order: 1 1 0 , 1 2 , 1 5 , 2 0

A disk queue is holding requests to the following cylinders in the order: 110,12,15,20,70,145,90,80. What is the order that the requests are serviced for the algorithms listed below, assuming the disk head is at cylinder 45. The disk has a total of 200 cylinders (0-199). Hint: For SCAN, pay attention to the direction the read/write head is moving.
FCFS scheduling
SCAN scheduling (arm is moving from cylinder 45 towards cylinder 0)
C-SCAN scheduling
Which algorithm gives the best result (i.e., services all the requests with the minimum amount of head movement).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions