A storage administrator at a financial enterprise is tasked with securing sensitive transaction logs stored on a high-throughput Storage Area Network (SAN). The solution must protect data at rest against physical drive theft from the data center without introducing computational overhead on the host servers or latency into bulk disk operations. Which of the following storage security controls best satisfies these requirements?
- Deploying Self-Encrypting Drives (SEDs) utilizing dedicated hardware controllers and symmetric AES block encryptionAnswer
- BConfiguring host-based software volume encryption that utilizes asymmetric RSA key pairs for every disk block write operation
- CImplementing OS-level cryptographic hashing on all storage volumes to secure data confidentiality against physical theft
- DInstalling inline network firewalls between SAN storage switches to serve as a compensating control for physical drive theft
Answer
Deploying Self-Encrypting Drives (SEDs) utilizing dedicated hardware controllers and symmetric AES block encryption.
Self-Encrypting Drives (SEDs) incorporate dedicated cryptographic hardware directly onto the drive controller. They utilize fast symmetric algorithms (such as AES) to perform transparent encryption and decryption at media speed, ensuring zero processing burden on host CPU resources while protecting data at rest if physical drives are stolen.
Step-by-Step Solution
Key Concept
Hardware-based Storage Encryption & Data at Rest Protection