What is the difference between TFTP and FTP application layer protocols? The differences between FTP and TFTP:
- FTP is connection oriented, where as TFTP is not. - TFTP uses error checking and flow control, where as TFTP does not cause error checking. - FTP uses TCP as transport protocol, where as TFTP uses UDP as transport protocol. - Authentication is mandatory in FTP, where as authentication is not needed in TFTP. - Just getting and putting application effectively is the design concern of TFTP, where as FTP provides more control and data connection aspects.
|