CV0-003 · 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 control for protecting sensitive data in storage because it renders the data unreadable without the proper key, regardless of how access is gained.
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
(32 responses)- A3% (1)
- B3% (1)
- C94% (30)
Why each option
Encryption is the most appropriate control for protecting sensitive data in storage because it renders the data unreadable without the proper key, regardless of how access is gained.
LUN masking restricts which hosts can see specific logical unit numbers in a SAN, controlling access paths but leaving the underlying data unprotected if those controls are circumvented.
ACLs enforce file or network-level permission rules but do not protect the actual data content if the storage media is physically removed or access is gained through another vector.
Encryption uses cryptographic algorithms to transform sensitive data into ciphertext, ensuring confidentiality even if physical media is stolen or logical access controls are bypassed. It is the only control among the choices that directly protects the data itself rather than controlling access paths to it. This makes it the primary security mechanism for sensitive data at rest in any storage environment.
Zoning segments Fibre Channel SAN fabrics to control which devices can communicate, but it does not encrypt or otherwise protect the content of the stored data itself.
Concept tested: Encryption as primary data-at-rest security control
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.