Penguin
Diff: TransmissionControlProtocol
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of TransmissionControlProtocol.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, July 28, 2002 2:17:06 pm by CraigBox Revert
Older page: version 2 Last edited on Sunday, July 28, 2002 2:16:50 pm by CraigBox Revert
@@ -1,10 +1,10 @@
 Transmission Control Protocol (TCP) is an Internet standard transport layer protocol. It is connection-oriented and stream-oriented, as opposed to UserDatagramProtocol (UDP). 
  
 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. 
  
-; RFC:793 - Transmission Control Protocol :  
-The original TCP definition. Also STD7. 
+; RFC:793 - Transmission Control Protocol  
+: The original TCP definition. Also STD7. 
  
 ; 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.