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
Key Concept
Data Destruction and Disposal Methods