exam questions

Exam CAS-004 All Questions

View all questions & answers for the CAS-004 exam

Exam CAS-004 topic 1 question 207 discussion

Actual exam question from CompTIA's CAS-004
Question #: 207
Topic #: 1
[All CAS-004 Questions]

A security architect works for a manufacturing organization that has many different branch offices. The architect is looking for a way to reduce traffic and ensure the branch offices receive the latest copy of revoked certificates issued by the CA at the organization’s headquarters location. The solution must also have the lowest power requirement on the CA.

Which of the following is the BEST solution?

  • A. Deploy an RA on each branch office.
  • B. Use Delta CRLs at the branches.
  • C. Configure clients to use OCSP.
  • D. Send the new CRLs by using scheduled jobs.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Breza
Highly Voted 2 years, 2 months ago
Selected Answer: C
C. This is a repeat question to #44.
upvoted 12 times
...
FOURDUE
Highly Voted 2 years, 2 months ago
Selected Answer: C
OCSP stapling: OCSP stapling enables the server, rather than the client, to make the request to the OCSP responder. The server staples the OCSP response to the certificate and returns it to the client during the TLS handshake. This approach enables the presenter of the certificate, rather than the issuing CA, to bear the resource cost of providing OCSP responses. It also enables the server to cache the OCSP responses and supply them to all clients. This significantly reduces the load on the OCSP responder because the response can be cached and periodically refreshed by the server rather than by each client. Reference: https://www.sciencedirect.com/topics/computer-science/revoke-certificate
upvoted 8 times
...
rice3cooker
Most Recent 7 months, 1 week ago
Selected Answer: C
CRLs can help reduce traffic but not as effective as OSCP
upvoted 1 times
...
Bright07
8 months, 2 weeks ago
Explanation: A. Deploy an RA on each branch office: This option may introduce additional overhead and complexity without necessarily addressing the need for low power requirements on the CA. B. Use Delta CRLs at the branches: While Delta CRLs can reduce the size of the information being transmitted, they still require the clients to periodically check for updates, which may not be as efficient as using OCSP. C. Configure clients to use OCSP: This is the best option because OCSP allows clients to check the status of a certificate in real-time, reducing the amount of traffic compared to downloading full CRLs or Delta CRLs. OCSP responses are typically smaller and can be cached, minimizing load on the CA. D. Send the new CRLs by using scheduled jobs: This method may still require significant bandwidth and processing on the CA and may not provide timely updates for revoked certificates.
upvoted 1 times
...
EAlonso
9 months, 2 weeks ago
Between B and C, it is B,,...."Another option is to use Delta CRLs that include only revoked certificates since last Base CRL was published. Delta CRLs are meant to be smaller in size and can be published frequently, say every day."...."OCSP is a good option but depend on certificate usage"
upvoted 1 times
...
ninjachuleta
10 months, 3 weeks ago
Selected Answer: B
Delta CRls provides the latest revoked certificates.
upvoted 1 times
...
e4af987
1 year ago
Selected Answer: B
Here's the clue: "...the branch offices receive the latest copy of revoked certificates issued by the CA at the organization’s headquarters location..."
upvoted 2 times
...
userguy890
1 year, 2 months ago
Selected Answer: C
its OCSP
upvoted 1 times
...
nelombg
1 year, 2 months ago
Answer is B https://www.securew2.com/blog/certificate-revocation-crl-explained
upvoted 2 times
...
Delab202
1 year, 3 months ago
Selected Answer: B
To address the challenge of reducing traffic and ensuring that branch offices receive the latest copies of revoked certificates issued by the Certificate Authority (CA) at the organization's headquarters, while also minimizing the power requirements on the CA, you can implement a solution involving Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP). Here's a strategy that combines these technologies: CRL Distribution Points (CDP): Configure the CA to publish CRLs to a centralized location accessible to all branch offices.
upvoted 2 times
...
OdinAtlasSteel
1 year, 5 months ago
Selected Answer: B
Deploying an RA at each branch office might introduce complexity and additional infrastructure at each location. Configuring clients to use OCSP might reduce traffic but could lead to increased load on the OCSP responder servers. Sending new CRLs using scheduled jobs might not be as efficient as Delta CRLs in minimizing the size of updates and traffic between the headquarters and branch offices. Therefore, using Delta CRLs at the branches is the best solution as it allows for efficient distribution of revoked certificate information with minimal impact on network traffic and the CA's power requirements.
upvoted 2 times
...
ThatGuyOverThere
1 year, 6 months ago
Selected Answer: B
OSCP would require calls to the CA back at HQ each time its checked. Delta CRLs sent to a server at each branch office, which could then be used by the clients at that location, would require far less traffic back to HQ because the client to server checks would happen on-site.
upvoted 4 times
...
CXSSP
1 year, 7 months ago
Selected Answer: B
100% B
upvoted 4 times
...
imather
1 year, 9 months ago
Selected Answer: C
From https://www.encryptionconsulting.com/ocsp-vs-crl OCSP OCSP can be used to get the status of a single certificate. Status of a certificate is fetched by making a request to an OCSP Responder. Has less effect on the client and network resources. Is the industry standard for Certificate Lifecycle Management currently. CRL A CRL is a list with multiple lines that has to be downloaded by the browser. A CRL is distributed using a CDP point which can be an HTTP link or an LDAP server. Has a big effect on client resources. Used to be the only solution for Certificate Lifecycle Management. OCSP stapling would be used here
upvoted 2 times
...
p1s3c
1 year, 11 months ago
Selected Answer: B
The BEST solution for reducing traffic and ensuring that branch offices receive the latest copy of revoked certificates is to use Delta Certificate Revocation Lists (CRLs) at the branches. Delta CRLs contain only newly revoked certificates since the last full CRL was issued, and therefore have smaller file sizes than full CRLs. This reduces the amount of traffic between the headquarters and branch offices. Additionally, using Delta CRLs will have the lowest power requirement on the CA compared to other solutions, such as deploying an RA on each branch office or configuring clients to use OCSP. Sending new CRLs by using scheduled jobs would require manual intervention and could result in delays in revoking certificates. Therefore, the correct answer is B. Use Delta CRLs at the branches.
upvoted 5 times
...
OneSaint
2 years, 2 months ago
Selected Answer: B
B. Delta CRL contains any certificates revoked since the last Base CRL update and is much shorter. Every week or so the RADIUS downloads a new version of the Base CRL and the Delta CRL is emptied and refreshed.
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago