Drum memory
| Computer memory types |
|---|
| Volatile |
| RAM |
| In development |
| Historical |
|
| Non-volatile |
| ROM |
| NVRAM |
| Early stage NVRAM |
| Mechanical |
| In development |
| Historical |
|
Drum memory is an obsolete magnetic data storage device. It was invented by Gustav Tauschek in 1932 in Austria[1] and was widely used in the 1950s and into the 1960s as computer memory. Some drum memories were also used as secondary storage.[2]
For many machines, a drum formed the main working memory of the machine, with data and programs being loaded on to or off the drum using media such as paper tape or punched cards. Drums were so commonly used for the main working memory that these computers were often referred to as drum machines.
Tauschek's original drum memory had a capacity of about 500,000 bits (62.5 kilobytes).[1] One of the early mass-produced computers, IBM 650, had about 8.5 kilobytes of drum memory, which in a later model (number 4) was doubled to about 17 kilobytes.
Drums were later replaced as the main working memory by memory such as core memory and a variety of other systems which were faster as they had no moving parts, and which lasted until semiconductor memory entered the scene.
Contents |
Design [edit]
A drum is a large metal cylinder that is coated on the outside surface with a ferromagnetic recording material. It could be considered the precursor to the hard disk platter, but in the form of a drum rather than a flat disk. In most cases a row of fixed read-write heads runs along the long axis of the drum, one for each track.
A difference between most drums and a modern hard disk drive is that on a drum there was a track per head so that the heads do not have to move to the track to access data; the controller simply waits for the data to appear under the relevant head as the drum turns. In a modern hard disk drive delay can include the seek time, to move into place plus a rotational latency, the time taken by the disk to rotate wanted data into position, whereas the performance of a drum with its head per track is determined almost entirely by the rotational latency. Particularly while drums were used as main working memory, programmers often took to positioning code onto the drum in such a way as to reduce the amount of time needed to find the next instruction. 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 is called the skip factor or interleave, and was used for many years in hard disk controllers.
The head per track scheme is not inherent to drum technology; a few drum stores such as the Univac FASTRAND had one or more moving heads. Such drums were not able to compete effectively with hard disk drives for storage applications and stopped being manufactured in the 1970s. Similarly, head per track disks were used, mostly for paging, and supplanted fixed-head drums in this application by the 1970s, but both technologies were ultimately eclipsed by the advent of inexpensive semiconductor memory.
One of the earliest functioning computers to employ drum memory was the Atanasoff–Berry Computer. However it employed regenerative capacitor memory rather than magnetism to store information; the outer surface of the drum was lined with electrical contacts leading to circuitry contained within.
Use and legacy [edit]
As late as 1980, PDP-11/45 machines that used drums for swapping (and magnetic core memory) were still in use at many of the original UNIX sites.
In modern-day BSD Unix and its descendants, /dev/drum is the name of the default virtual memory (swap) device, deriving from the use of drum secondary-storage devices as backing store for pages in virtual memory.[citation needed]
See also [edit]
- CAB500
- Karlqvist gap
- Manchester Mark 1
- Random-access memory
- Wisconsin Integrally Synchronized Computer
References [edit]
- ^ a b Universität Klagenfurt (ed.). "Magnetic drum". Virtual Exhibitions in Informatics. Retrieved 2011-08-21.
- ^ e.g., IBM 2301 Drum Storage
External links [edit]
| Wikimedia Commons has media related to: Drum memory |
- The Story of Mel: the classic story about one programmer's drum machine hand-coding antics: Mel Kaye.
- Librascope LGP-30: The drum memory computer referenced in the above story, also referenced on Librascope LGP-30.
- Librascope RPC-4000: Another drum memory computer referenced in the above story
- Oral history interview with Dean Babcock
|
|||||