Difference between revisions of "Internet protocol"

From CNM Wiki
Jump to: navigation, search
(Created page with "IP (hereinafter, the ''Internet protocol address'') is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol fo...")
 
(Curriculum)
Line 2: Line 2:
  
 
[[Version 4 of the Internet Protocol]] (IPv4) defines an IP address as a [[32-bit number]]. However, because of the growth of the Internet and the [[depletion of available IPv4 addresses]], a new version of IP (IPv6), using 128 bits for the IP address, was developed in 1995, and standardized as [[RFC 2460]] in 1998.
 
[[Version 4 of the Internet Protocol]] (IPv4) defines an IP address as a [[32-bit number]]. However, because of the growth of the Internet and the [[depletion of available IPv4 addresses]], a new version of IP (IPv6), using 128 bits for the IP address, was developed in 1995, and standardized as [[RFC 2460]] in 1998.
 
==Curriculum==
 
::''Main wikipage'': [[CNM Cloud requirements]]
 
  
 
==Function==
 
==Function==

Revision as of 19:21, 29 October 2019

IP (hereinafter, the Internet protocol address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. An IP address serves two principal functions: host or network interface identification and location addressing.

Version 4 of the Internet Protocol (IPv4) defines an IP address as a 32-bit number. However, because of the growth of the Internet and the depletion of available IPv4 addresses, a new version of IP (IPv6), using 128 bits for the IP address, was developed in 1995, and standardized as RFC 2460 in 1998.

Function

An IP address serves two principal functions. It identifies the host, or more specifically its network interface, and it provides the location of the host in the network, and thus the capability of addressing that host. Its role has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."

The header of each IP packet contains the IP address of the sending host, and that of the destination host. A host may use geolocation software to deduce the geolocation of its communicating peer.