Difference between revisions of "Internet protocol suite"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 30: | Line 30: | ||
[[Category:Computer networks]] | [[Category:Computer networks]] | ||
− | |||
[[Category:Computing]] | [[Category:Computing]] | ||
+ | [[Category:Internet]] | ||
[[Category:Telecommunications]] | [[Category:Telecommunications]] |
Latest revision as of 18:21, 30 June 2017
The Internet protocol suite is the computer networking model and set of communications protocols used on the Internet and similar computer networks.
TCP/IP provides end-to-end connectivity specifying how data should be packetized, addressed, transmitted, routed and received at the destination.
It is commonly known as TCP/IP, because its most important protocols, the Transmission Control Protocol (TCP) and the Internet Protocol (IP), were the first networking protocols defined in this standard.
Often also called the Internet model, it was originally also known as the DoD model, because the development of the networking model was funded by DARPA, an agency of the United States Department of Defense.
Layers
The Internet protocol suite is organized into four abstraction layers which are used to sort all related protocols according to the scope of networking involved.
From lowest to highest, the layers are:
- The link layer, containing communication technologies for a single network segment (link)
- The internet layer, connecting hosts across independent networks, thus establishing internetworking
- The transport layer handling host-to-host communication
- The application layer, which provides process-to-process application data exchange
See also
External Links
- Internet protocol suite @ Wikipedia