CV0-002 · Question #542
A new company policy requires all data stored in a private cloud to be encrypted at rest. Which of the following is the MOST efficient way to achieve this requirement with the least performance impact
The correct answer is C. Enable encryption on storage arrays.. To efficiently encrypt data at rest in a private cloud with minimal performance impact, enabling encryption directly on the storage arrays is the most effective method. This leverages dedicated hardware for the encryption process, offloading it from compute resources.
Question
A new company policy requires all data stored in a private cloud to be encrypted at rest. Which of the following is the MOST efficient way to achieve this requirement with the least performance impact?
Options
- AEnable encryption of the file systems in VM templates.
- BEnable encryption on the hypervisor side.
- CEnable encryption on storage arrays.
- DEnable encryption using the host's TPM.
How the community answered
(23 responses)- A9% (2)
- B9% (2)
- C78% (18)
- D4% (1)
Why each option
To efficiently encrypt data at rest in a private cloud with minimal performance impact, enabling encryption directly on the storage arrays is the most effective method. This leverages dedicated hardware for the encryption process, offloading it from compute resources.
Encrypting file systems in VM templates would require each VM to perform its own encryption/decryption, consuming CPU cycles and potentially impacting VM performance.
Enabling encryption on the hypervisor side would centralize encryption but would consume hypervisor CPU resources, potentially impacting the performance of all VMs running on that hypervisor.
Enabling encryption on storage arrays leverages dedicated hardware and firmware on the storage system itself to perform encryption and decryption. This method centralizes the encryption management and offloads the computational burden from individual VMs or the hypervisor, thus minimizing performance impact on compute resources.
Enabling encryption using the host's TPM primarily secures encryption keys and boot integrity, but the actual data encryption/decryption process would still be handled by the host CPU, affecting performance.
Concept tested: Data at rest encryption efficiency in private cloud
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-atrest
Topics
Community Discussion
No community discussion yet for this question.