SY0-301 · Question #469
Which of the following relies on the use of shared secrets to protect communication?
The correct answer is A. RADIUS. RADIUS uses a pre-configured shared secret between the RADIUS client and server to authenticate the parties and protect communications.
Question
Which of the following relies on the use of shared secrets to protect communication?
Options
- ARADIUS
- BKerberos
- CPKI
- DLDAP
How the community answered
(52 responses)- A87% (45)
- B8% (4)
- C4% (2)
- D2% (1)
Why each option
RADIUS uses a pre-configured shared secret between the RADIUS client and server to authenticate the parties and protect communications.
RADIUS protects its communications by requiring a shared secret that is pre-configured on both the RADIUS client (such as a VPN concentrator or wireless access point) and the RADIUS server. This shared secret is used to authenticate RADIUS messages and to encrypt the user password attribute within RADIUS packets, forming the basis of trust between the two parties.
Kerberos relies on symmetric key cryptography and tickets issued by a trusted Key Distribution Center (KDC), not on a simple pre-shared secret between communicating endpoints.
PKI relies on asymmetric cryptography using public and private key pairs and digital certificates issued by a Certificate Authority, not shared secrets.
LDAP is a directory access protocol used to query and modify directory services and does not inherently rely on shared secrets to protect its communications.
Concept tested: RADIUS shared secret for client-server mutual authentication
Source: https://www.rfc-editor.org/rfc/rfc2865
Topics
Community Discussion
No community discussion yet for this question.