TCP/IP
From Just Solve the File Format Problem
(Difference between revisions)
(Deleted text moved to "IP address" article) |
|||
Line 3: | Line 3: | ||
|released=1982 | |released=1982 | ||
}} | }} | ||
− | '''TCP/IP''' (Transmission Control Protocol / Internet Protocol) is the central protocol of the Internet | + | '''TCP/IP''' (Transmission Control Protocol / Internet Protocol) is the central protocol suite of the Internet. The name "TCP/IP" is somewhat misleading, as it is usually meant to include other protocols besides TCP and IP, such as ICMP and UDP. These protocols form the heart of the Internet protocol stack, which has, in all, between four and seven layers depending on how you count (doesn't Taco Bell have a burrito like that?). IP distinguishes computers on the Internet by means of [[IP address]]es. |
== Links == | == Links == | ||
− | * [[ | + | * [[Wikipedia: Internet protocol suite]] |
* [http://www.textfiles.com/programming/FORMATS/tcpip.pro Introduction to the Internet protocols (from 1987)] | * [http://www.textfiles.com/programming/FORMATS/tcpip.pro Introduction to the Internet protocols (from 1987)] | ||
* RFC 675 - 1974 version of TCP, predecessor of TCP/IP | * RFC 675 - 1974 version of TCP, predecessor of TCP/IP |
Latest revision as of 15:20, 4 March 2017
TCP/IP (Transmission Control Protocol / Internet Protocol) is the central protocol suite of the Internet. The name "TCP/IP" is somewhat misleading, as it is usually meant to include other protocols besides TCP and IP, such as ICMP and UDP. These protocols form the heart of the Internet protocol stack, which has, in all, between four and seven layers depending on how you count (doesn't Taco Bell have a burrito like that?). IP distinguishes computers on the Internet by means of IP addresses.
[edit] Links
- Wikipedia: Internet protocol suite
- Introduction to the Internet protocols (from 1987)
- RFC 675 - 1974 version of TCP, predecessor of TCP/IP
- RFC 1180 - TCP/IP tutorial
- TCP/IP State Transition Diagram
- The anatomy of a TCP connection (video)