Match each data destruction and sanitization method to its correct operational description and capability.
- DegaussingDisrupts magnetic fields on HDDs or tapes using a powerful magnet, rendering the drive permanently unusable.
- Overwriting (Zero-Fill)Writes binary zeros or random bit patterns across all usable storage sectors to allow safe hardware reuse.
- Cryptographic EraseErases the media encryption key on a Self-Encrypting Drive (SED), rendering ciphertext permanently unrecoverable.
- Physical ShreddingUses mechanical blades to cut storage drives into tiny physical fragments, preventing any physical reuse.
Answer
Degaussing matches disruption of magnetic fields on HDDs; Overwriting matches replacing storage sectors with binary patterns for hardware reuse; Cryptographic Erase matches deleting the encryption key on Self-Encrypting Drives; Physical Shredding matches cutting storage media into tiny fragments with mechanical blades.
Each method is matched correctly based on its core sanitization technique: Degaussing alters magnetic fields on HDDs, Overwriting fills drive sectors with pattern data to allow reuse, Cryptographic Erase invalidates encryption keys on SEDs, and Physical Shredding mechanically fragments storage media.
Step-by-Step Solution
Key Concept
Data Sanitization and Destruction Methods