SSCP · Question #895
Which of the following is addressed by Kerberos?
The correct answer is A. Confidentiality and Integrity. Kerberos is a network authentication protocol that uses symmetric key cryptography (typically AES) to provide both confidentiality (by encrypting tickets and session keys so credentials cannot be intercepted) and integrity (by ensuring messages have not been tampered with in…
Question
Which of the following is addressed by Kerberos?
Options
- AConfidentiality and Integrity
- BAuthentication and Availability
- CValidation and Integrity
- DAuditability and Integrity
How the community answered
(20 responses)- A85% (17)
- B10% (2)
- D5% (1)
Explanation
Kerberos is a network authentication protocol that uses symmetric key cryptography (typically AES) to provide both confidentiality (by encrypting tickets and session keys so credentials cannot be intercepted) and integrity (by ensuring messages have not been tampered with in transit). Kerberos is primarily an authentication system, but its cryptographic mechanisms inherently provide confidentiality and integrity. It does not directly address availability, validation as a standalone concept, or auditability as core design goals.
Topics
Community Discussion
No community discussion yet for this question.