Answer Description
Trivial File Transfer Protocol (TFTP) is designed to be a simpler, less secure version of FTP. It uses little to no authentication, and UDP instead of TCP.
Wikipedia
The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network FTP is built on a client-server model architecture using separate control and data connections between the client and the server FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP)
File Transfer Protocol - Wikipedia, the free encyclopedia