PCNSA · Question #73
Which definition describes the guiding principle of the zero-trust architecture?
The correct answer is D. never trust, always verify. The core principle of Zero Trust architecture is "never trust, always verify," meaning no user or device is inherently trusted, and all access requests must be authenticated and authorized.
Question
Which definition describes the guiding principle of the zero-trust architecture?
Options
- Atrust, but verify
- Balways connect and verify
- Cnever trust, never connect
- Dnever trust, always verify
How the community answered
(25 responses)- B4% (1)
- C4% (1)
- D92% (23)
Why each option
The core principle of Zero Trust architecture is "never trust, always verify," meaning no user or device is inherently trusted, and all access requests must be authenticated and authorized.
"Trust, but verify" is an older security paradigm that implies some level of initial trust, which contradicts the core principle of Zero Trust.
"Always connect and verify" doesn't fully capture the "never trust" aspect of Zero Trust and could imply connections are always allowed first.
"Never trust, never connect" would prevent any access, which is impractical for an operational network that needs to allow legitimate users and devices to access resources.
The fundamental tenet of Zero Trust architecture is "never trust, always verify," asserting that organizations should not automatically trust any entity, inside or outside its perimeter. Instead, every access attempt, regardless of origin, must be authenticated, authorized, and continuously validated before granting access to resources.
Concept tested: Zero Trust architecture principle
Source: https://learn.microsoft.com/en-us/security/zero-trust/zero-trust-overview
Topics
Community Discussion
No community discussion yet for this question.