Drum memory

From Wikipedia, the free encyclopedia
(Redirected from Magnetic drum)
Drum memory of a Polish ZAM-41 [pl] computer
Drum memory from the BESK computer, Sweden's first binary computer, which made its debut in 1953

Drum memory was a magnetic data storage device invented by Gustav Tauschek in 1932 in Austria.[1][2] Drums were widely used in the 1950s and into the 1960s as computer memory.

Many early computers, called drum computers or drum machines, used drum memory as the main working memory of the computer.[3] Some drums were also used as secondary storage as for example various IBM drum storage drives.

Drums were displaced as primary computer memory by magnetic core memory, which offered a better balance of size, speed, cost, reliability and potential for further improvements.[4] Drums were then replaced by hard disk drives for secondary storage, which were both less expensive and offered denser storage. The manufacturing of drums ceased in the 1970s.

Technical design[edit]

A drum memory or drum storage unit contained a large metal cylinder, coated on the outside surface with a ferromagnetic recording material. It could be considered the precursor to the hard disk drive (HDD), but in the form of a drum (cylinder) rather than a flat disk. In most designs, one or more rows of fixed read-write heads ran along the long axis of the drum, one for each track. The drum's controller simply selected the proper head and waited for the data to appear under it as the drum turned (rotational latency). Not all drum units were designed with each track having its own head. Some, such as the English Electric DEUCE drum and the UNIVAC FASTRAND had multiple heads moving a short distance on the drum in contrast to modern HDDs, which have one head per platter surface.

In November 1953 Hagen published a paper disclosing "air floating" of magnetic heads in an experimental sheet metal drum.[5] A US patent filed in January 1954 by Baumeister of IBM disclosed a "spring loaded and air supported shoe for poising a magnetic head above a rapidly rotating magnetic drum."[6] Flying heads became standard in drums and hard disk drives.

Magnetic drum units used as primary memory were addressed by word. Drum units used as secondary storage were addressed by block. Several modes of block addressing were possible, depending on the device.

  • Blocks took up an entire track and were addressed by track.
  • Tracks were divided into fixed length sectors and addressing was by track and sectors.
  • Blocks were variable length, and blocks were addressed by track and record number.
  • Blocks were variable length with a key, and could be searched by key content.

Some devices were divided into logical cylinders, and addressing by track was actually logical cylinder and track.

The performance of a drum with one head per track is comparable to that of a disk with one head per track and is determined almost entirely by the rotational latency, whereas in an HDD with moving heads its performance includes a rotational latency delay plus the time to position the head over the desired track (seek time). In the era when drums were used as main working memory, programmers often did optimum programming—the programmer—or the assembler, e.g., Symbolic Optimal Assembly Program (SOAP)—positioned code on the drum in such a way as to reduce the amount of time needed for the next instruction to rotate into place under the head.[7] They did this by timing how long it would take after loading an instruction for the computer to be ready to read the next one, then placing that instruction on the drum so that it would arrive under a head just in time. This method of timing-compensation, called the "skip factor" or "interleaving", was used for many years in storage memory controllers.

History[edit]

Tauschek's original drum memory (1932) had a capacity of about 500,000 bits (62.5 kilobytes).[2]

One of the earliest functioning computers to employ drum memory was the Atanasoff–Berry computer (1942). It stored 3,000 bits; however, it employed capacitance rather than magnetism to store the information. The outer surface of the drum was lined with electrical contacts leading to capacitors contained within.

Magnetic drums were developed for the U.S. Navy by Engineering Research Associates (ERA) in 1946 and 1947.[8] An experimental ERA study was completed and reported to the Navy on June 19, 1947.[8] Other early drum storage device development occurred at Birkbeck College (University of London),[9] Harvard University, IBM and the University of Manchester. An ERA drum was the internal memory for the ATLAS-I computer delivered to the U.S. Navy in October 1950 and later sold commercially as the ERA 1101 and UNIVAC 1101. Through mergers, ERA became a division of UNIVAC shipping the Series 1100 drum as a part of the UNIVAC File Computer in 1956; each drum stored 180,000 6-bit characters (135 kilobytes).[10]

The first mass-produced computer, the IBM 650 (1954), initially had up to 2,000 10-digit words, about 17.5 kilobytes, of drum memory (later doubled to 4,000 words, about 35 kilobytes, in the Model 4). As late as 1980, PDP-11/45 machines using magnetic core main memory and drums for swapping were still in use at many of the original UNIX sites.

In BSD Unix and its descendants, /dev/drum was the name of the default virtual memory (swap) device, deriving from the use of drum secondary-storage devices as backup storage for pages in virtual memory.[11]

Magnetic drum memory units were used in the Minuteman ICBM launch control centers from the beginning in the early 1960s until the REACT upgrades in the mid-1990s.

See also[edit]

References[edit]

  1. ^ US Patent 2,080,100 Gustav Tauschek, Priority date August 2, 1932, subsequent filed as German Patent DE643803, "Elektromagnetischer Speicher für Zahlen und andere Angaben, besonders für Buchführungseinrichtungen" (Electromagnetic memory for numbers and other information, especially for accounting institutions)
  2. ^ a b Universität Klagenfurt (ed.). "Magnetic drum". Virtual Exhibitions in Informatics. Archived from the original on 14 April 2022. Retrieved 2011-08-21.
  3. ^ Datamation, September 1967, p.25, "For Bendix and Ramo-Wooldridge, the G-20 and RW-400 were parallel core machines rather than serial drum machines of the type already in their product lines."
  4. ^ Matick, Richard (1977). Computer Storage Systems & Technology. Wiley. p. 15.
  5. ^ Hagen, Glenn E. (1953-11-01). Computers and Automation 1953-11: Vol 2 Iss 8. Internet Archive. Berkeley Enterprises. pp. 23, 25.
  6. ^ Baumeister, H (December 2, 1958). "US Patent 2,862,781 RECORDING SUPPORT DEVICES" (PDF). Retrieved July 1, 2023.
  7. ^ SOAP II - Symbolic Optimal Assembly Program for the IBM 650 Data Processing System (PDF), IBM, 24-4000-0
  8. ^ a b Eric D. Daniel; C. Denis Mee; Mark H. Clark (1998). Magnetic Recording: The First 100 Years. Wiley-IEEE. pp. 238, 241. ISBN 0-7803-4709-9.
  9. ^ Campbell-Kelly, Martin (April 1982). "The Development of Computer Programming in Britain (1945 to 1955)". IEEE Annals of the History of Computing. 4 (2): 121–139. doi:10.1109/MAHC.1982.10016. S2CID 14861159.
  10. ^ Gray, George T.; Smith, Ronald Q. (October 2004). "Sperry Rand's First-Generation Computers, 1955–1960: Hardware and Software". IEEE Annals of the History of Computing: 23. There was a 1,070-word drum memory for data, stored as twelve 6-bit digits or characters per word
  11. ^ "FreeBSD drum(4) manpage". Retrieved 2013-01-27.

External links[edit]