• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Fundamental » Memory » Access Time – What is disk access time?
Next →
← Prev

Access Time – What is disk access time?

By Dinesh Thakur

Hard Disk Access time is the total elapsed time between the initiation of a particular request for data and receipt of the first bit of that data.

Direct access devices (Hard Disk Drive) require varying times to position a disk head over a particular record. In the case of a moving-head disk drive, this involves positioning the comb (head assembly, as in Fig.) to the designated cylinder, plus rotation of the selected track to the desired record. Comb-movement times for a typical medium-sized disk drive are shown in Fig.

For a disk, total access time is the sum of comb-movement and rotational times to reach a particular record (plus the time to switch from reading or writing one surface to another, but, since this is done at electronic speeds, it contributes almost nothing to the access time). There is a different access time for each record retrieved at random from a disk drive, since it is necessary to move from cylinder C1 to cylinder C2 (Fig.), and then await rotational positioning of record R.

Suppose the disk drive, whose comb-movement time is shown in Fig, rotates at 3,600 rpm, which is equivalent to 16.7 ms per rotation. Then the maximum access time for this device is 87 ms (70 ms for the comb movement, plus 17 ms for the rotation), the average access time is about 43 ms (35 + 8) and the minimum access time is 12 ms. The latter time, which is the time required to move the comb to an adjacent cylinder is also called the track-to-track access time. Of course, if successive records are on the same cylinder, the access time can be zero.

Average access time is an important parameter for analytical planning of a real-time computer application, e.g. an on-line inquiry system. Minimum access time is more important for sequential usage of disk drives. The dominant component of delay for sequential retrieval of records from a disk drive is the average time for a half-rotation (8.3 ms for the drive described in Fig).

During the past 30 years, rotational speeds for hard disk drives have improved relatively little: 3,600 rpm is typical. But bit densities per track have increased fivefold in this same period, so that average transfer speeds have increased even if track-to-track access times have not diminished. During this period, average access times have been halved as a result of a widespread changeover from hydraulic actuators to “voice coil” actuators for moving the comb mechanism.

Side view of typical disk drive

Comb-movement times for typical disk drive

For a floppy disk drive, the average access time is 25 ms; the access times for compact disc read-only memories (CD-ROMs)are approximately twice as long as for floppy disks. For a drum or fixed-head disk, average access time is a half-revolution and maximum access time is a full revolution, since both have heads that are fixed over the data areas. Average access times for drums are 5 to 10 ms.

Top view of typical disk drive.

For “honeycomb” lattices of videotape cartridges and similar mass storage systems, average access times depend on movement of the medium to a read/write head. For tape-cartridge mass storage systems, average access time is approximately 15sec and minimum access time to a new cartridge is approximately 12 sec.

You’ll also like:

  1. What is Access Method? Explain Different type of Access Methods
  2. What is Disk Controller?
  3. What is Disk Scheduling? Type of Disk Scheduling
  4. What is disk cache? – Definition
  5. What is a RAM Disk? – Definition
Next →
← Prev
Like/Subscribe us for latest updates     

About Dinesh Thakur
Dinesh ThakurDinesh Thakur holds an B.C.A, MCDBA, MCSD certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to guides around Computer fundamental , computer software, Computer programming, and web apps.

Dinesh Thakur is a Freelance Writer who helps different clients from all over the globe. Dinesh has written over 500+ blogs, 30+ eBooks, and 10000+ Posts for all types of clients.


For any type of query or something that you think is missing, please feel free to Contact us.


Primary Sidebar

Computer Memory

Computer Memory

    • Computer - Memory
    • Computer - Types of Memory
    • Computer - RAM
    • Computer - Types of RAM
    • Computer - ROM
    • Computer - RAM Vs ROM
    • Computer - Associative Memory
    • Computer - SemiConductor Memory
    • Computer - Primary Memory
    • Computer - Auxiliary Memory
    • Computer - Flash Memory
    • Computer - EPROM
    • Computer - Secondary Memory
    • Computer - Sequential Access Memory
    • Computer - EEPROM
    • Computer - Bubble Memory
    • Computer - DDRAM Vs FPMDRAM
    • Computer - SDRAM
    • Computer - DRAM
    • Computer - VRAM
    • Computer - ECC Memory
    • Computer - PC RAM
    • Computer - NVRAM
    • Computer - Register

Computer Devices

    • Computer - Input/Output Devices
    • Computer - Printer
    • Computer - Laser Printer
    • Computer - Hard Drive
    • Computer - Dot-Matrix Printer
    • Computer - Impact and Non-Impact
    • Computer - Storage Devices
    • Computer - Primary Storage
    • Computer - Types of Storage
    • Computer - Line Printer

Other Terms

    • Computer - Interrupt
    • Computer - Classify Storage Devices
    • Computer - CISC and RISC
    • Computer - Access Method
    • Computer - Memory Mapping
    • Computer - OMR
    • Computer - Access Time
    • Computer - Types of integrity
    • Computer - Buffer
    • Computer - Associative Cache
    • Computer - RAM Parity
    • Computer - Disk Cache
    • Computer - Disk Controller
    • Computer - Cycle Time
    • Computer - IDE
    • Computer - RAM Disk
    • Computer - Cartridge Hard Disk
    • Computer - DPI
    • Computer - Fatal Error
    • Computer - Install HDD/SSD
    • Computer - Input Technologies
    • Computer - OCR

Binary Number

  • CO - EBCDIC
  • CO - ASCII Code
  • CO - Bit
  • CO - ASCII
  • CO - BCD Numbers
  • CO - Binary Numbers
  • CO - Byte
  • CO - Bits and Bytes
  • CO - Machine Code

Other Links

  • Computer Memory - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW