45, 81, 185, 33, 175, 99, 150, 77
(Consider that the head starts from location 58)
What shall be the 2nd request being processed by SCAN (LEFT) disc Scheduling technique for the already given request queue ?
The SCAN (Scan) disk scheduling algorithm, also known as the elevator algorithm, works by moving the disk head in one continuous direction (e.g., towards cylinder 0 or the highest cylinder number) servicing all the requests in its path. Once it reaches the end of the disk, it reverses direction and scans back towards the other end, servicing the remaining requests.
In this specific problem, we are using the SCAN (LEFT) variant. This means the disk head starts moving from its current position towards cylinder 0.
The given disk requests are for cylinders: $45$, $81$, $185$, $33$, $175$, $99$, $150$, $77$.
The disk head initially starts at cylinder $58$.
The direction is LEFT, meaning the head will move towards cylinder $0$.
Following the SCAN (LEFT) disk scheduling algorithm, starting from cylinder $58$:
Thus, the 2nd request processed is $33$.
Which of the following is the time taken to move an access arm to a certain track on a disk?
Move the Read/Write head of disk in or out to position on a correct track is known as ______.
_______ is a process of lifting the process from memory and placing it on disk.
| List I | List II |
| A. RAID Level 2 | I. Block interleaved distribution parity |
| B. RAID Level 3 | II. Also known as P+Q redundancy Scheme |
| C. RAID Level 5 | III. Bit interleaved parity |
| D. RAID Level 6 | IV. Also known as Memory style error correcting code organization |