SY0-301 · Question #688
Encryption used by RADIUS is BEST described as:
The correct answer is D. Symmetric. RADIUS (Remote Authentication Dial-In User Service) uses a shared secret - a pre-configured password known to both the RADIUS client and the RADIUS server - to encrypt communications, specifically user passwords using MD5. This shared-secret model is symmetric encryption, where…
Question
Encryption used by RADIUS is BEST described as:
Options
- AQuantum
- BElliptical curve
- CAsymmetric
- DSymmetric
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C4% (1)
- D85% (23)
Explanation
RADIUS (Remote Authentication Dial-In User Service) uses a shared secret - a pre-configured password known to both the RADIUS client and the RADIUS server - to encrypt communications, specifically user passwords using MD5. This shared-secret model is symmetric encryption, where the same key is used for both encrypting and decrypting. Asymmetric encryption (C) uses a public/private key pair (like RSA) and is not what RADIUS uses. Elliptic curve (B) and quantum (A) encryption are not characteristic of the RADIUS protocol.
Topics
Community Discussion
No community discussion yet for this question.