Penguin
Blame: TransmissionControlProtocol
EditPageHistoryDiffInfoLikePages
Annotated edit history of TransmissionControlProtocol version 6, including all changes. View license author blame.
Rev Author # Line
1 PhilMurray 1 Transmission Control Protocol (TCP) is an Internet standard transport layer protocol. It is connection-oriented and stream-oriented, as opposed to UserDatagramProtocol (UDP).
2
3 Most commonly found as the "TCP/IP Protocol Suite" - TransmissionControlProtocol over InternetProtocol. This is a common shorthand which refers to the suite of transport and application protocols which run over IP.
4
5 CraigBox 5 ; RFC:793 - Transmission Control Protocol : The original TCP definition. Also STD7.
2 CraigBox 6
5 CraigBox 7 ; RFC:1180 - TCP/IP Tutorial : A tutorial on the TCP/IP protocol suite, focusing particularly on the steps in forwarding an IP datagram from source host to destination host through a router.
2 CraigBox 8
5 CraigBox 9 ; RFC:3168 - The Addition of Explicit Congestion Notification (ECN) to IP : A two-bit IP packet header field that allows to reduce the number of TCP retransmissions in the Internet.
2 CraigBox 10
5 CraigBox 11 ; RFC:1323 - TCP Extensions for High Performance : Defines TCP Window Scale option, timestamps, and protection against wrapped sequence numbers (PAWS).
2 CraigBox 12
5 CraigBox 13 ; RFC:2018 - TCP Selective Acknowledgement Options : Defines SACK (a technique to better recover from multiple packet losses per round-trip time interval).
2 CraigBox 14
5 CraigBox 15 ; BCP28 - Enhancing TCP Over Satellite Channels using Standard Mechanisms - http://www.rfc-editor.org/rfc/bcp/bcp28.txt : Best current practices document describing ways to improve TCP performance over satellite links.
2 CraigBox 16
5 CraigBox 17 !Proposed standards and experimental RFCs:
2 CraigBox 18
5 CraigBox 19 ; RFC:2481 : A Proposal to add Explicit Congestion Notification (ECN) to IP
20 ; RFC:2883 : An Extension to the Selective Acknowledgement (SACK) Option for TCP
21 ; RFC:2988 : Computing TCP's Retransmission Timer
22 ; RFC:2581 : TCP Congestion Control, Proposed standard set of congestion avoidance features in a TCP implementation.
6 CraigBox 23 ; RFC:2582 : The New Reno Modification to TCP's Fast Recovery Algorithm
5 CraigBox 24 ; RFC:2861 : TCP Congestion Window Validation, an experimental RFC that addresses revalidation of TCP congestion window after a period of time when connection wasn't network-limited.
25 ; RFC:3042 : Enhancing TCP's Loss Recovery Using Limited Transmit, a standards-track set of changes to TCP that decreases reliance on the retransmission timer.
1 PhilMurray 26
27 ----
28 Part of CategoryProtocols

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()