Question

Difficulty: EasyData Destruction and Disposal Methods

Match each storage data destruction or sanitization method on the left with its corresponding operational description on the right.

  • DegaussingApplies intense magnetic fields to disrupt data domains on magnetic hard drives
  • Cryptographic EraseSanitizes self-encrypting flash storage by securely deleting the internal decryption key
  • Physical ShreddingMechanically cuts hardware media into small fragments to prevent physical recovery
  • Standard OverwritingReplaces user-addressable sectors with non-sensitive data patterns to allow media reuse

Answer

Degaussing matches applying magnetic fields to magnetic drives; Cryptographic Erase matches deleting the encryption key on self-encrypting storage; Physical Shredding matches mechanically cutting media into fragments; Standard Overwriting matches replacing sectors with non-sensitive data for media reuse.
Each data disposal technique matches its specific media and operational mechanism: Degaussing disrupts magnetic domains on HDDs; Cryptographic Erase destroys decryption keys on self-encrypting solid-state drives; Physical Shredding mechanically pulverizes storage devices; and Standard Overwriting replaces readable sectors with non-sensitive patterns for device reuse.

Step-by-Step Solution

1
Identify magnetic-specific sanitization techniques
Degaussing relies on electromagnetic forces to sanitize magnetic HDDs and tapes.
Degaussing disrupts magnetic domains and is only effective on magnetic media, not solid-state storage.
2
Identify solid-state sanitization methods
Cryptographic Erase destroys the decryption key on self-encrypting SSDs.
Erasing the key instantly invalidates the encrypted ciphertext stored on flash chips.
3
Distinguish physical destruction from logical clearing
Physical shredding destroys hardware to prevent reuse, while standard overwriting replaces sector data so media can be reused.
Shredding is a physical disposal method, whereas overwriting is a logical clearing method.

Key Concept

Data Destruction and Disposal Methods
Rate this question