security protocols (SSL etc) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what are the two types of security protocols

A

SSL (secure sockets layer) , TLS (transport layer security)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is SSL

A

type of protocol used by computers to communicate with eachother across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does SSL allow to happen

A

allows data to be sent and received securely across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what does SSL use

A

they use encryption and digital certificates, they use public and private keys (data is meaningless without these keys)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what do digital certificates in SSL contain

A

they contain public keys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how can we tell that a website is using SSL

A

(same as how we know the website is secure [https] )

  • padlock
  • https
  • color of address bar changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

explain the process of SSL

A

web browser connects to the website
web browser requests the web server to identify itself
web server sends browser a copy of its SSL certificate
browser checks that the certificate is trustworthy and sends message
server acknowledges the message and the SSL session begins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are the two layers of TLS

A

record layer

handshake layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the record layer of TLS

A

it contains the data being transferred

can be used with or without encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the handshake layer of TLS

A

website and client authenticate eachother

encryption is used for secure session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what are differences between TLS and SSL

A

TLS makes use of session caching

TLS separates record and handshake protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly