Penguin

Differences between current version and predecessor to the previous major change of TCP/IP.

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

Newer page: version 4 Last edited on Friday, May 5, 2006 10:09:32 pm by LawrenceDoliveiro
Older page: version 3 Last edited on Friday, May 5, 2006 10:00:45 pm by LawrenceDoliveiro Revert
@@ -4,6 +4,4 @@
  
 There is another low-level protocol, [ICMP], which is concerned with reporting issues with the state of the network. The ping(8) command makes use of one type of ICMP message. 
  
 Then there is a whole bunch of ''application-level'' protocols, built on top of TCP or UDP, which are what people use to do actual work: [SMTP], [HTTP], [RTSP], [SSH] etc. [DNS] is also technically an application-level protocol, even though most users would view it as a part of the infrastructure of the Internet. 
-  
-Basically, IP is the protocol responsible for sending data between 2 machines, while TCP is responsible for ensuring that data in multiple packets gets there in the right order, and is responsible for re-transmitting lost packets.