TLS Practice Questions
TLS Practice Questions
• C) Transport-Level Security
3. Which of the following protocols did TLS replace as the standard for securing
web traffic?
• A) IPsec
• D) HTTP
5. Which component in TLS ensures that the parties involved in the communication
are who they claim to be?
• A) Key Exchange
• D) Cipher Suites
6. Which cryptographic algorithm is most commonly used in the TLS handshake for
securely exchanging keys?
• B) RSA (Rivest-Shamir-Adleman)
• D) DH (Diffie-Hellman)
Answer: D) DH (Diffie-Hellman)
• A) TLS 1.0
• B) TLS 1.1
• C) TLS 1.2
• D) TLS 1.3
• A) Handshake Protocol
• B) Record Protocol
• C) Application Protocol
• D) Alert Protocol
• B) It reduces the number of round trips during the handshake for faster
connections
Answer: B) It reduces the number of round trips during the handshake for faster
connections