eolas/neuron/14b2609c-4c92-4980-96d4-543ba5a9d0be/Magnetic_drum_memory.md

28 lines
1,019 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags: [computer-history, memory]
created: Tuesday, September 24, 2024
---
# Magnetic drum memory
Along with the [Williams_Tube](Williams_Tube_memory.md), another early approach
to RAM used in 1950s-1960s era of computing.
![Magnetic drum](static/magnetic-drum-memory.jpg)
A magnetic drum was a metal cylinder coated with a magnetic material. Data was
stored by magnetising small regions on the drum's surface. The drum would rotate
at high speeds and read/write heads were positioned along the length of the drum
to access data.
Seen as a improvement on Williams Tubes and
[delay line memory](Delay_line_memory.md) but superseded by magnetic core memory
later. It's concept lived on in harddisk drives which became the dominant form
of secondary storage.
It had a larger capacity than the technologies that preceded it and it was also
non-volatile - the data would remain intact when the power was turned off.
It was used in the [IBM 650](The_History_of_Computing_Swade.md) (1953) and
Ferranti Mark I (1951)