Device Management
Device Management
Device Management
2. Read/Write Heads
The read/write heads are mechanical arms that move
across the surface of the platters to read or write data.
These heads are responsible for the actual data transfer
between the disk and the computer’s memory.
3. Sectors
Sectors are the smallest units of data storage on a disk.
Each sector can hold a fixed amount of data, typically 512
bytes. All data on a disk is divided into sectors, and each
sector is assigned a unique address for easy retrieval.
4. Disk Structure Layers
The disk structure consists of multiple layers that help
organize and manage the data stored on the disk. Let’s
delve into these layers.
Rotational Latency: Rotational Latency is the time taken by the desired sector of the disk to
rotate into a position so that it can access the read/write heads. So the disk scheduling
algorithm that gives minimum rotational latency is better.
Transfer Time: Transfer time is the time to transfer the data. It depends on the rotating speed
of the disk and the number of bytes to be transferred.
Disk Response Time: Response Time is the average time spent by a request waiting to
perform its I/O operation. The average Response time is the response time of all
requests. Variance Response Time is the measure of how individual requests are serviced with
respect to average response time. So the disk scheduling algorithm that gives minimum
variance response time is better.
Goal of Disk Scheduling Algorithms :