Secure Protocols Flashcards

1
Q

What is a TLS handshake?

A

The two communicating sides exchange messages to acknowledge each other, verify each other, establish the cryptographic algorithms they will use, and agree on session keys.

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

What is SSH? What is its port number?

A

A protocol that allows an encrypted tunnel to a server or network device to be used. Port 22.

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

What is LDAPS? What is its port number?

A

A protocol that is used for secure communication between a domain client and an LDAP server. Port 636.

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

What is SFTP? What is its port number?

A

An SSH session between an FTP client and an FTP server. Port 22.

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

What is FTPS? What is its port number?

A

A secure FTP session that is mostly overlooked. SFTP is more often used. Can be port 990 if implicit or 21 if explicit. If a client connects to an FTPS server on port 990, the assumption is that the client intends to perform SSL.

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

What is HTTPS? What is its port number?

A

Secure HTTP. Now uses TLS. SSL is deprecated. Port 443.

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

What is SRTP? What is its port number?

A

Secure Realtime Transfer Protocol. Used to secure VoIP. Port 5061.

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

What is S/MIME? What is its port number?

A

Digitally signs and encrypts emails. Uses public key cryptography.

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

What is POP3S? What is its port number?

A

Secure inbound email. SSL port 465 and TLS port 587.

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

What is IMAPS? What is its port number?

A

Secure outbound email. Port 993.

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

What is DNSSEC? What port number does it work on?

A

A set of specifications that extend the DNS protocol by adding cryptographic authentication for responses received from authoritative DNS servers. Its goal is to defend against techniques that hackers use to direct computers to rogue websites and servers. All DNS traffic is on port 53.

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

What is SNMP? What is its port?

A

Simple Network Management Protocol. Collects information on managed devices. Network monitoring and configuration. Its components are managed devices, an agent, and a management station. Port 161.

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

What are the different versions of SNMP, and what are some characteristics of them?

A

o SNMP
 Poor security
 Community string (ID or password)
o SNMPv2
 Poor Security
 Community string (ID or password)
o SNMPv3
 Enhanced security
 Adds Encryption
 Adds Authentication

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