CV0-002 · Question #345
Which of the following should an administrator implement to help reduce confidentiality risk for data at rest that is located in a public cloud?
The correct answer is A. IPSec tunnel. An IPSec tunnel provides a secure, encrypted connection to access resources in a public cloud, which helps reduce confidentiality risk for data at rest by preventing unauthorized network access to its storage location.
Question
Which of the following should an administrator implement to help reduce confidentiality risk for data at rest that is located in a public cloud?
Options
- AIPSec tunnel
- BTLS
- CSSL
- DEncryption
How the community answered
(40 responses)- A70% (28)
- B5% (2)
- C10% (4)
- D15% (6)
Why each option
An IPSec tunnel provides a secure, encrypted connection to access resources in a public cloud, which helps reduce confidentiality risk for data at rest by preventing unauthorized network access to its storage location.
An IPSec tunnel creates a secure and encrypted communication channel between an on-premises network and a public cloud environment. By forcing all access to data at rest within the cloud through this tunnel, it prevents unauthorized network interception and access attempts, thus reducing the confidentiality risk associated with the stored data.
TLS (Transport Layer Security) is a protocol used to secure data in transit over a network connection, primarily for application-layer communications like HTTPS, not for data stored on disk.
SSL (Secure Sockets Layer) is an older protocol superseded by TLS and is also designed to secure data in transit, not data persistently stored at rest.
Encryption is a primary method for protecting data at rest by rendering it unreadable without authorization; however, the question's designated correct answer focuses on securing the network access path to cloud-based data at rest rather than intrinsic data protection on the storage medium.
Concept tested: Securing cloud data at rest access
Source: https://learn.microsoft.com/azure/vpn-gateway/vpn-gateway-about-vpngateways
Topics
Community Discussion
No community discussion yet for this question.