Jump to content

Access time: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Cleaned up disk portion
Linked to HDD artcle and removed redundant TMI
Line 5: Line 5:
* In a [[telecommunication]]s system, access time is the delay between the start of an [[access attempt]] and successful access. Access time values are measured only on access attempts that result in successful access.
* In a [[telecommunication]]s system, access time is the delay between the start of an [[access attempt]] and successful access. Access time values are measured only on access attempts that result in successful access.
* In a [[computer]], it is the time interval between the instant at which an [[instruction (computer science)|instruction]] control unit initiates a call for [[data]] or a request to [[Computer storage|store]] data, and the instant at which delivery of the data is completed or the storage is started.
* In a [[computer]], it is the time interval between the instant at which an [[instruction (computer science)|instruction]] control unit initiates a call for [[data]] or a request to [[Computer storage|store]] data, and the instant at which delivery of the data is completed or the storage is started.
* In [[disk drive]]s, '''disk access time''' is the time required for a computer to process data from the [[central processing unit|processor]] and then retrieve the required data from a storage device, such as a [[hard drive]]. For hard drives, disk access time is determined by a sum of the spin-up time, seek time, rotational delay, and transfer time.
* In [[disk drive]]s, '''disk access time''' is the time required for a computer to process data from the [[central processing unit|processor]] and then retrieve the required data from a storage device, such as a [[hard drive]]. For hard disk drives, [[Hard_disk_drive#Access_Time|disk access time]] is determined by a sum of the spin-up time, seek time, rotational delay, and transfer time.
** [[Spin-up]] time - is the time required to accelerate the disk to operating speed. Frequently used drives are often left spinning to improve access time, but drives may be spun down to reduce energy use or [[Quiet PC|noise]].
** [[Spin-up]] time - is the time required to accelerate the disk to operating speed. Most drives are left spinning to improve access time, but drives may be spun down to reduce energy use or [[Quiet PC|noise]] as for example in laptop computers.
** [[Seek time]] - is the time for the actuator arm to reach the desired [[Track (disk drive)|disk track]].
** [[Seek time]] - is the time for the actuator arm to reach the desired [[Track (disk drive)|disk track]].
** [[Rotational delay]] - the delay for the rotation of the disk to bring the required [[disk sector]] under the read-write mechanism. It greatly depends on rotational speed of a disk, measured in [[revolutions per minute]] (RPM).
** [[Rotational delay]] - the delay for the rotation of the disk to bring the required [[disk sector]] under the read-write mechanism. It greatly depends on rotational speed of a disk, measured in [[revolutions per minute]] (RPM).
:::Average rotational delay is shown in the table below, based on the empirical relation that the average latency in milliseconds for such a drive is one-half the rotational period:
:::::{| class="wikitable"
|-
!Spindle [rpm]!!Average latency [ms]
|-
|4200||7.14
|-
|5400||5.56
|-
|7200||4.17
|-
|10000||3
|-
|15000||2
|}
:*Transfer time - time during which data is actually read or written to medium, with a certain [[throughput]].
:*Transfer time - time during which data is actually read or written to medium, with a certain [[throughput]].
:In disk drive art the term '''Average Access Time''' usually refers to ''average'' seek time.
:In disk drive art the term '''Average Access Time''' usually refers to ''average'' seek time.

Revision as of 16:51, 2 April 2011

Access time is the time delay or latency between a request to an electronic system, and the access being completed or the requested data returned.

  • In a telecommunications system, access time is the delay between the start of an access attempt and successful access. Access time values are measured only on access attempts that result in successful access.
  • In a computer, it is the time interval between the instant at which an instruction control unit initiates a call for data or a request to store data, and the instant at which delivery of the data is completed or the storage is started.
  • In disk drives, disk access time is the time required for a computer to process data from the processor and then retrieve the required data from a storage device, such as a hard drive. For hard disk drives, disk access time is determined by a sum of the spin-up time, seek time, rotational delay, and transfer time.
    • Spin-up time - is the time required to accelerate the disk to operating speed. Most drives are left spinning to improve access time, but drives may be spun down to reduce energy use or noise as for example in laptop computers.
    • Seek time - is the time for the actuator arm to reach the desired disk track.
    • Rotational delay - the delay for the rotation of the disk to bring the required disk sector under the read-write mechanism. It greatly depends on rotational speed of a disk, measured in revolutions per minute (RPM).
  • Transfer time - time during which data is actually read or written to medium, with a certain throughput.
In disk drive art the term Average Access Time usually refers to average seek time.


See also

Public Domain This article incorporates public domain material from Federal Standard 1037C. General Services Administration. Archived from the original on 2022-01-22. (in support of MIL-STD-188).