medium
Single Answer
0In Transport Layer Security, what type of key is used to encrypt the actual content of communications between a web server and a client?
Answer Options
A
Ephemeral session key
B
Client's public key
C
Server's public key
D
Server's private key
Correct Answer: A
Explanation
In TLS, both the server and the client communicate using an ephemeral symmetric session key. They generate this key using the Diffie-Hellman key exchange algorithm and then communicate using it throughout the rest of the session.