Seek Time, and More
Seek Time, and More
Here are the definitions of the terms seek time, rotational delay, and exist time (assuming "exist time" means access time) in the
context of memory in computer architecture, specifically related to magnetic disk storage:
1. Seek Time:
Definition:
Seek time is the time taken by the read/write head of a disk to move and position itself over the correct track where the data is stored.
Explanation:
When data is to be read or written, the disk's actuator moves the head to the appropriate track on the spinning disk platter. The duration of this
mechanical movement is called the seek time.
Typical Range:
Definition:
Rotational delay is the time taken for the disk to rotate so that the desired sector of the track comes under the read/write head.
Explanation:
After the head reaches the correct track, the disk continues spinning. The time waiting for the target sector to arrive under the head is the
rotational delay.
Typical Range:
Definition:
Access time is the total time taken to locate and retrieve data from memory or storage.
Explanation:
For disk storage, access time = seek time + rotational delay + transfer time. It represents the overall delay from the moment a data request is
made until the data is available for use.