note that 1 packet in network is good for DDoS attack protection too

This commit is contained in:
Radim Kolar 2009-09-15 14:06:27 +02:00
parent 62313199f1
commit 0ad90a4d84

4
INFO
View File

@ -29,7 +29,9 @@
based protocols because it has only 1 packet in the network. based protocols because it has only 1 packet in the network.
TCP protocol has about 3 packets. Design of FSP protocol TCP protocol has about 3 packets. Design of FSP protocol
makes impossible to send more than 1 packet into network. makes impossible to send more than 1 packet into network.
This is nice method for bandwidth protection. This is nice method for bandwidth protection, better handling
traffic spikes and for sever protection against denial of
service attacks on server.
FSP server do not sends any data out unless is asked for. This FSP server do not sends any data out unless is asked for. This
solves problem with transfering duplicate data when using TCP solves problem with transfering duplicate data when using TCP