FTP & TFTP are used for:
Transferring files over a network
T/F: FTP & TFTP both use a client-server model
T
The most common use of FTP/TFTP for network engineers is:
Upgrading the operating system of a network device
T/F: FTP/TFTP can be used to upgrade the IOS image of a networking device
T
Describe the functionality of TFTP
Only permits a client copying a file to or from a server
T/F: FTP is lighter weight than TFTP
F
TFTP is much lighter than FTP
T/F: TFTP required OAuth2
F
TFTP requires no authentication whatsoever
T/F: TFTP uses no authentication whatsoever
T
T/F: TFTP transfers are protected by MD5 hash encryption
F
TFTP transfers are in plain text
T/F: TFTP transfers are unencrypted and sent in plain text
T
What is the protocol and port used by TFTP
UDP 69
T/F: While TFTP uses UDP, TFTP has connection and reliability protocols built within it
T
T/F: Every TFTP data message is acknowledged
T
T/F: If a waiting device doesn’t receive a TFTP message within an expected time, the message will be resent
T
TFTP uses ______ communication to create reliability
Lock-step communication
Client and server alternately send a message then wait for a reply
Describe Lock-Step communication
The client and the server alternate in sending messages, and wait for a reply. If no reply is received, retransmissions are made as necessary. This is less efficient than TCP’s reliability measures
What are the three TFTP file transfer phases?
What port does FTP use
TCP 20 and 21
T/F: FTP uses encryption to protect data being transferred, but no authentication is required
F
FTP uses authentication but doesn’t encrypt data transfers
T/F: FTP uses authentication but does not encrypt data transfers
T
What is the FTP version that adds additional security
FTPS (FTP over SSL/TLS), or, SSH FTP (SFTP)
FTPS is an upgrade to FTP, but SFTP is a different protocol altogether
T/F: SFTP is an upgrade to FTP
F
SFTP is a new protocol altogether and doesn’t have any relation to the original FTP protocol
T/F: FTPS a new seperate protocol rather than an upgrade to FTP
F
FTPS is an upgraded version of FTP
T/F: FTP allows for clients to navigate file directories, add and remove directories, etc.
T