SSL/TLS is widely used on the internet. What is its main job?
Think about what happens when you see a lock icon in your browser's address bar.
SSL/TLS encrypts data so that information sent between your browser and a website stays private and secure.
When you visit a secure website, which port number does your browser usually connect to?
It is the standard port for secure web traffic.
Port 443 is the default port for HTTPS, which uses SSL/TLS to secure communication.
During the SSL/TLS handshake, which of the following steps is not part of the process?
Think about what would make the connection insecure during handshake.
The client never sends passwords in plain text during the handshake; instead, keys and certificates are exchanged securely.
SSL and TLS are related protocols. Which statement best describes their relationship?
One is an updated version of the other.
TLS evolved from SSL to fix security flaws and improve encryption methods. SSL is now outdated.
When your browser trusts a website's SSL/TLS certificate, what role does the certificate authority (CA) play?
Think about who confirms a website is who it says it is.
CAs act like trusted third parties that verify and sign certificates, so browsers can trust the website's identity.