Jump to content

Block (data storage)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wfeidt (talk | contribs) at 16:27, 7 September 2003 (Here's a start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computing (specifically data transmission and data storage), block size indicates a nominal size, often expressed in bytes or bits, of a block of data. Data thus structured is said to be blocked. The process of putting data into blocks is called blocking. Blocking is used to the facilitate the handling of the data-stream by the computer program receiving the data. Blocked data is normally read a block at a time. Blocking is almost universally employed when storing data to 9-track magnetic tape.