CV0-003 · Question #344
Which of the following is an authentication protocol that uses a ticket-based system for access control?
The correct answer is D. Kerberos. Kerberos is the authentication protocol that uses tickets to grant access to network resources without repeatedly transmitting passwords.
Question
Which of the following is an authentication protocol that uses a ticket-based system for access control?
Options
- APKI
- BCiphers
- CWPA2
- DKerberos
How the community answered
(54 responses)- A2% (1)
- B6% (3)
- C2% (1)
- D91% (49)
Why each option
Kerberos is the authentication protocol that uses tickets to grant access to network resources without repeatedly transmitting passwords.
PKI (Public Key Infrastructure) is a framework for managing digital certificates and public-key encryption, not a ticket-based authentication protocol.
Ciphers are algorithms used for encryption and decryption of data, not an authentication protocol of any kind.
WPA2 is a wireless network security standard that provides encryption for Wi-Fi communications, not a ticket-based authentication system.
Kerberos is a network authentication protocol that uses a trusted third-party Key Distribution Center (KDC) to issue encrypted tickets. When a user authenticates, they receive a Ticket Granting Ticket (TGT), which is then used to request service tickets for specific resources. This ticket-based system avoids sending credentials repeatedly across the network.
Concept tested: Kerberos ticket-based authentication protocol
Source: https://learn.microsoft.com/en-us/windows-server/security/kerberos/kerberos-authentication-overview
Topics
Community Discussion
No community discussion yet for this question.