CV0-002 · Question #336
Which of the following would be MOST appropriate for storing sensitive data in a secure storage environment?
The correct answer is C. Encryption. Encryption is the most appropriate method for securing sensitive data at rest by transforming it into an unreadable format, protecting it even if the storage medium is compromised.
Question
Which of the following would be MOST appropriate for storing sensitive data in a secure storage environment?
Options
- ALUN masking
- BACLs
- CEncryption
- DZoning
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C93% (25)
Why each option
Encryption is the most appropriate method for securing sensitive data at rest by transforming it into an unreadable format, protecting it even if the storage medium is compromised.
LUN masking controls which hosts can access a storage volume, but does not protect the data itself if an authorized host is compromised.
ACLs manage user and process access to files and folders within an operating system, but do not protect data if the underlying storage is accessed directly outside the OS.
Encryption directly protects data's confidentiality by converting it into a coded form, making it unreadable to unauthorized parties, which is crucial for sensitive data even if the storage device is accessed improperly.
Zoning segments a Storage Area Network (SAN) to control device communication, providing network-level isolation rather than direct data protection at rest.
Concept tested: Data at rest security mechanisms
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.