Fast and Secure Protocol: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6:
The '''Fast Adaptive and Secure Protocol''' ('''FASP''') is a [[Proprietary software|proprietary]] data transfer [[Communication protocol|protocol]]. FASP is a network-optimized network protocol created by Michelle Munson and Serban Simu, productized by [[Aspera (company)|Aspera]], and owned by [[IBM]]. The associated client/server software packages are also commonly called Aspera.<ref name="register">{{cite web|url=https://www.theregister.co.uk/2015/10/01/aspera/|title=Aspera high speed file transfer: Let the cloud protocol wars begin|website=[[The Register]]}}</ref><ref name="ena">{{cite web|url=https://www.ebi.ac.uk/ena/browse/read-download#downloading_files_aspera|title=European Nucleotide Archive: Downloading using Aspera}}</ref> The technology is [[patented]] under US Patent #20090063698, ''Bulk Data Transfer'' and others.<ref>{{cite web|url=https://www.google.com/patents/US20090063698|title=Method and system for aggregate bandwidth control}}</ref>
 
SimilarBuilt toupon the [[Connectionless communication|connectionless]] [[User Datagram Protocol|UDP]] protocol, FASP does not expect any feedback on every [[Network packet|packet]] sent, and yet provides fully reliable data transfer over best effort IP networks. 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 [[Transmission Control Protocol|TCP]] does on networks with high [[Latency (engineering)|latency]] or high [[packet loss]] and avoids the overhead of naive "data blaster" protocols.<ref>{{cite web|url=http://downloads.asperasoft.com/en/technology/shortcomings_of_TCP_2/the_shortcomings_of_TCP_file_transfer_2|title=Aspera - High-speed file transfer software -|website=downloads.asperasoft.com}}</ref><ref>{{cite web|url=https://gcn.com/Articles/2014/05/15/FOSE-Data-transfer-protocol.aspx|title=FASP transfer protocol speeds data transmission to the cloud}}</ref> The protocol innovates upon naive "UDP data blaster" protocols through an optimal control-theoretic retransmission algorithm and implementation that achieves maximum goodput and avoids redundant retransmission /of retransmissiondata. overheadIts control model is designed to fill the available bandwidth of the end-to-end path over which the transfer occurs with only "good" and needed data.
 
Large organizations throughout the media and entertainment industry, and like [[IBM]],{{citation needed|date=January 2018}} the [[European Nucleotide Archive]],<ref name="ena" /> the US [[National Institutes of Health]] [[National Center for Biotechnology Information]]<ref>{{cite web|url=https://www.ncbi.nlm.nih.gov/projects/faspftp/1000genomes/|title=NCBI 1000 Genomes: Aspera Download}}</ref> and others<ref>{{cite web|url=http://asperasoft.com/partners/joint-partner-solutions/|title=Aspera Joint Partner Solutions|date=20 January 2018|website=asperasoft.com}}</ref> use the protocol in different areas. [[Amazon (company)|Amazon]] also wants to use the protocol for uploading to data centers.<ref>{{cite web|url=https://www.heise.de/newsticker/meldung/Amazon-nutzt-schnelleres-uebertragungsprotokoll-fuer-Web-Services-788844.html|title=Amazon nutzt schnelleres Übertragungsprotokoll für Web Services|last=Schwan|first=Ben|website=heise online}}</ref> The technology was recognized with many awards including an Engineering Emmy from the Academy of Film and Television. Finally, while there is no published crossover, the protocol appears to be an inspiration for Google's BBR high speed TCP as BBR uses many concepts described and implemented in the FASP specification.