The time required to wait until Read/Write head comes under a desired sector is known as ______
Rotational delay
When a computer needs to read data from or write data to a hard disk drive (HDD), it takes time for the process to complete. This total time is known as disk access time. Disk access time is made up of several components.
The question asks about the specific time required for the Read/Write head, which is positioned over the correct track (after seeking), to wait until the desired data sector on that track rotates directly underneath it. The magnetic disk platters are constantly spinning at a high speed.
Based on the definitions, the time required to wait until the Read/Write head comes under a desired sector is precisely the definition of rotational delay. The head is already on the correct track (after seek time), and it is waiting for the disk's rotation to bring the sector into position.
The total disk access time is typically calculated as the sum of its main components:
\( \text{Disk Access Time} = \text{Seek Time} + \text{Rotational Delay} + \text{Transfer Time} \)
Where Transfer Time is the time it takes to actually read or write the data once the head is over the correct sector.
| Component | Description |
|---|---|
| Seek Time | Time to move head to the correct track. |
| Rotational Delay (Latency) | Time for the desired sector to rotate under the head. |
| Transfer Time | Time to read/write the data itself. |
Rotational delay is also often called rotational latency. It depends entirely on the rotation speed of the disk (measured in RPM - Revolutions Per Minute). A faster spinning disk will have a lower average rotational delay.
The worst-case rotational delay is the time for one full rotation. The best-case is zero (if the head arrives just as the sector passes). On average, the rotational delay is half the time it takes for one full rotation.
For a disk rotating at \(R\) RPM, the time for one rotation is \( \frac{60}{R} \) seconds. The average rotational delay is approximately \( \frac{1}{2} \times \frac{60}{R} = \frac{30}{R} \) seconds or \( \frac{30000}{R} \) milliseconds.
Which of the following cloud concept/s is/are related to pooling and sharing of resources?
(A) Virtual Memory
(B) Service
(C) Virtualization
Choose the correct answer from the options given below:
Size of virtual memory depends on
If two non-continuous free partition of size ‘a’ and ‘b’ are available. A process of size ‘c’ cannot be allocated even when a + b > c, a < c and b < c. This problem is known as _______.
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: Thrashing occurs when a process spends more time on paging than executing.
Reason R: It happens when the degree of multiprogramming is too low and frames are insufficient.
In the light of the above statements, choose the most appropriate answer from the options given below