Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
IPv4
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Fourth version of the Internet Protocol}} {{Infobox networking protocol |title=Internet Protocol version 4 |logo= |logo alt= |image=[[File:IPv4 Packet-en.svg|250px|class=skin-invert-image]] |image alt= |caption=IPv4 packet |is stack=yes |abbreviation = IPv4 |purpose=[[Internetworking]] protocol |developer=[[DARPA]] |date={{Start date and age|df=yes|1981}} |based on= |influenced=[[IPv6]] |osilayer=[[Network layer]] |ports= |rfcs={{IETF RFC|791|plainlink=yes}} |hardware= }} {{IPstack}} '''Internet Protocol version 4''' ('''IPv4''') is the first version of the [[Internet Protocol]] (IP) as a standalone specification. It is one of the core protocols of standards-based [[internetworking]] methods in the [[Internet]] and other [[packet-switched]] networks. IPv4 was the first version deployed for production on [[SATNET]] in 1982 and on the [[ARPANET]] in January 1983. It is still used to route most [[Internet traffic]] today,<ref name=":0">{{cite web |title=BGP Analysis Reports |url=http://bgp.potaroo.net/index-bgp.html |access-date=2013-01-09 |website=BGP Reports |language=en-US}}</ref> even with the ongoing deployment of [[Internet Protocol version 6]] (IPv6),<ref>{{Cite web|title=IPv6 β Google|url=https://www.google.com/intl/en/ipv6/statistics.html|access-date=2022-01-28|website=www.google.com}}</ref> its successor. IPv4 uses a [[32-bit]] address space which provides 4,294,967,296 (2<sup>32</sup>) unique addresses, but large blocks are reserved for special networking purposes.<ref>{{Cite web|title=IANA IPv4 Special-Purpose Address Registry|url=https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml|access-date=2022-01-28|website=www.iana.org}}</ref>{{Ref RFC|6890}} ==History== Earlier versions of TCP/IP were a combined specification through TCP/IPv3. With IPv4, the Internet Protocol became a separate specification.<ref>{{Cite web |last=Davis |first=Lidija |last2= |title=Vint Cerf - We Still Have 80 Per Cent of the World to Connect |url=https://archive.nytimes.com/www.nytimes.com/external/readwriteweb/2009/02/21/21readwriteweb-vint_cerf_we_still_have_80_per.html |access-date=2024-05-10 |website=[[The New York Times]]}}</ref> Internet Protocol version 4 is described in [[IETF]] publication RFC 791 (September 1981), replacing an earlier definition of January 1980 (RFC 760). In March 1982, the US Department of Defense decided on the [[Internet Protocol Suite]] (TCP/IP) as the standard for all military [[computer network]]ing.<ref>{{Cite web|title=A Brief History of IPv4|url=https://ipv4marketgroup.com/a-brief-history-of-ipv4/|access-date=2020-08-19|website=IPv4 Market Group|language=en}}</ref> ==Purpose== The Internet Protocol is the protocol that defines and enables [[internetwork]]ing at the [[internet layer]] of the Internet Protocol Suite. In essence it forms the Internet. It uses a logical addressing system and performs ''routing'', which is the forwarding of packets from a source host to the next router that is one hop closer to the intended destination host on another network. IPv4 is a [[connectionless]] protocol, and operates on a [[best-effort delivery]] model, in that it does not guarantee delivery, nor does it assure proper sequencing or avoidance of duplicate delivery. These aspects, including data integrity, are addressed by an [[upper layer protocol|upper layer]] transport protocol, such as the [[Transmission Control Protocol]] (TCP). =={{anchor|IPv4_Addressing}}Addressing== <!--redirect from [[IPv4 address]]--> {{broader|IP address}} [[File:IPv4 address structure and writing systems-en.svg|right|300px|thumb|Decomposition of the quad-dotted IPv4 address representation to its [[Binary numeral system|binary]] value]] IPv4 uses 32-bit addresses which limits the [[address space]] to {{gaps|4|294|967|296}} (2<sup>32</sup>) addresses. IPv4 reserves special address blocks for [[private network]]s (2<sup>24</sup> + 2<sup>20</sup> + 2<sup>16</sup> β 18 million addresses) and [[multicast]] addresses (2<sup>28</sup> β 268 million addresses). ===Address representations=== IPv4 addresses may be represented in any notation expressing a 32-bit integer value. They are most often written in [[dot-decimal notation]], which consists of four [[Octet (computing)|octet]]s of the address expressed individually in [[decimal]] numbers and separated by [[Full stop|periods]]. For example, the quad-dotted IP address in the illustration ({{IPaddr|172.16.254.1}}) represents the 32-bit [[decimal]] number 2886794753, which in [[hexadecimal]] format is 0xAC10FE01. [[CIDR notation]] combines the address with its routing prefix in a compact format, in which the address is followed by a slash character (/) and the count of leading consecutive ''1'' bits in the routing prefix (subnet mask). Other address representations were in common use when [[classful network]]ing was practiced. For example, the [[loopback]] address {{IPaddr|127.0.0.1}} was commonly written as {{IPaddr|127.1}}, given that it belongs to a class-A network with eight bits for the network mask and 24 bits for the host number. When fewer than four numbers were specified in the address in dotted notation, the last value was treated as an integer of as many bytes as are required to fill out the address to four octets. Thus, the address {{IPaddr|127.65530}} is equivalent to {{IPaddr|127.0.255.250}}. ==={{anchor|Allocation}}Allocation=== In the original design of IPv4, an IP address was divided into two parts: the network identifier was the most significant octet of the address, and the host identifier was the rest of the address. The latter was also called the ''rest field''. This structure permitted a maximum of 256 network identifiers, which was quickly found to be inadequate. To overcome this limit, the most-significant address octet was redefined in 1981 to create ''network classes'', in a system which later became known as ''classful'' networking. The revised system defined five classes. Classes A, B, and C had different bit lengths for network identification. The rest of the address was used as previously to identify a host within a network. Because of the different sizes of fields in different classes, each network class had a different capacity for addressing hosts. In addition to the three classes for addressing hosts, Class D was defined for [[multicast]] addressing and Class E was reserved for future applications. Dividing existing classful networks into subnets began in 1985 with the publication of {{IETF RFC|950}}. This division was made more flexible with the introduction of variable-length subnet masks (VLSM) in {{IETF RFC|1109}} in 1987. In 1993, based on this work, {{IETF RFC|1517}} introduced [[Classless Inter-Domain Routing]] (CIDR),<ref>{{cite web|url=http://www.3com.com/other/pdfs/infra/corpinfo/en_US/501302.pdf|archive-url=https://web.archive.org/web/20010616012053/http://www.3com.com/other/pdfs/infra/corpinfo/en_US/501302.pdf|archive-date=June 16, 2001|title=Understanding IP Addressing: Everything You Ever Wanted To Know|publisher=3Com|url-status=dead}}</ref> which expressed the number of bits (from the [[Most significant bit|most significant]]) as, for instance, {{IPaddr|/24}}, and the class-based scheme was dubbed ''classful'', by contrast. CIDR was designed to permit repartitioning of any address space so that smaller or larger blocks of addresses could be allocated to users. The hierarchical structure created by CIDR is managed by the [[Internet Assigned Numbers Authority]] (IANA) and the [[regional Internet registries]] (RIRs). Each RIR maintains a publicly searchable [[WHOIS]] database that provides information about IP address assignments. ===Special-use addresses=== The [[Internet Engineering Task Force]] (IETF) and IANA have restricted from general use various [[reserved IP addresses]] for special purposes.{{Ref RFC|6890}} Notably these addresses are used for [[multicast]] traffic and to provide addressing space for unrestricted uses on private networks. <section begin=IPv4-special-address-blocks/><!--This table is transcluded to other pages, such as [[Reserved IP addresses]]. (see: [[Wikipedia:transclusion]])--> :{|class="wikitable sortable" |+Special address blocks !Address block !Address range !Number of addresses !Scope !Description |- |0.0.0.0/8 |0.0.0.0β0.255.255.255 |align=right|{{val|16,777,216}} |Software |Current (local, "this") network{{Ref RFC|6890}} |- |10.0.0.0/8 |10.0.0.0β10.255.255.255 |align=right|{{val|16,777,216}} |Private network |Used for local communications within a private network{{Ref RFC|1918}} |- <!--Note: 14.0.0.0/8, 24.0.0.0/8 and 39.0.0.0/8 are outdated and irrelevant. Do not add them.--> |100.64.0.0/10 |100.64.0.0β100.127.255.255 |align=right|{{val|4,194,304}} |Private network |[[IPv4 shared address space|Shared address space]]{{Ref RFC|6598}} for communications between a service provider and its subscribers when using a [[carrier-grade NAT]] |- |127.0.0.0/8 |127.0.0.0β127.255.255.255 |align=right|{{val|16,777,216}} |Host |Used for [[loopback address]]es to the local host<ref name=rfc6890/> |- <!--Note: 128.0.0.0/16 is "no longer needed" and "subject to future allocation" so it is not relevant here.--> <!--"Note that 128.66.0.0/24 has been used for some examples in the past. However, this block did not appear in the list of special prefixes in RFC 3330 or its successors, and the block is therefore not reserved for any special purpose. The block can be used for regular address assignments with caution." excerpt from RFC 5737.--> |169.254.0.0/16 |169.254.0.0β169.254.255.255 |align=right|{{val|65,536}} |Subnet |Used for [[link-local address]]es{{Ref RFC|3927}} between two hosts on a single link when no IP address is otherwise specified, such as would have normally been retrieved from a [[DHCP]] server |- |172.16.0.0/12 |172.16.0.0β172.31.255.255 |align=right|{{val|1,048,576}} |Private network |Used for local communications within a private network<ref name=rfc1918/> |- <!--Note: 191.255.0.0/16 and 192.0.0.0/24 is "no longer needed" and "subject to future allocation" so it is not relevant here.--> |- |192.0.0.0/24 |192.0.0.0β192.0.0.255 |align=right|{{val|256}} |Private network |IETF Protocol Assignments, [[DS-Lite]] (/29)<ref name=rfc6890/> |- |192.0.2.0/24 |192.0.2.0β192.0.2.255 |align=right|{{val|256}} |Documentation |Assigned as TEST-NET-1, documentation and examples{{Ref RFC|5737}} |- |192.88.99.0/24 |192.88.99.0β192.88.99.255 |align=right|{{val|256}} |Internet |Reserved.{{Ref RFC|7526}} Formerly used for [[6to4|IPv6 to IPv4]] relay{{Ref RFC|3068}} (included [[IPv6]] address block [[IPv6 address#Special addresses|2002::/16]]). |- |192.168.0.0/16 |192.168.0.0β192.168.255.255 |align=right|{{val|65,536}} |Private network |Used for local communications within a private network<ref name=rfc1918/> |- |198.18.0.0/15 |198.18.0.0β198.19.255.255 |align=right|{{val|131,072}} |Private network |Used for benchmark testing of inter-network communications between two separate subnets{{Ref RFC|2544}} |- |198.51.100.0/24 |198.51.100.0β198.51.100.255 |align=right|{{val|256}} |Documentation |Assigned as TEST-NET-2, documentation and examples<ref name=rfc5737/> |- |203.0.113.0/24 |203.0.113.0β203.0.113.255 |align=right|{{val|256}} |Documentation |Assigned as TEST-NET-3, documentation and examples<ref name=rfc5737/> |- <!--223.255.255.0/24 presently unused, but subject to future allocation--> |224.0.0.0/4 |224.0.0.0β239.255.255.255 |align=right|{{val|268,435,456}} |Internet |In use for [[IP multicast|multicast]]{{Ref RFC|5771}} (former Class D network) |- |233.252.0.0/24 |233.252.0.0β233.252.0.255 |align=right|{{val|256}} |Documentation |Assigned as MCAST-TEST-NET, documentation and examples (This is part of the above multicast space.)<ref name="rfc5771"/>{{Ref RFC|6676}} |- |240.0.0.0/4 |240.0.0.0β255.255.255.254 |align=right|{{val|268,435,455}} |Internet |Reserved for future use{{Ref RFC|3232}} (former Class E network) |- |255.255.255.255/32 |255.255.255.255 |align=right|{{val|1}} |Subnet |Reserved for the "limited [[Broadcast address|broadcast]]" destination address{{Ref RFC|6890}} |}<section end=IPv4-special-address-blocks/> ====Private networks==== Of the approximately four billion addresses defined in IPv4, about 18 million addresses in three ranges are reserved for use in private networks. Packets addresses in these ranges are not routable in the public Internet; they are ignored by all public routers. Therefore, private hosts cannot directly communicate with public networks, but require [[network address translation]] at a routing gateway for this purpose. <section begin=IPv4-private-networks/><!--This table is transcluded to other pages, such as [[Blackhole server]]. (see: [[Wikipedia:transclusion]])--> :{|class=wikitable |+Reserved private IPv4 network ranges{{Ref RFC|1918}} |- !Name!![[CIDR]] block!!Address range!!Number of<br>addresses!!''[[Classful]]'' description |- |24-bit block||10.0.0.0/8||10.0.0.0 β 10.255.255.255||align=right|{{val|16777216}}||Single Class A |- |20-bit block||172.16.0.0/12||172.16.0.0 β 172.31.255.255||align=right|{{val|1048576}}||Contiguous range of 16 Class B blocks |- |16-bit block||192.168.0.0/16||192.168.0.0 β 192.168.255.255||align=right|{{val|65536}}||Contiguous range of 256 Class C blocks |}<section end=IPv4-private-networks/> Since two private networks, e.g., two branch offices, cannot directly interoperate via the public Internet, the two networks must be bridged across the Internet via a [[virtual private network]] (VPN) or an [[IP tunnel]], which [[Encapsulation (networking)|encapsulates]] packets, including their headers containing the private addresses, in a protocol layer during transmission across the public network. Additionally, encapsulated packets may be encrypted for transmission across public networks to secure the data. ===Link-local addressing=== RFC 3927 defines the special address block 169.254.0.0/16 for link-local addressing. These addresses are only valid on the link (such as a local network segment or point-to-point connection) directly connected to a host that uses them. These addresses are not routable. Like private addresses, these addresses cannot be the source or destination of packets traversing the internet. These addresses are primarily used for address autoconfiguration ([[Zeroconf]]) when a host cannot obtain an IP address from a DHCP server or other internal configuration methods. When the address block was reserved, no standards existed for address autoconfiguration. [[Microsoft]] created an implementation called [[Automatic Private IP Addressing]] (APIPA), which was deployed on millions of machines and became a [[de facto standard]]. Many years later, in May 2005, the [[IETF]] defined a formal standard in RFC 3927, entitled ''Dynamic Configuration of IPv4 Link-Local Addresses''. ===Loopback=== {{Main|Localhost}} The class A network {{IPaddr|127.0.0.0}} (classless network {{IPaddr|127.0.0.0|8}}) is reserved for [[loopback]]. IP packets whose source addresses belong to this network should never appear outside a host. Packets received on a non-loopback interface with a loopback source or destination address must be dropped. ===First and last subnet addresses=== {{See also|IPv4 subnetting reference}} The first address in a subnet is used to identify the subnet itself. In this address all host bits are ''0''. To avoid ambiguity in representation, this address is reserved.{{Ref RFC|923|quote=Special Addresses: In certain contexts, it is useful to have fixed addresses with functional significance rather than as identifiers of specific hosts. When such usage is called for, the address zero is to be interpreted as meaning "this", as in "this network".}} The last address has all host bits set to ''1''. It is used as a local [[broadcast address]] for sending messages to all devices on the subnet simultaneously. For networks of size {{IPaddr||24}} or larger, the broadcast address always ends in 255. For example, in the subnet {{IPaddr|192.168.5.0|24}} (subnet mask {{IPaddr||24|netmask=dotted}}) the identifier {{IPaddr|192.168.5.0}} is used to refer to the entire subnet. The broadcast address of the network is {{IPaddr|192.168.5.255}}. {|class=wikitable style=margin:left !Type!!Binary form!!Dot-decimal notation |- |Network space |<code>11000000.10101000.00000101.<span style=color:red>00000000</span></code> |192.168.5.0 |- |Broadcast address |<code>11000000.10101000.00000101.<span style=color:red>11111111</span></code> |192.168.5.255 |- |colspan=3|<small>In red, is shown the host part of the IP address; the other part is the network prefix. The host gets inverted (logical NOT), but the network prefix remains intact.</small> |} However, this does not mean that every address ending in 0 or 255 cannot be used as a host address. For example, in the {{IPaddr||16}} subnet {{IPaddr|192.168.0.0|16|netmask=dotted}}, which is equivalent to the address range {{IPaddr|192.168.0.0}}β{{IPaddr|192.168.255.255}}, the broadcast address is {{IPaddr|192.168.255.255}}. One can use the following addresses for hosts, even though they end with 255: {{IPaddr|192.168.1.255}}, {{IPaddr|192.168.2.255}}, etc. Also, {{IPaddr|192.168.0.0}} is the network identifier and must not be assigned to an interface.{{Ref RFC|1122|rp=31}} The addresses {{IPaddr|192.168.1.0}}, {{IPaddr|192.168.2.0}}, etc., may be assigned, despite ending with 0. In the past, conflict between network addresses and broadcast addresses arose because some software used non-standard broadcast addresses with zeros instead of ones.{{Ref RFC|1122|rp=66}} In networks smaller than {{IPaddr||24}}, broadcast addresses do not necessarily end with 255. For example, a CIDR subnet {{IPaddr|203.0.113.16|28}} has the broadcast address {{IPaddr|203.0.113.31}}. {|class=wikitable style=margin:left !Type!!Binary form!!Dot-decimal notation |- |Network space |<code>11001011.00000000.01110001.0001<span style=color:red>0000</span></code> |203.0.113.16 |- |Broadcast address |<code>11001011.00000000.01110001.0001<span style=color:red>1111</span></code> |203.0.113.31 |- |colspan=3|<small>In red, is shown the host part of the IP address; the other part is the network prefix. The host gets inverted (logical NOT), but the network prefix remains intact.</small> |} As a special case, a {{IPaddr||31}} network has capacity for just two hosts. These networks are typically used for point-to-point connections. There is no network identifier or broadcast address for these networks.{{Ref RFC|3021}} ===Address resolution=== {{Main|Domain Name System}} Hosts on the [[Internet]] are usually known by names, e.g., www.example.com, not primarily by their IP address, which is used for routing and network interface identification. The use of domain names requires translating, called ''resolving'', them to addresses and vice versa. This is analogous to looking up a phone number in a phone book using the recipient's name. The translation between addresses and domain names is performed by the [[Domain Name System]] (DNS), a hierarchical, distributed naming system that allows for the subdelegation of [[namespace]]s to other DNS servers. ===Unnumbered interface=== An unnumbered [[Point-to-point (telecommunications)|point-to-point]] (PtP) link, also called a transit link, is a link that does not have an IP network or subnet number associated with it, but still has an IP address. First introduced in 1993,<ref>{{cite journal|journal=Internet Engineering Task Force|last1=Almquist|first1=Philip|last2=Kastenholz|first2=Frank|date=December 1993|title=Towards Requirements for IP Routers|url=https://datatracker.ietf.org/doc/draft-ietf-rreq-iprouters-require/00}}</ref>{{Ref RFC|1716}}{{Ref RFC|1812}}<ref>{{Cite web|title=Understanding and Configuring the ip unnumbered Command|url=https://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13786-20.html|access-date=2021-11-25|website=Cisco|language=en}}</ref> Phil Karn from Qualcomm is credited as the original designer. The purpose of a transit link is to [[Router (computing)|route]] [[datagram]]s. They are used to free IP addresses from a scarce IP address space or to reduce the management of assigning IP and configuration of interfaces. Previously, every link needed to dedicate a {{IPaddr||31}} or {{IPaddr||30}} subnet using 2 or 4 IP addresses per point-to-point link. When a link is unnumbered, a ''router-id'' is used, a single IP address borrowed from a defined (normally a [[loopback]]) interface. The same ''router-id'' can be used on multiple interfaces. One of the disadvantages of unnumbered interfaces is that it is harder to do remote testing and management. ==Address space exhaustion== {{Main|IPv4 address exhaustion}} [[File:IPv4 exhaustion time line-en.svg|thumb|upright=2|IPv4 address exhaustion timeline]] In the 1980s, it became apparent that the pool of available IPv4 addresses was depleting at a rate that was not initially anticipated in the original design of the network.<ref>{{cite web|title=World 'running out of Internet addresses'|url=http://technology.inquirer.net/infotech/infotech/view/20110121-315808/World-running-out-of-Internet-addresses|access-date=2011-01-23|url-status=dead|archive-url=https://web.archive.org/web/20110125195711/http://technology.inquirer.net/infotech/infotech/view/20110121-315808/World-running-out-of-Internet-addresses|archive-date=2011-01-25}}</ref> The main market forces that accelerated address depletion included the rapidly growing number of Internet users, who increasingly used mobile computing devices, such as [[laptop computers]], [[personal digital assistant]]s (PDAs), and [[smart phone]]s with IP data services. In addition, high-speed Internet access was based on always-on devices. The threat of exhaustion motivated the introduction of a number of remedial technologies, such as: *[[Classless Inter-Domain Routing]] (CIDR), for smaller ISP allocations *[[#Unnumbered interface|Unnumbered interfaces]] removed the need for addresses on transit links. *[[Network address translation]] (NAT) removed the need for the [[end-to-end principle]]. By the mid-1990s, NAT was used pervasively in network access provider systems, along with strict usage-based allocation policies at the regional and local Internet registries. The primary address pool of the Internet, maintained by IANA, was exhausted on 3 February 2011, when the last five blocks were allocated to the five [[Regional Internet registry|RIR]]s.<ref>{{cite web|url=http://www.nro.net/news/ipv4-free-pool-depleted|title=Free Pool of IPv4 Address Space Depleted|last=Smith|first=Lucie|author2=Lipner, Ian|date=3 February 2011|publisher=[[Number Resource Organization]]|access-date=3 February 2011}}</ref><ref>{{cite web|url=http://mailman.nanog.org/pipermail/nanog/2011-February/032107.html|title=Five /8s allocated to RIRs β no unallocated IPv4 unicast /8s remain|author=ICANN, nanog mailing list}}</ref> [[APNIC]] was the first RIR to exhaust its regional pool on 15 April 2011, except for a small amount of address space reserved for the transition technologies to IPv6, which is to be allocated under a restricted policy.<ref>{{cite web|title=APNIC IPv4 Address Pool Reaches Final /8|url=http://www.apnic.net/publications/news/2011/final-8|access-date=15 April 2011|author=Asia-Pacific Network Information Centre|date=15 April 2011|url-status=dead|archive-url=https://web.archive.org/web/20110807162057/http://www.apnic.net/publications/news/2011/final-8|archive-date=7 August 2011}}</ref> The long-term solution to address exhaustion was the 1998 specification of a new version of the Internet Protocol, [[IPv6]].{{Ref RFC|2460}} It provides a vastly increased address space, but also allows improved route aggregation across the Internet, and offers large subnetwork allocations of a minimum of 2<sup>64</sup> host addresses to end users. However, IPv4 is not directly interoperable with IPv6, so that IPv4-only hosts cannot directly communicate with IPv6-only hosts. With the phase-out of the [[6bone]] experimental network starting in 2004, permanent formal deployment of IPv6 commenced in 2006.{{Ref RFC|3701}} Completion of [[IPv6 deployment]] is expected to take considerable time,<ref>{{Cite book|title=2016 IEEE International Conference on Emerging Technologies and Innovative Business Practices for the Transformation of Societies (EmergiTech)|publisher=University of Technology, Mauritius, Institute of Electrical and Electronics Engineers|date=August 2016|isbn=9781509007066|location=Piscataway, NJ|oclc=972636788}}</ref> so that intermediate [[IPv6 transition mechanism|transition technologies]] are necessary to permit hosts to participate in the Internet using both versions of the protocol. ==Packet structure== An IP [[packet (information technology)|packet]] consists of a header section and a data section. An IP packet has no data checksum or any other footer after the data section. Typically the [[link layer]] encapsulates IP packets in frames with a CRC footer that detects most errors. Many [[transport layer|transport-layer protocols]] carried by IP also have their own error checking.{{Ref RFC|1726|rsection=6.2}} ===Header=== The IPv4 packet header consists of 14 fields, of which 13 are required. The 14th field is optional and aptly named: options. The fields in the header are packed with the most significant byte first ([[network byte order]]), and for the diagram and discussion, the most significant bits are considered to come first ([[MSB0|MSB 0 bit numbering]]). The most significant bit is numbered 0, so the version field is actually found in the four most significant bits of the first byte, for example. {{APHD|start|title=IPv4 header format}} {{APHD|0|bits1=4|bits2=4|bits3=6|bits4=2|bits5=16|field1=[[#Version|Version]]|value1=4|field2=[[#IHL|IHL]]|field3=[[#DSCP|DSCP]]|field4=[[#ECN|ECN]]|field5=[[#Total Length|Total Length]]}} {{APHD|4|bits1=16|bits2=3|bits3=13|field1=[[#Identification|Identification]]|field2=[[#Flags|Flags]]|field3=[[#Fragment offset|Fragment Offset]]}} {{APHD|8|bits1=8|bits2=8|bits3=16|field1=[[#TTL|Time to Live]]|field2=[[List of IP protocol numbers|Protocol]]|field3=[[#Header Checksum|Header Checksum]]}} {{APHD|12|bits1=32|field1=[[#Source address|Source address]]}} {{APHD|16|bits1=32|field1=[[#Destination address|Destination address]]}} {{APHD|20|bits1=320|background1=linen|field1=([[#Options|Options]]) (if IHL > 5)}} {{APHD|end}} ;{{APHD|def|name={{vanchor|Version}}|length=4 bits|text=The first header field in an IP [[packet (information technology)|packet]] is the ''Version'' field. For IPv4, this is always equal to {{Mono|4}}.}} ;{{APHD|def|name={{vanchor|Internet Header Length|IHL}}|short=IHL|length=4 bits|text=The IPv4 header is variable in size due to the optional 14th field (''Options''). The IHL field contains the size of the IPv4 header; it has 4 bits that specify the number of 32-bit words in the header. The minimum value for this field is 5,{{Ref RFC|791}} which indicates a length of 5 Γ 32 bits = 160 bits = 20 bytes. As a 4-bit field, the maximum value is 15; this means that the maximum size of the IPv4 header is 15 Γ 32 bits = 480 bits = 60 bytes.}} ;{{APHD|def|name=[[Differentiated Services Code Point]]|short={{vanchor|DSCP}}|length=6 bits|text=Originally defined as the [[type of service]] (ToS), this field specifies [[differentiated services]] (DiffServ).{{Ref RFC|2474}} Real-time data streaming makes use of the DSCP field. An example is [[Voice over IP]] (VoIP), which is used for interactive voice services.}} ;{{APHD|def|name=[[Explicit Congestion Notification]]|short={{vanchor|ECN}}|length=2 bits|text=This field allows end-to-end notification of [[network congestion]] without [[packet loss|dropping packets]].{{Ref RFC|3168}} ECN is an optional feature available when both endpoints support it and effective when also supported by the underlying network.}} ;{{APHD|def|name={{vanchor|Total Length}}|length=16 bits|text=This [[16-bit]] field defines the entire packet size in bytes, including header and data. The minimum size is 20 bytes (header without data) and the maximum is 65,535 bytes. All hosts are required to be able to reassemble datagrams of size up to 576 bytes, but most modern hosts handle much larger packets. Links may impose further restrictions on the packet size, in which case datagrams must be [[IP fragmentation|fragmented]]. Fragmentation in IPv4 is performed in either the sending host or in routers. Reassembly is performed at the receiving host.}} ;{{APHD|def|name={{vanchor|Identification}}|length=16 bits|text=This field is an identification field and is primarily used for uniquely identifying the group of fragments of a single IP datagram. Some experimental work has suggested using the ID field for other purposes, such as for adding packet-tracing information to help trace datagrams with spoofed source addresses,<ref>{{cite journal|last=Savage|first=Stefan|title=Practical network support for IP traceback|journal=ACM SIGCOMM Computer Communication Review|year=2000|volume=30|issue=4|pages=295β306|doi=10.1145/347057.347560|doi-access=free}}</ref> but any such use is now prohibited.{{Ref RFC|6864}}}} ;{{APHD|def|name=Flags|length=3 bits|text=There are three flags defined within this field.}} :;{{APHD|def|name=Reserved|short=R|length=1 bit|text=Reserved. Should be set to 0.{{efn|As an [[April Fools']] joke, proposed for use in RFC 3514 as the "[[Evil bit]]"{{Ref RFC|3514}}}}}} :;{{APHD|def|name=Don't Fragment|short=DF|length=1 bit|text=This field specifies whether the datagram can be fragmented or not. This can be used when sending packets to a host that does not have resources to perform reassembly of fragments. It can also be used for [[path MTU discovery]], either automatically by the host IP software, or manually using diagnostic tools such as [[Ping (networking utility)|ping]] or [[traceroute]]. If the DF flag is set, and fragmentation is required to route the packet, then the packet is dropped.}} :;{{APHD|def|name=More Fragments|short=MF|length=1 bit|text=For unfragmented packets, the MF flag is cleared. For fragmented packets, all fragments except the last have the MF flag set. The last fragment has a non-zero ''Fragment Offset'' field, so it can still be differentiated from an unfragmented packet.}} ;{{APHD|def|name={{vanchor|Fragment Offset}}|length=13 bits|text=This field specifies the offset of a particular fragment relative to the beginning of the original unfragmented IP datagram. Fragments are specified in units of 8 bytes, which is why fragment lengths are always a multiple of 8; except the last, which may be smaller.<ref>{{Cite web |last=Bhardwaj |first=Rashmi |date=2020-06-04 |title=Fragment Offset - IP With Ease |url=https://ipwithease.com/fragmentation-offset/ |access-date=2022-11-21 |website=ipwithease.com |language=en-US}}</ref>{{Break}}The fragmentation offset value for the first fragment is always 0. The field is 13 bits wide, so the offset value ranges from 0 to 8191 (from (2<sup>0</sup> β 1) to (2<sup>13</sup> β 1)). Therefore, it allows a maximum fragment offset of (2<sup>13</sup> β 1) Γ 8 = 65,528 bytes, with the header length included (65,528 + 20 = 65,548 bytes), supporting fragmentation of packets exceeding the maximum IP length of 65,535 bytes.}} ;{{APHD|def|name=Time to live|short={{vanchor|TTL}}|length=8 bits|text=The [[time to live]] field limits a datagram's lifetime to prevent network failure in the event of a [[routing loop]]. It is specified in seconds, but time intervals less than 1 second are rounded up to 1. In practice, the field is used as a [[hop count]]βwhen the datagram arrives at a [[router (computing)|router]], the router decrements the TTL field by one. When the TTL field hits zero, the router discards the packet and typically sends an [[ICMP time exceeded]] message to the sender. :The program ''traceroute'' sends messages with adjusted TTL values and uses these ICMP time exceeded messages to identify the routers traversed by packets from the source to the destination.}} ;{{APHD|def|name={{vanchor|Protocol}}|length=8 bits|text=This field defines the [[transport layer]] protocol used in the data portion of the IP datagram. The [[list of IP protocol numbers]] is maintained by [[Internet Assigned Numbers Authority]] (IANA).{{Ref RFC|3232}}}} :Some of the common payload protocols include: :{|class=wikitable |- !Protocol Number!!Protocol Name!!Abbreviation |- |1||[[Internet Control Message Protocol]]||ICMP |- |2||[[Internet Group Management Protocol]]||IGMP |- |6||[[Transmission Control Protocol]]||TCP |- |17||[[User Datagram Protocol]]||UDP |- |41||[[IPv6#Tunneling|IPv6 encapsulation]]||ENCAP |- |89||[[Open Shortest Path First]]||OSPF |- |132||[[Stream Control Transmission Protocol]]||SCTP |} ;{{APHD|def|name={{vanchor|Header Checksum}}|length=16 bits|text=The [[IPv4 header checksum]] field is used for error checking of the header. Before sending a packet, the checksum is computed as the 16-bit [[ones' complement]] of the ones' complement sum of all 16-bit words in the header. This includes the ''Header Checksum'' field itself, which is set to zero during computation. The packet is sent with ''Header Checksum'' containing the resulting value. When a packet arrives at a router or its destination, the network device recalculates the checksum value of the header, now including the ''Header Checksum'' field. The result should be zero; if a different result is obtained, the device discards the packet. :When a packet arrives at a router, the router decreases the ''TTL'' field in the header. Consequently, the router must calculate a new header checksum before sending it out again. :Errors in the data portion of the packet are handled separately by the encapsulated protocol. Both [[User Datagram Protocol|UDP]] and [[Transmission Control Protocol|TCP]] have separate checksums that apply to their data.}} ;{{APHD|def|name={{vanchor|Source address}}|length=32 bits|text=This field contains the [[IPv4 address]] of the sender of the packet. It may be changed in transit by [[network address translation]] (NAT).}} ;{{APHD|def|name={{vanchor|Destination address}}|length=32 bits|text=This field contains the [[IPv4 address]] of the intended receiver of the packet. It may also be affected by NAT. :If the destination can be [[Broadcast domain|reached directly]] the packet will be delivered by the underlying [[link layer]], with the help of [[Address Resolution Protocol|ARP]]. If not, the packet needs [[routing]] and will be delivered to [[gateway address]] instead.}} ;{{APHD|def|name={{vanchor|Options}}|length=0 - 320 bits, padded to multiples of 32 bits|text=The ''Options'' field is not often used. Packets containing [[Internet Protocol Options Considerations|some options may be considered as dangerous]] by some routers and be blocked.<ref>{{cite web|url=http://www.faqs.org/faqs/cisco-networking-faq/section-23.html|title=Cisco unofficial FAQ|access-date=2012-05-10}}</ref> The value in the ''IHL'' field must include sufficient extra 32-bit words to hold all options and any padding needed to ensure that the header contains an integral number of 32-bit words. If ''IHL'' is greater than 5 (i.e., it is from 6 to 15) it means that the options field is present and must be considered. The list of options may be terminated with the option EOOL (End of Options List, 0x00); this is only necessary if the end of the options would not otherwise coincide with the end of the header. :Since most of the IP options include specifications on how many or which intermediate devices the packet should pass, the IP options are not used for communication over the Internet and IP packets including some of the IP options must be dropped,{{Ref RFC|6274|rsection=3.13}} since they can expose the network topology or network details.}} {{Further|Internet Protocol Options}} ==Fragmentation and reassembly== {{Main|IP fragmentation}} The Internet Protocol enables traffic between networks. The design accommodates networks of diverse physical nature; it is independent of the underlying transmission technology used in the link layer. Networks with different hardware usually vary not only in transmission speed, but also in the [[maximum transmission unit]] (MTU). When one network wants to transmit datagrams to a network with a smaller MTU, it may [[IP fragmentation|fragment]] its datagrams. In IPv4, this function was placed at the [[Internet Layer]] and is performed in IPv4 routers limiting exposure to these issues by hosts. In contrast, [[IPv6]], the next generation of the Internet Protocol, does not allow routers to perform fragmentation; hosts must perform [[Path MTU Discovery]] before sending datagrams. ===Fragmentation=== When a router receives a packet, it examines the destination address and determines the outgoing interface to use and that interface's MTU. If the packet size is bigger than the MTU, and the Do not Fragment (DF) bit in the packet's header is set to 0, then the router may fragment the packet. The router divides the packet into fragments. The maximum size of each fragment is the outgoing MTU minus the IP header size (20 bytes minimum; 60 bytes maximum). The router puts each fragment into its own packet, each fragment packet having the following changes: *The ''total length'' field is the fragment size. *The ''more fragments'' (MF) flag is set for all fragments except the last one, which is set to 0. *The ''fragment offset'' field is set, based on the offset of the fragment in the original data payload. This is measured in units of 8-byte blocks. *The ''header checksum'' field is recomputed. For example, for an MTU of 1,500 bytes and a header size of 20 bytes, the fragment offsets would be multiples of <math>\frac{1{,}500-20}{8}=185</math> (0, 185, 370, 555, 740, etc.). It is possible that a packet is fragmented at one router, and that the fragments are further fragmented at another router. For example, a packet of 4,520 bytes, including a 20 bytes IP header is fragmented to two packets on a link with an MTU of 2,500 bytes: {|class=wikitable style=text-align:center |- !Fragment !Size<br><small>(bytes)</small> !Header size<br><small>(bytes)</small> !Data size<br><small>(bytes)</small> !Flag<br>''More fragments'' !Fragment offset<br><small>(8-byte blocks)</small> |- |1 |2,500 |20 |2,480 |1 |0 |- |2 |2,040 |20 |2,020 |0 |310 |} The total data size is preserved: 2,480 bytes + 2,020 bytes = 4,500 bytes. The offsets are <math>0</math> and <math>\frac{0+2{,}480}{8}=310</math>. When forwarded to a link with an MTU of 1,500 bytes, each fragment is fragmented into two fragments: {|class=wikitable style=text-align:center |- !Fragment !Size<br><small>(bytes)</small> !Header size<br><small>(bytes)</small> !Data size<br><small>(bytes)</small> !Flag<br>''More fragments'' !Fragment offset<br><small>(8-byte blocks)</small> |- |1 |1,500 |20 |1,480 |1 |0 |- |2 |1,020 |20 |1,000 |1 |185 |- |3 |1,500 |20 |1,480 |1 |310 |- |4 |560 |20 |540 |0 |495 |} Again, the data size is preserved: 1,480 + 1,000 = 2,480, and 1,480 + 540 = 2,020. Also in this case, the ''More Fragments'' bit remains 1 for all the fragments that came with 1 in them and for the last fragment that arrives, it works as usual, that is the MF bit is set to 0 only in the last one. And of course, the Identification field continues to have the same value in all re-fragmented fragments. This way, even if fragments are re-fragmented, the receiver knows they have initially all started from the same packet. The last offset and last data size are used to calculate the total data size: <math>495 \times 8+540=3{,}960+540=4{,}500</math>. ===Reassembly=== A receiver knows that a packet is a fragment, if at least one of the following conditions is true: *The flag ''more fragments'' is set, which is true for all fragments except the last. *The field ''fragment offset'' is nonzero, which is true for all fragments except the first. The receiver identifies matching fragments using the source and destination addresses, the protocol ID, and the identification field. The receiver reassembles the data from fragments with the same ID using both the fragment offset and the more fragments flag. When the receiver receives the last fragment, which has the ''more fragments'' flag set to 0, it can calculate the size of the original data payload, by multiplying the last fragment's offset by eight and adding the last fragment's data size. In the given example, this calculation was <math>495 \times 8+540=4{,}500</math> bytes. When the receiver has all fragments, they can be reassembled in the correct sequence according to the offsets to form the original datagram. ==Assistive protocols== IP addresses are not tied in any permanent manner to networking hardware and, indeed, in modern [[operating system]]s, a network interface can have multiple IP addresses. In order to properly deliver an IP packet to the destination host on a link, hosts and routers need additional mechanisms to make an association between the hardware address{{efn|For [[IEEE 802]] networking technologies, including [[Ethernet]], the hardware address is a [[MAC address]].}} of network interfaces and IP addresses. The [[Address Resolution Protocol]] (ARP) performs this IP-address-to-hardware-address translation for IPv4. In addition, the reverse correlation is often necessary. For example, unless an address is preconfigured by an administrator, when an IP host is booted or connected to a network it needs to determine its IP address. Protocols for such reverse correlations include [[Dynamic Host Configuration Protocol]] (DHCP), [[Bootstrap Protocol]] (BOOTP) and, infrequently, [[reverse ARP]]. ==See also== *[[History of the Internet]] *[[List of assigned /8 IPv4 address blocks]] ==Notes== {{Notelist}} ==References== {{Academic peer reviewed|Q=Q104661268|doi-access=free}} {{Reflist}} ==External links== {{Wikidata property | P3761 }} {{sister project links|b=no|s=no|q=no|n=no|commonscat=yes|collapsible=yes}} *[https://www.iana.org Internet Assigned Numbers Authority] (IANA) *[http://www.networksorcery.com/enp/protocol/ip.htm IP, Internet Protocol] {{Webarchive|url=https://web.archive.org/web/20110514231900/http://www.networksorcery.com/enp/protocol/ip.htm |date=2011-05-14 }} β IP Header Breakdown, including specific options * {{Ref RFC|5944|ref=no}} *[https://www.iana.org/assignments/ipv4-address-space Official current state of IPv4/8 allocations, as maintained by IANA] {{Authority control}} [[Category:IPv4| ]] [[Category:Internet Standards]] [[Category:Internet layer protocols]] [[Category:Network layer protocols]] [[Category:Articles containing video clips]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:APHD
(
edit
)
Template:Academic peer reviewed
(
edit
)
Template:Anchor
(
edit
)
Template:Authority control
(
edit
)
Template:Broader
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Efn
(
edit
)
Template:Further
(
edit
)
Template:Gaps
(
edit
)
Template:IETF RFC
(
edit
)
Template:IPaddr
(
edit
)
Template:IPstack
(
edit
)
Template:Infobox networking protocol
(
edit
)
Template:Main
(
edit
)
Template:Notelist
(
edit
)
Template:Ref RFC
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:Short description
(
edit
)
Template:Sister project links
(
edit
)
Template:Val
(
edit
)
Template:Webarchive
(
edit
)
Template:Wikidata property
(
edit
)