An online education platform stores terabytes of static video assets on a high-throughput network-attached storage (NAS) array. To comply with data privacy standards, the organization must protect the stored media files against physical drive theft from the data center without creating CPU bottlenecks on the storage array controllers. The development team initially suggested using asymmetric RSA-4096 encryption for every file written to disk. Which storage security architecture should the security engineer recommend to meet both performance and data-at-rest confidentiality requirements?
- Deploying Self-Encrypting Drives (SEDs) using hardware-based symmetric AES encryption managed by a central key management system.Cevap
- BEncrypting each media file individually with asymmetric RSA-4096 keys to optimize read and write operations during bulk data processing.
- CImplementing Transport Layer Security (TLS) encryption across all storage network interfaces to secure data residing on physical disk platters.
- DConfiguring network Data Loss Prevention (DLP) policy rules on perimeter firewalls as the primary preventive control against physical disk theft.
Cevap
Deploying Self-Encrypting Drives (SEDs) using hardware-based symmetric AES encryption managed by a central key management system.
The option advocating Self-Encrypting Drives (SEDs) with symmetric AES encryption is correct because SEDs perform media encryption directly within the drive controller hardware using dedicated AES chips. This guarantees data-at-rest confidentiality against physical drive theft while completely offloading cryptographic calculations from the main storage array CPUs.
Adım Adım Çözüm
Anahtar Kavram
Data at Rest Encryption and Self-Encrypting Drives (SEDs)