SSL and TLS protocols Flashcards
How can a user know if a website is secure by looking at the web address?
They should see https in the web address
Locked padlock icon
Describe the process of SSL and how it provides a secure connection when selling art (art gallery website)
- SSL is a security protocol
- It encrypts data that is sent
- It sends digital certificates to the user’s web browser
- They contain the art gallery’s public key
- This can be used to authenticate the art gallery
- The transaction begins once the certificate is authenticated.
Describe what is meant by Transport Layer Security(TLS)
- It is a security protocol
- It encrypts data sent over the web or network
- It is the updated version of SSL
- It has two layers: a handshake layer and a record layer
What are some applications of TLS?
Cloud based storage, email, instant messaging, online banking, online shopping
What are some applications of SSL?
Online shopping, email, instant messaging, VoIP
How is an SSL connection established?
- User’s web browser sends a message so it can connect with the required website secured by SSL.
- The web browser sends sends a request to the web server. It requests it to identify itself.
- The web server sends its digital certificate to the web browser.
- The web browser authenticates the certificate.
- If it is authentic, a connection is established. Any data sent it encrypted using public and private keys.
How does SSL keep (the company’s) data safe?
It uses encryption. Encryption can be asymetric, symmetric or both. Public and private keys are used. Data is meaningless without a decryption key.