hping wiki

Differences for page TCP

Current version compared with version Tue May 18 12:53:01 GMT 2004

...
- The [TCP] creates an higher level abstraction of a reliable stream of data between two hosts on top of
- the unreliable and [IP].+ The [TCP] protocol creates an higher level abstraction of a reliable stream of data between two hosts on top of
+ [IP], that alone is only able to unreliably send packets of data between hosts.
+ [IP] packets can get lost, duplicated, transmitted out of order, so [TCP] users
+ retransmission algorithms, and sequence numbers, and the [TCP window], to provide reliability and the
+ abstraction of a continuous stream of data from an end to another.
+ 
+ 
+ See also: [IP], [ICMP], [UDP].
+ 
+ 

The following is the old page content