Fixed Block Architecture
Fixed Block Architecture (FBA) is a disk layout in which each addressable record (block) on disk is of the same size. The term fell out of use, since nearly all modern disk drives use this principle, termed logical block addressing and usually having a constant addressable block size of 512 bytes.
Contents |
[edit] IBM DASD
[edit] Count Key Data
IBM mainframe systems' disks, called DASD, had traditionally been addressable in a form MBBCCHHR (extent-Bin-Cylinder-Head-Record,[1] which was capable of storing records of varied size. Besides direct addressing, programmers were able to search by key, using the underlying count-key-data (CKD) structure.
[edit] FBA
In IBM's implementation, a disk drive that stores data in blocks of fixed size.[2]
Various IBM FBA devices featured block sizes of 366,[3]:11 512, 1024, 2048, and 4096.
[edit] Hard Disk Drives
Modern HDD serial interfaces, i.e., Serial ATA (SATA) or Serial attached SCSI (SAS) use logical block addressing.