TCP/IP: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Transfer Control Protocol / Internet Protocol
Transmission Control Protocol / Internet Protocol


A foundational "layer" of the Internet -- this is the basic means of sending data between computers that protocols build upon ([[HTTP]] for the "web", or [[SMTP]] and [[POP]] and [[IMAP]] for email, for instance)
A foundational "layer" of the Internet -- this is the basic means of sending data between computers that protocols build upon ([[HTTP]] for the "web", or [[SMTP]] and [[POP]] and [[IMAP]] for email, for instance)
Line 6: Line 6:


http://en.wikipedia.org/wiki/Internet_protocol_suite
http://en.wikipedia.org/wiki/Internet_protocol_suite
* [http://www.objc.io/issue-10/ip-tcp-http.html IP, TCP, HTTP] Nice overview of this "stack" of protocols central to modern networked data traffic

Latest revision as of 09:30, 8 March 2014

Transmission Control Protocol / Internet Protocol

A foundational "layer" of the Internet -- this is the basic means of sending data between computers that protocols build upon (HTTP for the "web", or SMTP and POP and IMAP for email, for instance)

http://www.yale.edu/pclt/COMM/TCPIP.HTM

http://en.wikipedia.org/wiki/Internet_protocol_suite

  • IP, TCP, HTTP Nice overview of this "stack" of protocols central to modern networked data traffic