nerdexam
CompTIA

SY0-501 · Question #190

An organization needs to implement a large PKI. Network engineers are concerned that repeated transmission of the OCSP will impact network performance. Which of the following should the security…

The correct answer is B. CRL. To mitigate network performance issues caused by frequent OCSP transmissions in a large PKI, a Certificate Revocation List (CRL) can be recommended as an alternative.

Submitted by lukas.cz· Mar 4, 2026Security architecture

Question

An organization needs to implement a large PKI. Network engineers are concerned that repeated transmission of the OCSP will impact network performance. Which of the following should the security analyst recommend is lieu of an OCSP?

Options

  • ACSR
  • BCRL
  • CCA
  • DOID

How the community answered

(60 responses)
  • A
    5% (3)
  • B
    75% (45)
  • C
    13% (8)
  • D
    7% (4)

Why each option

To mitigate network performance issues caused by frequent OCSP transmissions in a large PKI, a Certificate Revocation List (CRL) can be recommended as an alternative.

ACSR

A Certificate Signing Request (CSR) is used to apply for a digital certificate from a Certificate Authority, not to check its revocation status.

BCRLCorrect

A Certificate Revocation List (CRL) is a timestamped list issued by a Certificate Authority (CA) that contains serial numbers of certificates that have been revoked. While CRLs can be large, they are downloaded periodically by clients, reducing the high frequency of individual, real-time OCSP requests and thus minimizing the 'repeated transmission' impact on network performance.

CCA

A Certificate Authority (CA) is an entity that issues, revokes, and manages digital certificates, but it is not a mechanism for checking certificate revocation status itself.

DOID

An Object Identifier (OID) is a globally unique numerical identifier used within certificates and other PKI components, not a method for verifying certificate revocation.

Concept tested: PKI certificate revocation methods

Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/pki-revocation-planning

Topics

#PKI#OCSP#CRL#certificate management

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice