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.
IBM DASD
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.
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 270,[3]:62366,[4]:11 512, 1024, 2048, and 4096.
Hard Disk Drives
Modern HDD serial interfaces, i.e., Serial ATA (SATA) or Serial attached SCSI (SAS) use logical block addressing.
References
- ^ IBM System/360 Operating System: System Control Blocks [1]
- ^ [2]
- ^ IBM System 360 Model 20 Functional Characteristics
- ^ IBM System/360 model 44 Functional Characteristics
