An enterprise financial network is deploying a high-throughput NVMe Storage Area Network (SAN) array to process ultra-low latency trading transactions containing sensitive data. The lead security architect must ensure all data at rest is cryptographically protected against physical drive theft or unauthorized removal from the data center without degrading storage controller IOPS performance. Furthermore, drive decommissioning must support instant cryptographic erasure without requiring manual degaussing or physical drive shredding, while root keys must be bound to a centralized enterprise key management architecture over Key Management Interoperability Protocol (KMIP). Which architectural design strategy best satisfies all of these operational and cryptographic requirements?
- Deploy hardware-based Self-Encrypting Drives (SEDs) utilizing symmetric AES Media Encryption Keys (MEKs) generated on-drive, wrapped by Key Encryption Keys (KEKs) managed centrally by an enterprise Hardware Security Module (HSM) over KMIP.Answer
- BConfigure host-side operating system software encryption using asymmetric RSA-4096 key pairs generated directly inside a centralized HSM for all bulk disk block write operations across SAN storage volumes.
- CImplement inline storage switch network firewalls and Deep Packet Inspection (DPI) intrusion prevention controls across the Fibre Channel SAN fabric switches.
- DApply host-based HMAC-SHA256 digital hashing across all SAN block storage LUN writes to prevent physical drive theft and fulfill automated drive retirement sanitization mandates.