312-50V11 · Question #755
Which of the following is the successor of SSL?
The correct answer is D. TLS. TLS (Transport Layer Security) is the direct cryptographic successor to SSL, providing secure encrypted communications over a network.
Question
Which of the following is the successor of SSL?
Options
- AGRE
- BIPSec
- CRSA
- DTLS
How the community answered
(50 responses)- A6% (3)
- B4% (2)
- C2% (1)
- D88% (44)
Why each option
TLS (Transport Layer Security) is the direct cryptographic successor to SSL, providing secure encrypted communications over a network.
GRE (Generic Routing Encapsulation) is a tunneling protocol used to encapsulate packets between network endpoints and is unrelated to SSL or transport-layer encryption.
IPSec is a network-layer security suite commonly used for VPN tunnels and operates at Layer 3, making it a different technology category rather than a successor to SSL.
RSA is a public-key cryptographic algorithm used as one component within SSL and TLS handshakes for key exchange, but is not a protocol and did not succeed SSL.
TLS was standardized by the IETF as the replacement for Netscape's SSL protocol, with TLS 1.0 derived from SSL 3.0 and subsequent versions (1.1, 1.2, 1.3) adding stronger cipher suites and improved handshake security. All versions of SSL are now deprecated due to known vulnerabilities such as POODLE and DROWN, and TLS 1.2 and 1.3 are the current standards for securing transport-layer communications including HTTPS.
Concept tested: SSL to TLS protocol succession and secure transport
Source: https://www.rfc-editor.org/rfc/rfc8446
Topics
Community Discussion
No community discussion yet for this question.