Share on Facebook Share on Twitter Email
Answers.com

direct access storage device

 
Dictionary: direct access storage device

n. (Abbr. DASD)
A type of storage device, such as a magnetic disk, in which bits of data are stored at precise locations, enabling the computer to retrieve information directly without having to scan a series of records.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

(Direct Access Storage Device) Pronounced "daz-dee." A peripheral device that is directly addressable, such as a disk or drum. The term is used in the mainframe world.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Dental Dictionary: direct access storage device
Top

n

A device used for storage of direct access files. It could be a magnetic disk or diskette units.

Wikipedia: Direct access storage device
Top

In mainframe computers and some minicomputers, a direct access storage device, or DASD (pronounced /ˈdæzdi/), is any secondary storage device which has relatively low access time for all its capacity.

Historically, IBM introduced the term to cover three different device types:

  1. disk drives
  2. magnetic drums
  3. data cells

The direct access capability, occasionally and incorrectly called random access (although that term survives when referring to memory or RAM), of those devices stood in contrast to sequential access used in tape drives. The latter required a proportionally long time to access a distant point in a medium.

Contents

Architecture

IBM mainframes access I/O devices through 'channels', a type of subordinate mini-processor. Channel programs write to, read from, and control the given device.

CTR (CHR)

Channel programs address data through a scheme called bin-cyl-trk-rec or BBCCHHRR, an eight byte address divided into 16 bit-components representing the bin (for data cells), cylinder (for discs), head (or track), and the record number. Once the data cell was discontinued[when?], the addressing scheme and the device itself was referred to as CHR or CTR for cylinder-track-record, as the bin number was always 0.

IBM referred to the data records programmers worked with as logical records, and how they were stored on disc as blocks or physical records. One block could contain several logical (or user) records or, in some schemes, partial logical records.

Physical records could have any size up to the limit of a cylinder, although in usual practice, blocks or physical records did not exceed the capacity of a single track.

CKD

CHR/CTR acronyms should not be confused with CKD, which refers to Count Key Data, the layout of an addressable data record on a CTR disc.

FBA

In the 1970s, IBM introduced fixed block architecture, or FBA. At the programming level, these devices did not use the traditional CHR addressing, but referenced fixed-length blocks by number, much like sectors in mini-computers. More correctly, the application programmer remained unaware of the underlying storage arrangement, which stored the data in fixed physical block lengths of 512, 1024, 2048, or 4096.

For many applications, FBA not only offered simplicity, but an increase in throughput. GOAL Systems of Columbus, Ohio, discovered that an FBA emulator written for VM by Bill Jurist delivered an unexpected boost of speed.

Access

The programming interface macros and routines were collectively called[by whom?] DAM: direct access methods.

DOS/VSE

  • DAmod/DTFDA – direct access
  • SDmod/DTFSD – sequential disc
  • ISmod/DTFIS - indexed sequential
  • VSAM – virtual sequential access method

MVS, OS/390

  • VSAM – virtual sequential access method
    • etc.

Present terminology

Both drums and data cells have disappeared as products, so DASD remains as a synonym of a disk device. Modern DASD used in mainframes only very rarely consist of single disk-drives: most commonly "DASD" means large disk arrays utilizing RAID schemes.

See also


 
 

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc.  All rights reserved.  Read more
Dental Dictionary. Mosby's Dental Dictionary. Copyright © 2004 by Elsevier, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Direct access storage device" Read more