Transport Encryption Algorithms Flashcards

1
Q

What is SSL?

A

SSL is Secure Sockets Layer, one of the first encryption methods for Internet browsers.

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

What is TLS?

A

Transport Layer Security, improved upon SSL, and is a worldwide standard.

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

What is HTTPS?

A

HTTP using SSL/TLS. It is the combination of SSL or TLS with browsers or the protocols that go from web servers to browsers and vice versa. Encrypts web server communication.

Uses port TCP 443.

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

What is SSH?

A

Secure Shell, used to encrypt communications with servers/terminals.

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

How can SSH be used?

A

Can be used with remote administration (to servers/terminals), and with Secure Copy (SCP), and Secure FTP (SFTP).

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

What is IPsec?

A

IPSec, security for OSI Layer 3 (IP Packets, TCP/UDP 1293). Used when you’re not just encrypting communication to and from web browsers/servers.

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

What does IPsec provide?

A

Confidentiality (built-in encryption), integrity and anti-replay attacks. Has the capability for packet signing.

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

What are the two core IPsec protocols?

A

Authentication Header (AH) and Encapsulation Security Payload (ESP)

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