SY0-301 · Question #55
If Organization A trusts Organization B and Organization B trusts Organization C, then Organization A trusts Organization C. Which of the following PKI concepts is this describing?
The correct answer is A. Transitive trust. Transitive trust in PKI means that trust relationships propagate through a chain - if A trusts B and B trusts C, A implicitly trusts C.
Question
If Organization A trusts Organization B and Organization B trusts Organization C, then Organization A trusts Organization C. Which of the following PKI concepts is this describing?
Options
- ATransitive trust
- BPublic key trust
- CCertificate authority trust
- DDomain level trust
How the community answered
(29 responses)- A97% (28)
- D3% (1)
Why each option
Transitive trust in PKI means that trust relationships propagate through a chain - if A trusts B and B trusts C, A implicitly trusts C.
Transitive trust describes how trust flows along a chain of relationships without requiring a direct trust agreement between every pair. In PKI, this underpins cross-certification and certificate chain validation, where a relying party trusts an end-entity certificate because it can trace a valid chain back through intermediate CAs to a trusted root.
Public key trust refers to the binding of a public key to an identity via a certificate, not to how trust propagates between organizations.
Certificate authority trust describes the trust placed in a specific CA to issue valid certificates, not the chaining of trust across multiple organizations.
Domain level trust is a Windows Active Directory concept for intra-forest or inter-forest trust relationships and does not describe the general PKI chain-of-trust model.
Concept tested: PKI transitive trust chain model
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/understanding-active-directory-domain-trust-relationships
Topics
Community Discussion
No community discussion yet for this question.