Seek timeis the specific performance measure that describes how long a hard disk drive’s actuator takes tomove the read/write heads across the plattersfrom the current track (cylinder) to the target track where the requested data resides. In traditional magnetic HDDs, the heads must be physically repositioned before any sector can be read or written, making seek time a core component of mechanical latency.
Digital forensics materials emphasize understanding this distinction because HDD mechanical behavior affectsacquisition duration, the feasibility of repeated scans, and why imaging or carving operations can take longer on fragmented media. It also helps explain why solid-state drives (SSDs), which have no moving heads, do not have seek time in the same sense and therefore behave differently during large-scale reads.
The other choices are broader or unrelated:access timetypically refers to thetotal time to retrieve data, commonly combiningseek time + rotational latency + transfer time.Delay timeis not the standard term for head movement in disk performance definitions.Mean timeis incomplete as written and is usually part of reliability metrics like mean time between failures, not head positioning. Therefore, the correct measure for head movement time isSeek time (C).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit