Basic Networking Concepts Question:

Download Job Interview Questions and Answers PDF

What is the difference between TFTP and FTP application layer protocols?

Basic Networking Interview Question
Basic Networking Interview Question

Answers:

Answer #1
The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does not provide reliability or security. It uses the fundamental packet delivery services offered by UDP.
The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file from one host to another. It uses the services offered by TCP and so is reliable and secure. It establishes two connections (virtual circuits) between the hosts, one for data transfer and another for control information.

Answer #2
FTP is not secure either. SFTP is the secure one.

Download Basic Networking Interview Questions And Answers PDF

Previous QuestionNext Question
Difference between the communication and transmission?What are the advantages and disadvantages of the three types of routing tables?