File Transfer Use Case Flashcards

1
Q

UDP is the underlying protocol for video and audio streaming. What protocol delivers video and audio over IP networks?

A

RTP and SRTP. Real-Time Transport Protocol and Real Time Transport Protocol Secure.

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

Protocol that transfers large files in clear text

A

FTP - File Transfer Protocol

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

What ports are used for FTP active and passive modes.

A

FTP Active - TCP port 21
FTP Passive - TCP port 20
FTP Passive aka (PASV) is recommended to be disabled.

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

Protocol used to transfer small amounts of data such as communication that occurs with networking devices

A

TFTP - Trivial File Transfer Protocol.

Typically administrators disable it.

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

What ports are used with TFTP

A

UDP port 69

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

Encryption protocol that can be used to encrypt other protocols such as FTP.

A

SSH - Secure Shell

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

What port does SSH use to encrypt traffic

A

TCP port 22

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

Was the primary encryption method to secure HTTP, SMTP, and LDAP. However, its no longer used because it has been compromised.

A

SSL - Secure Socket Layer

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

It is the designated replacement for SSL.

A

TLS - Transport Layer Security

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

The command used to upgrade an unencrypted connection to an encrypted connection on the same port

A

STARTTLS

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

Encryption protocol that is native to IPV6 but works with IPV4 to encrypt IP traffic.

A

IPsec

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

The components used by IPsec

A

AH - Authentication Header w/protocol ID 51
ESP - Encapsulating Security Payload w/protocol ID 50
IKE - Internet Key Exchange over UDP port 500 to associated with VPN.

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

Protocol that is an implementation of FTP and an extension of SSH

A

SFTP

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

What port doe SFTP use

A

TCP port 22

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

Protocol that is an extension of FTP and uses TLS to encrypt FTP traffic

A

FTPS

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

What ports does FTPS use

A

Some use TCP ports 989 and 990

Can encrypt on TCP ports 20 and 21