Computer Science, asked by arundhutiSPHS3722, 1 year ago

Compare FTP and TFTP.

Answers

Answered by aarohi1669
0

Main differences between FTP and TFTP are

FTP uses TCP port numbers 20 and 21, TFTP uses UDP port number 69.

FTP is a complete, session-oriented, general purpose file transfer protocol. TFTP is used as a bare-bones special purpose file transfer protocol.

FTP can be used interactively. TFTP allows only unidirectional transfer of files.

FTP depends on TCP, is connection oriented, and provides reliable control. TFTP depends on UDP, requires less overhead, and provides virtually no control.

FTP provides user authentication. TFTP does not.

Similar questions