Difference between revisions of "Internet protocol suite"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(bold)
(External links)
Line 17: Line 17:
  
 
The TCP/IP model and related protocol models are maintained by the Internet Engineering Task Force ([https://en.wikipedia.org/wiki/Internet_Engineering_Task_Force IETF]).
 
The TCP/IP model and related protocol models are maintained by the Internet Engineering Task Force ([https://en.wikipedia.org/wiki/Internet_Engineering_Task_Force IETF]).
 +
 +
== External Links ==
 +
 +
* [https://en.wikipedia.org/wiki/Internet_protocol_suite Internet protocol suite] @ Wikipedia

Revision as of 08:55, 12 May 2015

The Internet protocol suite is the computer networking model and set of communications protocols used on the Internet and similar computer networks.

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.

TCP/IP provides end-to-end connectivity specifying how data should be packetized, addressed, transmitted, routed and received at the destination.

This functionality 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

The TCP/IP model and related protocol models are maintained by the Internet Engineering Task Force (IETF).

External Links