312-50V13 · Question #619
You are a cloud security expert at CloudGuard Inc. working with a client who plans to transition their infrastructure to a public cloud. The client expresses concern about potential data breaches…
The correct answer is A. It operates on the principle of least privilege, verifying each request as if it is from an untrusted. The Zero Trust model enhances cloud security by operating on the principle of "never trust, always verify," meaning every access request is authenticated and authorized based on least privilege, regardless of its origin.
Question
Options
- AIt operates on the principle of least privilege, verifying each request as if it is from an untrusted
- BIt encrypts all data stored in the cloud, ensuring only authorized users can decrypt it.
- CIt uses multi-factor authentication for all user accounts.
- DIt ensures secure data transmission by implementing SSL/TLS protocols.
How the community answered
(70 responses)- A89% (62)
- B6% (4)
- C1% (1)
- D4% (3)
Why each option
The Zero Trust model enhances cloud security by operating on the principle of "never trust, always verify," meaning every access request is authenticated and authorized based on least privilege, regardless of its origin.
The Zero Trust security model assumes no implicit trust is granted to any user or device, whether inside or outside the network perimeter. It mandates that all access attempts to resources, including cloud resources, are continuously authenticated, authorized, and validated based on dynamic policies, user identity, device health, and the principle of least privilege. This continuous verification process significantly reduces the risk of unauthorized access and data breaches by limiting access only to what is absolutely necessary.
While encrypting all data stored in the cloud is a crucial security measure, it is a component of data protection, not the overarching principle of how Zero Trust verifies and authorizes access requests.
Using multi-factor authentication (MFA) is a strong authentication method and a *component* of a Zero Trust strategy, but it does not fully encompass the entire "never trust, always verify" philosophy that applies to all access, authorization, and least privilege.
Implementing SSL/TLS protocols ensures secure data transmission in transit, which is a necessary security measure but not the defining characteristic or primary enhancement offered by a Zero Trust model's approach to access control.
Concept tested: Zero Trust model principles
Source: https://learn.microsoft.com/en-us/security/zero-trust/zero-trust-overview
Topics
Community Discussion
No community discussion yet for this question.