Lecture 8 Flashcards

1
Q

What is TLS?

A

A cryptographic protocol that provides secure communication over a computer network.

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

What is S/MIME?

A

A standard for public key encryption and signing of MIME data (secure email).

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

What is HTTPS?

A

Secure version of HTTP using TLS to encrypt data between browser and server.

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

What is IPSec?

A

A protocol suite for securing IP communications by authenticating and encrypting each IP packet.

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

What is Kerberos?

A

A protocol for network authentication using tickets issued by a trusted third party.

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

What is SSH?

A

Secure Shell – a cryptographic network protocol for secure access to network services.

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

What is a VPN?

A

A Virtual Private Network creates a secure tunnel between a user and a network.

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

What is the function of a digital certificate?

A

It binds a public key to an entity’s identity, verified by a Certificate Authority.

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

What are the three functions of TLS?

A

Authentication, Integrity (via MAC), and Confidentiality (encryption).

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

What is a TLS handshake?

A

The initial negotiation between client and server to establish a secure connection.

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

What is OAuth2?

A

An authorization protocol allowing apps to access user data on other services without sharing passwords.

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