ArticleslgStudy

computer science

Magnetic storage

Magnetic storage is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Magnetic storage rather than just read about it. In short: Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory.

Magnetic storage — main illustration
Magnetic storage — illustration

Key takeaways

  • Magnetic storage belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Magnetic storage to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Magnetic storage from memory before moving on to harder problems.

Reference excerpt

Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory. The information is accessed using one or more read/write heads. Magnetic storage media, primarily hard disks, are widely used to store computer data as well as audio and video signals. In the field of computing, the term magnetic storage is preferred and in the field of audio and video production, the term magnetic recording is more commonly used. The distinction is less technical and more a matter of preference. Other examples of magnetic storage media include floppy disks, magnetic tape, and magnetic stripes on credit cards.

History

Magnetic storage in the form of wire recording—audio recording on a wire—was publicized by Oberlin Smith in the Sept 8, 1888 issue of Electrical World. Smith had previously filed a patent in September, 1878 but found no opportunity to pursue the idea as his business was machine tools. The first publicly demonstrated magnetic recorder, at Paris Exposition of 1900, was invented by Valdemar Poulsen in 1898. Poulsen's device recorded a signal on a wire wrapped around a drum. In 1928, Fritz Pfleumer developed the first magnetic tape recorder. Early magnetic storage devices were designed to record analog audio signals. Computers and now most audio and video magnetic storage devices record digital data. In computers, magnetic storage was also used for primary storage in a form of magnetic drum, or core memory, core rope memory, thin-film memory, twistor memory or bubble memory. Unlike modern computers, magnetic tape was also often used for secondary storage.

Design

Information is written to and read from the storage medium as it moves past devices called read-and-write heads that operate very close (often tens of nanometers) over the magnetic surface. The read-and-write head is used to detect and modify the magnetisation of the material immediately under it. There are two magnetic polarities, each of which is used to represent either 0 or 1. The magnetic surface is conceptually divided into many small sub-micrometer-sized magnetic regions, referred to as magnetic domains, (although these are not magnetic domains in a rigorous physical sense), each of which has a mostly uniform magnetisation. Due to the polycrystalline nature of the magnetic material, each of these magnetic regions is composed of a few hundred magnetic grains. Magnetic grains are typically 10 nm in size and each form a single true magnetic domain. Each magnetic region in total forms a magnetic dipole which generates a magnetic field. In older hard disk drive (HDD) designs the regions were oriented horizontally and parallel to the disk surface, but for newer disks, the orientation was changed to perpendicular to allow for closer magnetic domain spacing. Older hard disk drives used iron(III) oxide (Fe2O3) as the magnetic material, but current disks use a cobalt-based alloy. For reliable storage of data, the recording material needs to resist self-demagnetisation, which occurs when the magnetic domains repel each other. Magnetic domains written too close together in a weakly magnetisable material will degrade over time due to rotation of the magnetic moment of one or more domains to cancel out these forces. The domains rotate sideways to a halfway position that weakens the readability of the domain and relieves the magnetic stresses. A write head magnetises a region by generating a strong local magnetic field, and a read head detects the magnetisation of the regions. Early HDDs used an electromagnet both to magnetise the region and to then read its magnetic field by using electromagnetic induction. Later versions of inductive heads included Metal In Gap (MIG) heads and thin-film heads. As data density increased, read heads using magnetoresistance (MR) came into use; the electrical resistance of the head changed according to the strength of the magnetism from the platter. Later development made use of spintronics; in read heads, the magnetoresistive effect was much greater than in earlier types, and was dubbed "giant" magnetoresistance (GMR). In today's heads, the read and write elements are separate, but in close proximity, on the head portion of an actuator arm. The read element is typically magneto-resistive while the write element is typically thin-film inductive. The heads are kept from contacting the platter surface by the air that is extremely close to the platter; that air moves at or near the platter speed. The record and playback head are mounted on a block called a slider, and the surface next to the platter is shaped to keep it just barely out of contact. This forms a type of air bearing.

Magnetic recording classes

Analog recording Analog recording is based on the fact that remnant magnetisation of a given material depends on the magnitude of the applied field. The magnetic material is normally in the form of tape, with the tape in its blank form being initially demagnetised. When recording, the tape runs at a constant speed. The writing head magnetises the tape with current proportional to the signal. A magnetisation distribution is achieved along the magnetic tape. Finally, the distribution of the magnetisation can be read out, reproducing the original signal. The magnetic tape is typically made by embedding magnetic particles (approximately 0.5 micrometers in size) in a plastic binder on polyester film tape. The most commonly used of these was ferric oxide, though chromium dioxide, cobalt, and later pure metal particles were also used. Analog recording was the most popular method of audio and video recording. Since the late 1990s, however, tape recording has declined in popularity due to digital recording.

Digital recording Instead of creating a magnetisation distribution in analog recording, digital recording only needs two stable magnetic states, which are the +Ms and −Ms on the hysteresis loop. Examples of digital recording are floppy disks, hard disk drives (HDDs), and tape drives. HDDs offer large capacities at reasonable prices; as of 2024, consumer-grade HDDs offer data storage at about US$15–20 per terabyte.

… excerpt ends here. Continue reading the full article.

Illustrations

Magnetic storage: Longitudinal recording and perpendicular recording, two types of writing heads on a hard disk
Longitudinal recording and perpendicular recording, two types of writing heads on a hard disk
Magnetic storage: The programmable calculators of the HP-41-series (from 1979) could store data via an external magnetic tape storage device on Mini-Cassettes.
The programmable calculators of the HP-41-series (from 1979) could store data via an external magnetic tape storage device on Mini-Cassettes.
Magnetic storage: Hard drives use magnetic memory to store giga- and terabytes of data in computers.
Hard drives use magnetic memory to store giga- and terabytes of data in computers.

Worked examples

Example 1 — a first encounter with Magnetic storage

Start with the simplest possible case. Write down what Magnetic storage claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Magnetic storage before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Magnetic storage ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Magnetic storage

In research
Magnetic storage appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Magnetic storage in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Magnetic storage is common in secondary-school and first-year university syllabi. It links to neighbouring topics American inventions, Computer storage media, Magnetic data storage, so understanding it makes those chapters shorter.
In everyday life
Look for Magnetic storage outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Magnetic storage in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Magnetic storage means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Magnetic storage out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Magnetic storage in simple terms?

Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory.

Why does Magnetic storage matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Magnetic storage?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Magnetic storage.

Tags

  • American inventions
  • Computer storage media
  • Magnetic data storage
  • Magnetic devices
  • Storage media

Keep exploring