nsored Links
-->

Sunday, February 25, 2018

Comparison of file transfer protocols

What is FTP (File Transfer Protocol) and how do I use it? - YouTube
src: i.ytimg.com

This article lists communication protocols that are designed for file transfer over a telecommunications network.

Protocols for shared file systems--such as 9P and the Network File System--are beyond the scope of this article, as are file synchronization protocols.


Video Comparison of file transfer protocols



Protocols for packet-switched networks

A packet-switched network transmits data that is divided into units called packets. A packet comprises a header (which describes the packet) and a payload (the data). The Internet is a packet-switched network, and most of the protocols in this list are designed for its protocol stack, the IP protocol suite.

They use one of two transport layer protocols: the Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP). In the tables below, the "Transport" column indicates which protocol(s) the transfer protocol uses at the transport layer. Some protocols designed to transmit data over UDP also use a TCP port for oversight.

The "Server port" column indicates the port from which the server transmits data. In the case of FTP, this port differs from the listening port. Some protocols--including FTP, FTP Secure, FASP, and Tsunami--listen on a "control port" or "command port", at which they receive commands from the client.

Similarly, the encryption scheme indicated in the "Encryption" column applies to transmitted data only, and not to the authentication system.

Overview

Features

Managed file transfer

Protocols for managed file transfer prioritise secure transmission in industrial applications that require such features as auditable transaction records, monitoring, and end-to-end data security. Such protocols may be preferred for electronic data interchange.


Maps Comparison of file transfer protocols



Serial protocols

The following protocols were designed for serial communication, mostly for the RS-232 standard. They are used for uploading and downloading computer files via modem or serial cable (e.g., by null modem or direct cable connection). UUCP is one protocol that can operate with either RS-232 or the Transmission Control Protocol as its transport. OBject EXchange is a protocol for binary object wireless transfer via the Bluetooth standard. Bluetooth was conceived as a wireless replacement for RS-232.

Overview

Features


File Transfer - Secure File Transfer Software - Ipswitch
src: www.ipswitch.com


See also


Storage protocols comparison - Fibre Channel, FCoE, Infiniband, iSCSI?
src: edgeoptic.com


Notes


Live Online Services Global
src: liveonlineservicesglobal.com


References

  • da Cruz, Frank (1987). Kermit: A File Transfer Protocol. Bedford: Digital Press. ISBN 0-932376-88-6. OCLC 751527576 - via Google Books. 
  • Glass, Brett (30 May 1988). "Xmodem Popular for Its Simplicity, Public Domain Status". InfoWorld - via Google Books. 

Hedge for Mac 1.3 - Checksum File Transfer as Fast as the Finder ...
src: www.cinema5d.com


Further reading

  • de Goyeneche, Juan-Mariano (20 March 1998). "Multicast Transport Protocols". Multicast over TCP/IP HOWTO - via The Linux Documentation Project. 
  • Kientzle, Tim (1995). The Working Programmer's Guide to Serial Protocols. Coriolis Group Books. ISBN 1-883577-20-9. OCLC 441637109. 
  • "What Is SuperKermit?". Kermit FAQ. Columbia University. Retrieved 2018-02-17. 

Source of the article : Wikipedia