File Transfer Use Case Flashcards
UDP is the underlying protocol for video and audio streaming. What protocol delivers video and audio over IP networks?
RTP and SRTP. Real-Time Transport Protocol and Real Time Transport Protocol Secure.
Protocol that transfers large files in clear text
FTP - File Transfer Protocol
What ports are used for FTP active and passive modes.
FTP Active - TCP port 21
FTP Passive - TCP port 20
FTP Passive aka (PASV) is recommended to be disabled.
Protocol used to transfer small amounts of data such as communication that occurs with networking devices
TFTP - Trivial File Transfer Protocol.
Typically administrators disable it.
What ports are used with TFTP
UDP port 69
Encryption protocol that can be used to encrypt other protocols such as FTP.
SSH - Secure Shell
What port does SSH use to encrypt traffic
TCP port 22
Was the primary encryption method to secure HTTP, SMTP, and LDAP. However, its no longer used because it has been compromised.
SSL - Secure Socket Layer
It is the designated replacement for SSL.
TLS - Transport Layer Security
The command used to upgrade an unencrypted connection to an encrypted connection on the same port
STARTTLS
Encryption protocol that is native to IPV6 but works with IPV4 to encrypt IP traffic.
IPsec
The components used by IPsec
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.
Protocol that is an implementation of FTP and an extension of SSH
SFTP
What port doe SFTP use
TCP port 22
Protocol that is an extension of FTP and uses TLS to encrypt FTP traffic
FTPS