Operating System (OS) Question:
Download Questions PDF

Explain latency, transfer and seek time with respect to disk I/O.?

Operating System (OS) Interview Question
Operating System (OS) Interview Question

Answer:

Seek time is the time required to move the disk arm to the required track. Rotational delay or latency is the time it takes for the beginning of the required sector to reach the head. Sum of seek time (if any) and latency is the access time. Time taken to actually transfer a span of data is transfer time.

Download Operating System (OS) Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about local and global page replacements?What is the Buddy system of memory allocation in Operating System (OS)?