Internet Protocol: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Mon Jed Liu
(New page: The Internet Protocol (IP) is a protocol used for communicating across a heterogeneous network. It is the protocol on which the Internet is built. IP provides computers with communicable...)
 
imported>Mon Jed Liu
m (subpages)
Line 1: Line 1:
{{subpages}}
The Internet Protocol (IP) is a protocol used for communicating across a heterogeneous network.  It is the protocol on which the Internet is built.
The Internet Protocol (IP) is a protocol used for communicating across a heterogeneous network.  It is the protocol on which the Internet is built.



Revision as of 01:34, 9 June 2008

This article is developed but not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

The Internet Protocol (IP) is a protocol used for communicating across a heterogeneous network. It is the protocol on which the Internet is built.

IP provides computers with communicable addresses that are globally unique.

In the seven-layer OSI model, IP is a network-layer protocol, sitting on top of the link layer. Data sent over IP is encapsulated into one or more packets. This provides a level of abstraction; applications and protocols using IP can be agnostic as to the actual networks traversed by each packet. Each such network can have its own method of addressing. The Address Resolution Protocol handles the transaction between IP addresses and link-layer network addresses.

IP is a connectionless protocol.

IP provides best-effort delivery for its data payload, making no guarantees with respect to reliability. Without notification to either the sender or receiver, packets may become corrupted, lost, reordered, or duplicated. This design reduces the complexity of Internet routers.