What type of file access jumps directly to any piece of data in the file without reading the data that came before it?

What is direct access?

In computer storage, direct access is the process of reading and writing data on a storage device by going directly to where the data is physically located on the device rather than having to move sequentially from one physical location to the next to find the correct data. The term direct access is often considered synonymous with random access because data is accessed randomly rather than sequentially.

Direct access relies on addressing techniques that enable the operating system (OS) to identify the data's location without having to search for the data. In this way, the OS can go to a specific physical location on a storage device, wherever the data is stored, making it possible for applications to read or write data much faster than they could if accessing the data sequentially.

A storage device that supports direct access is referred to as a direct access storage device (DASD). Each data block on a DASD volume is assigned a unique address that represents a distinct location. Direct access storage devices use electrical or electromechanical mechanisms to provide immediate access to addressable locations on the device.

A DASD can store all types of permanent and temporary data, including user, system and application data. Common direct access storage devices include solid-state drives (SSDs) and hard disk drives (HDDs).

What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
Direct access storage devices include RAID arrays like the one pictured here, hard disk drives, solid state drives, systems like magnetic drums and data cells, optical discs and PC storage devices.

Direct access vs. sequential access

An alternative to direct access is sequential access, in which data is found by starting at one location on the storage medium and seeking through every successive location until the data is discovered. Sequential access is typically much slower than direct access and not suited for most applications.

In contrast, direct access does not need to perform the extensive searching required of sequential access, resulting in faster, more efficient data access. An application that uses direct access can go straight to the data without needing to progress serially across the storage medium.

Sequential access is usually associated with tape drive storage media, which require data to be read serially. As a result, tape systems are much slower than other media and, in today's data centers, tend to be limited to data archiving and cold storage. Storage devices that support direct access include a much broader range of media.

What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
Sequential access, most often associated with tape drives, is typically much slower than direct access.

Originally, direct access storage devices included only HDDs and systems such as magnetic drums and data cells, but DASDs now include SSDs, optical discs, PC storage devices and redundant array of independent disks (RAID) storage systems. Because these devices support direct access, they can accommodate many more types of applications and workloads than sequential access devices.

This was last updated in January 2022

Continue Reading About direct access

  • How to develop and implement a data storage plan
  • Storage performance metrics: Five key areas to look at
  • What is tiered storage and how it is good for business?
  • What is ISAM (Indexed Sequential Access Method) and how does it work?
  • A look at access methods for open systems and mainframes

Dig Deeper on Primary storage devices

  • What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
    direct access storage device (DASD)

    What type of file access jumps directly to any piece of data in the file without reading the data that came before it?

    By: Robert Sheldon

  • What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
    tape drive

    What type of file access jumps directly to any piece of data in the file without reading the data that came before it?

    By: Paul Kirvan

  • What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
    VSAM (Virtual Storage Access Method)

    By: TechTarget Contributor

  • What type of file access jumps directly to any piece of data in the file without reading the data that came before it?
    IP surveillance: The storage it needs, on-premise and in the cloud

    What type of file access jumps directly to any piece of data in the file without reading the data that came before it?

    By: Antony Adshead

Which type of file access jumps directly to a piece of data in the file without having to read all the data that comes before?

When working with a sequential access file, you can jump directly to any piece of data in the file without reading the data that comes before it.

What is the process of retrieving data from a file called?

Data recovery is the process of restoring data that has been lost, accidentally deleted, corrupted or made inaccessible. In enterprise IT, data recovery typically refers to the restoration of data to a desktop, laptop, server or external storage system from a backup.

What is the process of retrieving data from a file called quizlet?

What is the process of retrieving data from a file? Known as reading data from the file.

What happens when a piece of data is written to a file?

Which of the following describes what happens when a piece of data is written to a file? The data is copied from a variable in RAM to a file.