Problem: A number of disk requests come into the disk driver for…

Question Answered step-by-step Problem: A number of disk requests come into the disk driver for… Problem:A number of disk requests come into the disk driver for cylinders 10, 22, 20, 2, 45, 6, and 38, in that order.  It is known that a seek takes 3 ms per cylinder moved.  How much seek time is needed for (a) First-come-first-served (FCFS) (4 pts) (b) Shortest Seek first (SSF).  (4 pts)(c) Elevator algorithm (initially the disk arm is moving upward, from low to high cylinders) (4 pts)       In all cases, the arm is initially at cylinder 35. Please show the calculation procedures.  Engineering & Technology Computer Science CSE 3320 Share QuestionEmailCopy link Comments (0)