An autonomous vehicle research firm stores large volumes of sensor telemetry and machine learning datasets on distributed block storage arrays. The security team needs to protect data at rest against physical drive theft from the data center while minimizing processor performance impact on host hypervisors. Which of the following storage security controls best satisfies this requirement?
- Implementing Self-Encrypting Drives (SEDs) with dedicated cryptographic hardware built into the disk controllersCevap
- BDeploying software-based asymmetric encryption using RSA-4096 across all hypervisors before writing blocks to storage
- CConfiguring IPsec encrypted tunnels for all storage traffic between the hypervisors and storage network switches
- DInstalling an inline Data Loss Prevention (DLP) network appliance to encrypt block-level SAN storage pools
Cevap
Implementing Self-Encrypting Drives (SEDs) with dedicated cryptographic hardware built into the disk controllers
Implementing Self-Encrypting Drives (SEDs) provides hardware-assisted encryption directly on the drive controller. This ensures that all data written to the drive is encrypted at rest using symmetric ciphers without introducing computational overhead on the host hypervisors.
Adım Adım Çözüm
Anahtar Kavram
Data at Rest Encryption and Self-Encrypting Drives (SED)