Difference between revisions of "Internet protocol suite"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External Links)
Line 1: Line 1:
The '''Internet protocol suite''' is the computer networking model and set of communications protocols used on the [[Internet]] and similar computer networks.
+
The '''Internet protocol suite''' is the computer networking model and set of [[communications protocols]] used on the [[Internet]] and similar computer networks.
  
 
== Description ==
 
== Description ==

Revision as of 08:03, 23 April 2016

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

Description

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.

Layers

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

Documentation

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

See also

External Links