Fast and Secure Protocol

The Fast Adaptive and Secure Protocol (FASP) is a proprietary data transfer protocol. FASP is a network-optimized network protocol developed by Aspera, owned by IBM. The associated client/server software packages are also commonly called Aspera.[1][2] The technology is patented under US Patent #20090063698, Method and system for aggregate bandwidth control.[3]

Similar to the connectionless UDP protocol, FASP does not expect any feedback on every packet sent. Only the packets marked as really lost must be requested again by the recipient. As a result, it does not suffer as much loss of throughput as TCP does on networks with high latency or high packet loss.[4][5]

Large organizations like IBM, the European Nucleotide Archive,[2] the US National Institutes of Health National Center for Biotechnology Information[6] and others[7] use the protocol in different areas. Amazon also wants to use the protocol for uploading to data centers.[8]

Security

FASP has built-in security mechanisms that do not affect the transmission speed. The encryption algorithms used are based exclusively on open standards. Before the transfer, SSH is used for key exchange for authentication. These randomly generated, one-way keys are discarded at the end of the transmission.

The data is encrypted or decrypted immediately before sending and receiving with the AES-128. To counteract attacks by monitoring the encrypted information during long transfers, the AES is operated in cipher feedback mode with a secret initialization vector for each block. In addition, an integrity check of each data block takes place, in which case, for example, a man-in-the-middle attack would be noticed.

Protocol

FASP's control port is TCP port 22  the same port that SSH uses. For data transfer, it begins at UDP port 33001, which increments with each additional connection thread.[1]

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.