Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Internet Protocol
Communication protocol that establishes the Internet across computer network boundaries

The development of the Internet protocol suite began in the 1960s with foundational projects such as RAND and ARPANET, leading to the creation of key protocols like the Transmission Control Program in 1974 by Vint Cerf and Bob Kahn, which later split into the connectionless IPv4 and connection-oriented TCP. The introduction of DNS in 1983 and the formalization of TCP/IP in 1982 enabled broader internetworking, giving rise to the modern Internet. Following commercialization in the 1990s with ISPs and the decommissioning of NSFNET, services like AOL, Google Search, and YouTube emerged, transforming online communication and media sharing. The gradual adoption of IPv6 since 2006 addresses growing demands on the network’s scalability.

We don't have any images related to Internet Protocol yet.
We don't have any YouTube videos related to Internet Protocol yet.
We don't have any PDF documents related to Internet Protocol yet.
We don't have any Books related to Internet Protocol yet.
We don't have any archived web articles related to Internet Protocol yet.

Function

The Internet Protocol is responsible for addressing host interfaces, encapsulating data into datagrams (including fragmentation and reassembly) and routing datagrams from a source host interface to a destination host interface across one or more IP networks.2 For these purposes, the Internet Protocol defines the format of packets and provides an addressing system.

Each datagram has two components: a header and a payload. The IP header includes a source IP address, a destination IP address, and other metadata needed to route and deliver the datagram. The payload is the data that is transported. This method of nesting the data payload in a packet with a header is called encapsulation.

IP addressing entails the assignment of IP addresses and associated parameters to host interfaces. The address space is divided into subnets, involving the designation of network prefixes. IP routing is performed by all hosts, as well as routers, whose main function is to transport packets across network boundaries. Routers communicate with one another via specially designed routing protocols, either interior gateway protocols or exterior gateway protocols, as needed for the topology of the network.3

Addressing methods

Routing schemes
Unicast

Broadcast

Multicast

Anycast

There are four principal addressing methods in the Internet Protocol:

  • Unicast delivers a message to a single specific node using a one-to-one association between a sender and destination: each destination address uniquely identifies a single receiver endpoint.
  • Broadcast delivers a message to all nodes in the network using a one-to-all association; a single datagram (or packet) from one sender is routed to all of the possibly multiple endpoints associated with the broadcast address. The network automatically replicates datagrams as needed to reach all the recipients within the scope of the broadcast, which is generally an entire network subnet.
  • Multicast delivers a message to a group of nodes that have expressed interest in receiving the message using a one-to-many-of-many or many-to-many-of-many association; datagrams are routed simultaneously in a single transmission to many recipients. Multicast differs from broadcast in that the destination address designates a subset, not necessarily all, of the accessible nodes.
  • Anycast delivers a message to any one out of a group of nodes, typically the one nearest to the source using a one-to-one-of-many4 association where datagrams are routed to any single member of a group of potential receivers that are all identified by the same destination address. The routing algorithm selects the single receiver from the group based on which is the nearest according to some distance or cost measure.

Version history

In May 1974, the Institute of Electrical and Electronics Engineers (IEEE) published a paper entitled "A Protocol for Packet Network Intercommunication".5 The paper's authors, Vint Cerf and Bob Kahn, described an internetworking protocol for sharing resources using packet switching among network nodes. A central control component of this model was the Transmission Control Program that incorporated both connection-oriented links and datagram services between hosts. The monolithic Transmission Control Program was later divided into a modular architecture consisting of the Transmission Control Protocol and User Datagram Protocol at the transport layer and the Internet Protocol at the internet layer. The model became known as the Department of Defense (DoD) Internet Model and Internet protocol suite, and informally as TCP/IP.

The following Internet Experiment Note (IEN) documents describe the evolution of the Internet Protocol into the modern version of IPv4:6

  • IEN 2 Comments on Internet Protocol and TCP (August 1977) describes the need to separate the TCP and Internet Protocol functionalities (which were previously combined). It proposes the first version of the IP header, using 0 for the version field.
  • IEN 26 A Proposed New Internet Header Format (February 1978) describes a version of the IP header that uses a 1-bit version field.
  • IEN 28 Draft Internetwork Protocol Description Version 2 (February 1978) describes IPv2.
  • IEN 41 Internetwork Protocol Specification Version 4 (June 1978) describes the first protocol to be called IPv4. The IP header is different from the modern IPv4 header.
  • IEN 44 Latest Header Formats (June 1978) describes another version of IPv4, also with a header different from the modern IPv4 header.
  • IEN 54 Internetwork Protocol Specification Version 4 (September 1978) is the first description of IPv4 using the header that would become standardized in 1980 as RFC 760.
  • IEN 80
  • IEN 111
  • IEN 123
  • IEN 128/RFC 760 (1980)

IP versions 1 to 3 were experimental versions, designed between 1973 and 1978.7 Versions 2 and 3 supported variable-length addresses ranging between 1 and 16 octets (between 8 and 128 bits).8 An early draft of version 4 supported variable-length addresses of up to 256 octets (up to 2048 bits)9 but this was later abandoned in favor of a fixed-size 32-bit address in the final version of IPv4. This remains the dominant internetworking protocol in use in the Internet Layer; the number 4 identifies the protocol version, carried in every IP datagram. IPv4 is defined in RFC 791 (1981).

Version number 5 was used by the Internet Stream Protocol, an experimental streaming protocol that was not adopted.10

The successor to IPv4 is IPv6. IPv6 was a result of several years of experimentation and dialog during which various protocol models were proposed, such as TP/IX (RFC 1475), PIP (RFC 1621) and TUBA (TCP and UDP with Bigger Addresses, RFC 1347). Its most prominent difference from version 4 is the size of the addresses. While IPv4 uses 32 bits for addressing, yielding c. 4.3 billion (4.3×109) addresses, IPv6 uses 128-bit addresses providing c. 3.4×1038 addresses. Although adoption of IPv6 has been slow, as of January 2023[update], most countries in the world show significant adoption of IPv6,11 with over 41% of Google's traffic being carried over IPv6 connections.12

The assignment of the new protocol as IPv6 was uncertain until due diligence assured that IPv6 had not been used previously.13 Other Internet Layer protocols have been assigned version numbers,14 such as 7 (IP/TX), 8 and 9 (historic). Notably, on April 1, 1994, the IETF published an April Fools' Day RfC about IPv9.15 IPv9 was also used in an alternate proposed address space expansion called TUBA.16 A 2004 Chinese proposal for an IPv9 protocol appears to be unrelated to all of these, and is not endorsed by the IETF.

IP version numbers

As the version number is carried in a 4-bit field, only numbers 0–15 can be assigned.

IP versionDescriptionYearStatus
0Internet Protocol, pre-v4N/AReserved17
1Experimental version1973Obsolete
2Experimental version1977Obsolete
3Experimental version1978Obsolete
4Internet Protocol version 4 (IPv4)181981Active
5Internet Stream Protocol (ST)1979Obsolete; superseded by ST-II or ST2
Internet Stream Protocol (ST-II or ST2)191987Obsolete; superseded by ST2+
Internet Stream Protocol (ST2+)1995Obsolete
6Simple Internet Protocol (SIP)N/AObsolete; merged into IPv6 in 199520
Internet Protocol version 6 (IPv6)211995Active
7TP/IX The Next Internet (IPv7)221993Obsolete23
8P Internet Protocol (PIP)241994Obsolete; merged into SIP in 1993
9TCP and UDP over Bigger Addresses (TUBA)1992Obsolete25
IPv91994April Fools' Day joke26
Chinese IPv92004Abandoned
10–14N/AN/AUnassigned
15Version field sentinel valueN/AReserved

Reliability

The design of the Internet protocol suite adheres to the end-to-end principle, a concept adapted from the CYCLADES project. Under the end-to-end principle, the network infrastructure is considered inherently unreliable at any single network element or transmission medium and is dynamic in terms of the availability of links and nodes. No central monitoring or performance measurement facility exists that tracks or maintains the state of the network. For the benefit of reducing network complexity, the intelligence in the network is located in the end nodes.

As a consequence of this design, the Internet Protocol only provides best-effort delivery and its service is characterized as unreliable. In network architectural parlance, it is a connectionless protocol, in contrast to connection-oriented communication. Various fault conditions may occur, such as data corruption, packet loss and duplication. Because routing is dynamic, meaning every packet is treated independently, and because the network maintains no state based on the path of prior packets, different packets may be routed to the same destination via different paths, resulting in out-of-order delivery to the receiver.

All fault conditions in the network must be detected and compensated by the participating end nodes. The upper layer protocols of the Internet protocol suite are responsible for resolving reliability issues. For example, a host may buffer network data to ensure correct ordering before the data is delivered to an application.

IPv4 provides safeguards to ensure that the header of an IP packet is error-free. A routing node discards packets that fail a header checksum test. Although the Internet Control Message Protocol (ICMP) provides notification of errors, a routing node is not required to notify either end node of errors. IPv6, by contrast, operates without header checksums, since current link layer technology is assumed to provide sufficient error detection.2728

The dynamic nature of the Internet and the diversity of its components provide no guarantee that any particular path is actually capable of, or suitable for, performing the data transmission requested. One of the technical constraints is the size of data packets possible on a given link. Facilities exist to examine the maximum transmission unit (MTU) size of the local link and Path MTU Discovery can be used for the entire intended path to the destination.29

The IPv4 internetworking layer automatically fragments a datagram into smaller units for transmission when the link MTU is exceeded. IP provides re-ordering of fragments received out of order.30 An IPv6 network does not perform fragmentation in network elements, but requires end hosts and higher-layer protocols to avoid exceeding the path MTU.31

The Transmission Control Protocol (TCP) is an example of a protocol that adjusts its segment size to be smaller than the MTU. The User Datagram Protocol (UDP) and ICMP disregard MTU size, thereby forcing IP to fragment oversized datagrams.32

Security

During the design phase of the ARPANET and the early Internet, the security aspects and needs of a public, international network could not be adequately anticipated. Consequently, many Internet protocols exhibited vulnerabilities highlighted by network attacks and later security assessments. In 2008, a thorough security assessment and proposed mitigation of problems was published.33 The IETF has been pursuing further studies.34

See also

  • Internet portal
Look up internet protocol in Wiktionary, the free dictionary.

References

  1. The Economics of Transition to Internet Protocol version 6 (IPv6) (Report). OECD Digital Economy Papers. OECD. 2014-11-06. doi:10.1787/5jxt46d07bhc-en. Archived from the original on 2021-03-07. Retrieved 2020-12-04. https://www.oecd-ilibrary.org/science-and-technology/the-economics-of-transition-to-internet-protocol-version-6-ipv6_5jxt46d07bhc-en

  2. Charles M. Kozierok, The TCP/IP Guide, archived from the original on 2019-06-20, retrieved 2017-07-22 http://www.tcpipguide.com/free/t_IPFunctions.htm

  3. "IP Technologies and Migration — EITC". www.eitc.org. Archived from the original on 2021-01-05. Retrieved 2020-12-04. https://web.archive.org/web/20210105023938/http://www.eitc.org/research-opportunities/future-internet-and-optical-quantum-communications/internet-networks-and-tcp-ip/ip-technologies-and-migration

  4. Goścień, Róża; Walkowiak, Krzysztof; Klinkowski, Mirosław (2015-03-14). "Tabu search algorithm for routing, modulation and spectrum allocation in elastic optical network with anycast and unicast traffic". Computer Networks. 79: 148–165. doi:10.1016/j.comnet.2014.12.004. ISSN 1389-1286. https://www.sciencedirect.com/science/article/pii/S1389128614004460

  5. Cerf, V.; Kahn, R. (1974). "A Protocol for Packet Network Intercommunication" (PDF). IEEE Transactions on Communications. 22 (5): 637–648. doi:10.1109/TCOM.1974.1092259. ISSN 1558-0857. Archived (PDF) from the original on 2017-01-06. Retrieved 2020-04-06. The authors wish to thank a number of colleagues for helpful comments during early discussions of international network protocols, especially R. Metcalfe, R. Scantlebury, D. Walden, and H. Zimmerman; D. Davies and L. Pouzin who constructively commented on the fragmentation and accounting issues; and S. Crocker who commented on the creation and destruction of associations. https://www.cs.princeton.edu/courses/archive/fall06/cos561/papers/cerf74.pdf

  6. "Internet Experiment Note Index". www.rfc-editor.org. Retrieved 2024-01-21. https://www.rfc-editor.org/ien/ien-index.html

  7. Stephen Coty (2011-02-11). "Where is IPv1, 2, 3, and 5?". Archived from the original on 2020-08-02. Retrieved 2020-03-25. https://web.archive.org/web/20200802011845/https://blog.alertlogic.com/blog/where-is-ipv1,-2,-3,and-5/

  8. Postel, Jonathan B. (February 1978). "Draft Internetwork Protocol Specification Version 2" (PDF). RFC Editor. IEN 28. Retrieved 6 October 2022. Archived 16 May 2019 at the Wayback Machine https://www.rfc-editor.org/ien/ien28.pdf

  9. Postel, Jonathan B. (June 1978). "Internetwork Protocol Specification Version 4" (PDF). RFC Editor. IEN 41. Retrieved 11 February 2024. Archived 16 May 2019 at the Wayback Machine https://www.rfc-editor.org/ien/ien41.pdf

  10. Stephen Coty (2011-02-11). "Where is IPv1, 2, 3, and 5?". Archived from the original on 2020-08-02. Retrieved 2020-03-25. https://web.archive.org/web/20200802011845/https://blog.alertlogic.com/blog/where-is-ipv1,-2,-3,and-5/

  11. Strowes, Stephen (4 Jun 2021). "IPv6 Adoption in 2021". RIPE Labs. Archived from the original on 2021-09-20. Retrieved 2021-09-20. https://labs.ripe.net/author/stephen_strowes/ipv6-adoption-in-2021/

  12. "IPv6". Google. Archived from the original on 2020-07-14. Retrieved 2023-05-19. https://www.google.com/intl/en/ipv6/statistics.html#tab=ipv6-adoption

  13. Mulligan, Geoff. "It was almost IPv7". O'Reilly. Archived from the original on 5 July 2015. Retrieved 4 July 2015. https://web.archive.org/web/20150705060055/http://archive.oreilly.com/cs/user/view/cs_msg/25036

  14. "IP Version Numbers". Internet Assigned Numbers Authority. Archived from the original on 2019-01-18. Retrieved 2019-07-25. https://www.iana.org/assignments/version-numbers/version-numbers.xhtml

  15. RFC 1606: A Historical Perspective On The Usage Of IP Version 9. April 1, 1994. /wiki/RFC_(identifier)

  16. Ross Callon (June 1992). TCP and UDP with Bigger Addresses (TUBA), A Simple Proposal for Internet Addressing and Routing. doi:10.17487/RFC1347. RFC 1347. https://datatracker.ietf.org/doc/html/rfc1347

  17. Jeff Doyle; Jennifer Carroll (2006). Routing TCP/IP. Vol. 1 (2 ed.). Cisco Press. p. 8. ISBN 978-1-58705-202-6. 978-1-58705-202-6

  18. Cite error: The named reference rfc791 was invoked but never defined (see the help page). /wiki/Help:Cite_errors/Cite_error_references_no_text

  19. L. Delgrossi; L. Berger, eds. (August 1995). Internet Stream Protocol Version 2 (ST2) Protocol Specification - Version ST2+. Network Working Group. doi:10.17487/RFC1819. RFC 1819. Historic. Obsoletes RFC 1190 and IEN 119. https://datatracker.ietf.org/doc/html/rfc1819

  20. Jeff Doyle; Jennifer Carroll (2006). Routing TCP/IP. Vol. 1 (2 ed.). Cisco Press. p. 8. ISBN 978-1-58705-202-6. 978-1-58705-202-6

  21. Cite error: The named reference rfc8200 was invoked but never defined (see the help page). /wiki/Help:Cite_errors/Cite_error_references_no_text

  22. R. Ullmann (June 1993). TP/IX: The Next Internet. Network Working Group. doi:10.17487/RFC1475. RFC 1475. Historic. Obsoleted by RFC 6814. https://datatracker.ietf.org/doc/html/rfc1475

  23. C. Pignataro; F. Gont (November 2012). Formally Deprecating Some IPv4 Options. Internet Engineering Task Force. doi:10.17487/RFC6814. ISSN 2070-1721. RFC 6814. Proposed Standard. Obsoletes RFC 1385, 1393, 1475 and 1770. https://datatracker.ietf.org/doc/html/rfc6814

  24. P. Francis (May 1994). Pip Near-term Architecture. Network Working Group. doi:10.17487/RFC1621. RFC 1621. Historical. https://datatracker.ietf.org/doc/html/rfc1621

  25. Ross Callon (June 1992). TCP and UDP with Bigger Addresses (TUBA), A Simple Proposal for Internet Addressing and Routing. Network Working Group. doi:10.17487/RFC1347. RFC 1347. Historic. https://datatracker.ietf.org/doc/html/rfc1347

  26. J. Onions (1 April 1994). A Historical Perspective On The Usage Of IP Version 9. Network Working Group. doi:10.17487/RFC1606. RFC 1606. Informational. This is an April Fools' Day Request for Comments. https://datatracker.ietf.org/doc/html/rfc1606

  27. RFC 1726 section 6.2 /wiki/RFC_(identifier)

  28. RFC 2460 /wiki/RFC_(identifier)

  29. Rishabh, Anand (2012). Wireless Communication. S. Chand Publishing. ISBN 978-81-219-4055-9. Archived from the original on 2024-06-12. Retrieved 2020-12-11. 978-81-219-4055-9

  30. Siyan, Karanjit. Inside TCP/IP, New Riders Publishing, 1997. ISBN 1-56205-714-6 /wiki/ISBN_(identifier)

  31. Bill Cerveny (2011-07-25). "IPv6 Fragmentation". Arbor Networks. Archived from the original on 2016-09-16. Retrieved 2016-09-10. https://www.arbornetworks.com/blog/asert/ipv6-fragmentation/

  32. Parker, Don (2 November 2010). "Basic Journey of a Packet". Symantec. Symantec. Archived from the original on 20 January 2022. Retrieved 4 May 2014. https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=03c598ea-e171-47c9-8035-753ccd8bb36e&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=librarydocuments

  33. Fernando Gont (July 2008), Security Assessment of the Internet Protocol (PDF), CPNI, archived from the original (PDF) on 2010-02-11 https://web.archive.org/web/20100211145721/http://www.cpni.gov.uk/Docs/InternetProtocol.pdf

  34. F. Gont (July 2011). Security Assessment of the Internet Protocol version 4. doi:10.17487/RFC6274. RFC 6274. https://datatracker.ietf.org/doc/html/rfc6274