SY0-301 · Question #720
Which of the following types of trust models is used by a PKI?
The correct answer is D. Centralized. PKI uses a centralized, hierarchical trust model anchored by a trusted root Certificate Authority (CA) that issues and validates certificates in a top-down chain of trust.
Question
Which of the following types of trust models is used by a PKI?
Options
- ATransitive
- BOpen source
- CDecentralized
- DCentralized
How the community answered
(32 responses)- B6% (2)
- C3% (1)
- D91% (29)
Why each option
PKI uses a centralized, hierarchical trust model anchored by a trusted root Certificate Authority (CA) that issues and validates certificates in a top-down chain of trust.
Transitive trust is a characteristic of directory services and Kerberos authentication in environments like Active Directory, not the defining trust model of PKI.
Open source is a software licensing and development model, not a security trust model used by PKI.
A decentralized trust model - where peers mutually validate each other without a central authority - describes PGP's web of trust, not PKI.
PKI relies on a centralized hierarchy where a root CA acts as the ultimate trust anchor, optionally delegating to subordinate CAs, all of which derive their trustworthiness from the root. Clients trust certificates by validating the chain up to a root CA that is already trusted. This centralized model contrasts with decentralized models like PGP's web of trust, where no single root authority exists.
Concept tested: PKI centralized hierarchical trust model
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview
Topics
Community Discussion
No community discussion yet for this question.