Operating SystemsTU Board 2081
Find the seek time using SCAN, C SCAN, Look and C Look disk scheduling algorithms for processing the following request queue: 35, 70, 45, 15, 65, 20, 80, 90, 75, 130. Suppose the disk has tracks…
10Find the seek time using SCAN, C-SCAN, Look and C-Look disk scheduling algorithms for processing the following request queue:
35, 70, 45, 15, 65, 20, 80, 90, 75, 130.
Suppose the disk has tracks numbered from 0 to 150 and assume the disk arm to be at 30 and moving outward.
This question was also asked in TU Board 2079. Read the worked answer →
Discussion
Loading…
More Operating Systems questions
Explain the differences between deadlock, livelock and starvation. A system has four processes and five allocated resources. Given the following current…TU Board 208210How are files implemented using linked list allocation? How many disk operations are needed to fetch the i node for a file with the path name…TU Board 208210If a disk has double interleaving, does it also need cylinder skew in order to avoid missing data when making a track to track seek? Justify your answer.…TU Board 208210List and describe two main functions of an operating system.TU Board 20825Define segmentation. Why do we need multiple queues in process scheduling?TU Board 20825What do you mean by open source operating systems? Why do you think the designers of Linux made it impossible for a process to send a signal to another…TU Board 20825