nerdexam
(ISC)2

SSCP · Question #20

Which of the following is the most reliable, secure means of removing data from magnetic storage media such as a magnetic tape, or a cassette?

The correct answer is A. Degaussing. Degaussing works by exposing magnetic media to a powerful alternating magnetic field that randomizes all magnetic domains, effectively erasing every bit of data - including areas that software-level methods cannot reach. It is the gold standard for sanitizing magnetic tapes…

Submitted by mateo_ar· Apr 18, 2026Security Concepts and Practices

Question

Which of the following is the most reliable, secure means of removing data from magnetic storage media such as a magnetic tape, or a cassette?

Options

  • ADegaussing
  • BParity Bit Manipulation
  • CZeroization
  • DBuffer overflow

How the community answered

(37 responses)
  • A
    89% (33)
  • C
    8% (3)
  • D
    3% (1)

Explanation

Degaussing works by exposing magnetic media to a powerful alternating magnetic field that randomizes all magnetic domains, effectively erasing every bit of data - including areas that software-level methods cannot reach. It is the gold standard for sanitizing magnetic tapes, hard drives, and cassettes because it destroys data at the physical layer, leaving nothing recoverable.

Why the distractors are wrong:

  • B. Parity Bit Manipulation - Parity bits are used for error detection/correction, not data erasure. Flipping them doesn't remove the underlying data.
  • C. Zeroization - This overwrites data with zeros (a software technique), which can leave magnetic remnants ("remanence") detectable by forensic tools on sensitive media; it also requires a functioning drive to execute.
  • D. Buffer overflow - This is an attack technique that writes beyond allocated memory boundaries; it has nothing to do with secure data disposal.

Memory tip: Think of a gauss (unit of magnetic field strength) - a degausser overwhelms the media's magnetic field entirely. If the word contains "gauss," it's doing something magnetic to magnetic media.

Topics

#Data Sanitization#Degaussing#Media Disposal#Magnetic Storage

Community Discussion

No community discussion yet for this question.

Full SSCP Practice