nerdexam
CompTIA

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.

Security

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)
  • A
    9% (2)
  • B
    9% (2)
  • C
    78% (18)
  • D
    4% (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.

AEnable encryption of the file systems in VM templates.

Encrypting file systems in VM templates would require each VM to perform its own encryption/decryption, consuming CPU cycles and potentially impacting VM performance.

BEnable encryption on the hypervisor side.

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.

CEnable encryption on storage arrays.Correct

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.

DEnable encryption using the host's TPM.

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

#encryption at rest#storage encryption#private cloud security#data protection

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice