Question

Difficulty: MediumData Destruction and Disposal Methods

A technician is updating an enterprise data disposition policy for retired equipment. Match each data destruction method to its correct operational application and effect.

  • DegaussingApplies a high-intensity magnetic field to neutralize magnetic domains, rendering HDDs and tapes permanently unusable.
  • ATA Secure EraseExecutes controller-level firmware commands to purge all storage blocks, including wear-leveled sectors on SSDs.
  • Physical ShreddingMechanically destroys the drive substrate into small fragments, providing permanent destruction suitable for high-security media.
  • Drive OverwritingWrites zero patterns across accessible logical sectors, sanitizing data while leaving functional magnetic drives intact for reuse.

Answer

Degaussing corresponds to neutralizing magnetic domains on HDDs/tapes; ATA Secure Erase corresponds to firmware-level purging of SSD storage blocks; Physical Shredding corresponds to mechanical destruction of drive substrates; Drive Overwriting corresponds to replacing logical sectors with zero patterns for drive reuse.
Each disposal technique is properly aligned with its underlying storage technology and operational goals: Degaussing destroys magnetic alignment on magnetic media; ATA Secure Erase triggers onboard controller sanitization for flash media; Physical Shredding provides unrecoverable hardware destruction; and Drive Overwriting cleans magnetic media sectors while preserving hardware functionality for reuse.

Step-by-Step Solution

1
Identify magnetic-only destruction techniques.
Degaussing requires magnetic media (HDDs, tapes) and renders the drive inoperable by destroying its magnetic alignment and tracks.
Solid-state media does not use magnetic storage, so degaussing has no effect on SSDs.
2
Identify sanitization techniques specific to solid-state storage.
ATA Secure Erase reaches controller-level blocks on SSDs, clearing wear-leveled sectors that standard overwriting tools cannot access.
Standard wiping utilities cannot guarantee complete erasure on SSDs due to wear-leveling algorithms.
3
Differentiate reusable logical sanitization from non-reusable physical destruction.
Drive overwriting permits device reuse, whereas physical shredding destroys hardware completely.
CompTIA standards classify overwriting as sanitization for media reuse, while physical destruction is required for end-of-life disposal under stringent security requirements.

Key Concept

Data Destruction and Disposal Methods
Rate this question