nerdexam
(ISC)2

SSCP · Question #593

What kind of Encryption technology does SSL utilize?

The correct answer is B. Hybrid (both Symmetric and Asymmetric). SSL (Secure Sockets Layer) uses a hybrid encryption model. During the handshake phase, asymmetric (public key) cryptography is used to authenticate the server and securely exchange or negotiate a symmetric session key. Once the session key is established, all subsequent data is…

Submitted by akirajp· Apr 18, 2026Cryptography

Question

What kind of Encryption technology does SSL utilize?

Options

  • ASecret or Symmetric key
  • BHybrid (both Symmetric and Asymmetric)
  • CPublic Key
  • DPrivate key

How the community answered

(36 responses)
  • B
    94% (34)
  • C
    3% (1)
  • D
    3% (1)

Explanation

SSL (Secure Sockets Layer) uses a hybrid encryption model. During the handshake phase, asymmetric (public key) cryptography is used to authenticate the server and securely exchange or negotiate a symmetric session key. Once the session key is established, all subsequent data is encrypted using fast symmetric encryption. This design leverages the security of asymmetric cryptography for key exchange and the performance of symmetric cryptography for bulk data transfer.

Topics

#SSL/TLS#Hybrid Encryption#Symmetric Encryption#Asymmetric Encryption

Community Discussion

No community discussion yet for this question.

Full SSCP Practice