IPv6


























Internet Protocol version 6 (IPv6) is the most recent version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the Internet. IPv6 was developed by the Internet Engineering Task Force (IETF) to deal with the long-anticipated problem of IPv4 address exhaustion. IPv6 is intended to replace IPv4.[1] In December 1998, IPv6 became a Draft Standard for the IETF, who subsequently ratified it as an Internet Standard on 14 July 2017.[2]


Devices on the Internet are assigned a unique IP address for identification and location definition. With the rapid growth of the Internet after commercialization in the 1990s, it became evident that far more addresses would be needed to connect devices than the IPv4 address space had available. By 1998, the Internet Engineering Task Force (IETF) had formalized the successor protocol. IPv6 uses a 128-bit address, theoretically allowing 2128, or approximately 7038340000000000000♠3.4×1038 addresses. The actual number is slightly smaller, as multiple ranges are reserved for special use or completely excluded from use. The total number of possible IPv6 addresses is more than 7028790000000000000♠7.9×1028 times as many as IPv4, which uses 32-bit addresses and provides approximately 4.3 billion addresses. The two protocols are not designed to be interoperable, complicating the transition to IPv6. However, several IPv6 transition mechanisms have been devised to permit communication between IPv4 and IPv6 hosts.


IPv6 provides other technical benefits in addition to a larger addressing space. In particular, it permits hierarchical address allocation methods that facilitate route aggregation across the Internet, and thus limit the expansion of routing tables. The use of multicast addressing is expanded and simplified, and provides additional optimization for the delivery of services. Device mobility, security, and configuration aspects have been considered in the design of the protocol.


IPv6 addresses are represented as eight groups of four hexadecimal digits with the groups being separated by colons, for example 2001:0db8:0000:0042:0000:8a2e:0370:7334, but methods to abbreviate this full notation exist.


.mw-parser-output .toclimit-2 .toclevel-1 ul,.mw-parser-output .toclimit-3 .toclevel-2 ul,.mw-parser-output .toclimit-4 .toclevel-3 ul,.mw-parser-output .toclimit-5 .toclevel-4 ul,.mw-parser-output .toclimit-6 .toclevel-5 ul,.mw-parser-output .toclimit-7 .toclevel-6 ul{display:none}



Contents






  • 1 Main features


  • 2 Motivation and origin


    • 2.1 IPv4 address exhaustion




  • 3 Comparison with IPv4


    • 3.1 Larger address space


    • 3.2 Multicasting


    • 3.3 Stateless address autoconfiguration (SLAAC)


    • 3.4 SLAAC privacy extensions


    • 3.5 IPsec


    • 3.6 Simplified processing by routers


    • 3.7 Mobility


    • 3.8 Extension headers


      • 3.8.1 Jumbograms






  • 4 IPv6 packets


  • 5 Addressing


    • 5.1 Address representation


    • 5.2 Link-local address


    • 5.3 Address uniqueness and router solicitation


    • 5.4 Global addressing




  • 6 IPv6 in the Domain Name System


  • 7 Transition mechanisms


    • 7.1 Dual-stack IP implementation


    • 7.2 ISP customers with public-facing IPv6


    • 7.3 Tunneling


      • 7.3.1 IPv4-mapped IPv6 addresses






  • 8 IPv6 readiness


    • 8.1 Application software


    • 8.2 Operating systems


    • 8.3 Hardware and embedded systems




  • 9 Security


    • 9.1 Shadow networks


    • 9.2 IPv6 packet fragmentation




  • 10 Standardization of through RFCs


    • 10.1 Working-group proposals


    • 10.2 RFC standardization




  • 11 Deployment


  • 12 See also


  • 13 References


  • 14 External links





Main features




Decomposition of the IPv6 address representation into its binary form


IPv6 is an Internet Layer protocol for packet-switched internetworking and provides end-to-end datagram transmission across multiple IP networks, closely adhering to the design principles developed in the previous version of the protocol, Internet Protocol Version 4 (IPv4).


In addition to offering more addresses, IPv6 also implements features not present in IPv4. It simplifies aspects of address configuration, network renumbering, and router announcements when changing network connectivity providers. It simplifies processing of packets in routers by placing the responsibility for packet fragmentation into the end points. The IPv6 subnet size is standardized by fixing the size of the host identifier portion of an address to 64 bits. Network security was a design requirement of the IPv6 architecture, and included the original specification of IPsec.


The addressing architecture of IPv6 is defined in .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"""""""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}RFC 4291 and allows three different types of transmission: unicast, anycast and multicast.[3]



Motivation and origin



IPv4 address exhaustion




Decomposition of the quad-dotted IPv4 address representation to its binary value


Internet Protocol Version 4 (IPv4) was the first publicly used version of the Internet Protocol. IPv4 was developed as a research project by the Defense Advanced Research Projects Agency (DARPA), a United States Department of Defense agency, before becoming the foundation for the Internet and the World Wide Web. IPv4 includes an addressing system that uses numerical identifiers consisting of 32 bits. These addresses are typically displayed in quad-dotted notation as decimal values of four octets, each in the range 0 to 255, or 8 bits per number. Thus, IPv4 provides an addressing capability of 232 or approximately 4.3 billion addresses. Address exhaustion was not initially a concern in IPv4 as this version was originally presumed to be a test of DARPA's networking concepts.[4] During the first decade of operation of the Internet, it became apparent that methods had to be developed to conserve address space. In the early 1990s, even after the redesign of the addressing system using a classless network model, it became clear that this would not suffice to prevent IPv4 address exhaustion, and that further changes to the Internet infrastructure were needed.[5]


The last unassigned top-level address blocks of 16 million IPv4 addresses were allocated in February 2011 by the Internet Assigned Numbers Authority (IANA) to the five regional Internet registries (RIRs). However, each RIR still has available address pools and is expected to continue with standard address allocation policies until one /8 Classless Inter-Domain Routing (CIDR) block remains. After that, only blocks of 1024 addresses (/22) will be provided from the RIRs to a local Internet registry (LIR). As of September 2015, all of Asia-Pacific Network Information Centre (APNIC), the Réseaux IP Européens Network Coordination Centre (RIPE_NCC), Latin America and Caribbean Network Information Centre (LACNIC), and American Registry for Internet Numbers (ARIN) have reached this stage.[6][7][8] This leaves African Network Information Center (AFRINIC) as the sole regional internet registry that is still using the normal protocol for distributing IPv4 addresses. As of November 2018, AFRINIC's minimum allocation is /22 or 1024 IPv4 addresses. A LIR may receive additional allocation when about 80% of all the address space has been utilized. [9]


It is widely expected that the Internet will use IPv4 alongside IPv6 for the foreseeable future. Direct communication between the IPv4 and IPv6 network protocols is not possible.



Comparison with IPv4


On the Internet, data is transmitted in the form of network packets. IPv6 specifies a new packet format, designed to minimize packet header processing by routers.[10][11] Because the headers of IPv4 packets and IPv6 packets are significantly different, the two protocols are not interoperable. However, most transport and application-layer protocols need little or no change to operate over IPv6; exceptions are application protocols that embed Internet-layer addresses, such as File Transfer Protocol (FTP) and Network Time Protocol (NTP), where the new address format may cause conflicts with existing protocol syntax.



Larger address space


The main advantage of IPv6 over IPv4 is its larger address space. The length of an IPv6 address is 128 bits, compared with 32 bits in IPv4.[10] The address space therefore has 2128 or approximately 7038340000000000000♠3.4×1038 addresses (340,282,366,920,938,463,463,374,607,431,768,211,456, which is approximately 340 undecillion, or 340 billion billion billion billion, addresses).


In addition, the IPv4 address space is poorly allocated; in 2011, approximately 14% of all available addresses were utilized.[12] While these numbers are large, it was not the intent of the designers of the IPv6 address space to assure geographical saturation[clarification needed] with usable addresses. Rather, the longer addresses simplify allocation of addresses, enable efficient route aggregation, and allow implementation of special addressing features. In IPv4, complex Classless Inter-Domain Routing (CIDR) methods were developed to make the best use of the small address space. The standard size of a subnet in IPv6 is 264 addresses, the square of the size of the entire IPv4 address space. Thus, actual address space utilization rates will be small in IPv6, but network management and routing efficiency are improved by the large subnet space and hierarchical route aggregation.



Multicasting


Multicasting, the transmission of a packet to multiple destinations in a single send operation, is part of the base specification in IPv6. In IPv4 this is an optional (although commonly) implemented feature.[13] IPv6 multicast addressing has features and protocols in common with IPv4 multicast, but also provides changes and improvements by eliminating the need for certain protocols. IPv6 does not implement traditional IP broadcast, i.e. the transmission of a packet to all hosts on the attached link using a special broadcast address, and therefore does not define broadcast addresses. In IPv6, the same result is achieved by sending a packet to the link-local all nodes multicast group at address ff02::1, which is analogous to IPv4 multicasting to address 224.0.0.1. IPv6 also provides for new multicast implementations, including embedding rendezvous point addresses in an IPv6 multicast group address, which simplifies the deployment of inter-domain solutions.[14]


In IPv4 it is very difficult for an organization to get even one globally routable multicast group assignment, and the implementation of inter-domain solutions is arcane.[15] Unicast address assignments by a local Internet registry for IPv6 have at least a 64-bit routing prefix, yielding the smallest subnet size available in IPv6 (also 64 bits). With such an assignment it is possible to embed the unicast address prefix into the IPv6 multicast address format, while still providing a 32-bit block, the least significant bits of the address, or approximately 4.2 billion multicast group identifiers. Thus each user of an IPv6 subnet automatically has available a set of globally routable source-specific multicast groups for multicast applications.[16]



Stateless address autoconfiguration (SLAAC)



IPv6 hosts can configure themselves automatically when connected to an IPv6 network using the Neighbor Discovery Protocol via Internet Control Message Protocol version 6 (ICMPv6) router discovery messages. When first connected to a network, a host sends a link-local router solicitation multicast request for its configuration parameters; routers respond to such a request with a router advertisement packet that contains Internet Layer configuration parameters.[17] Routers present a special case of requirements for address configuration, as they often are sources of autoconfiguration information, such as router and prefix advertisements. Stateless configuration of routers can be achieved with a special router renumbering protocol.[18]


Renumbering an existing network for a new connectivity provider with different routing prefixes is a major effort with IPv4.[19][20] With IPv6, however, changing the prefix announced by a few routers can in principle renumber an entire network, since the host identifiers (the least-significant 64 bits of an address) can be independently self-configured by a host.[17]


If IPv6 stateless address auto-configuration is unsuitable, IPv6 just like IPv4 allows for stateful configuration with the Dynamic Host Configuration Protocol version 6 (DHCPv6) or manual static configuration of hosts.



SLAAC privacy extensions


Like IPv4, IPv6 supports globally unique IP addresses. The design of IPv6 intended to re-emphasize the end-to-end principle of network design that was originally conceived during the establishment of the early Internet. In this approach each device on the network has a unique address globally reachable directly from any other location on the Internet.


A unique IP address can potentially be used to track the network activity of a device. Moreover, when using IPv6 address auto-configuration, the Interface Identifier (MAC address) of a network card is used to make its public IPv6 interface identifier unique, exposing the type of hardware used and providing a unique handle for a user's online activity.[citation needed] Autoconfiguration on the basis of the network card MAC address is therefore a particular privacy concern for mobile devices, such as laptops, because when they access the Internet from different local area networks, their MAC based interface identifier would always stay the same. Thus the MAC address based interface identifier can be used to track the movement and usage of a particular mobile device.[21]


When IPv6 was developed in the mid-90s, the Internet was not accessed by a large number of mobile devices and privacy was not the priority it has become today. To address these privacy concerns, the SLAAC protocol was updated with mechanisms that were termed “Privacy Extensions for Stateless Address Autoconfiguration in IPv6”, codified in RFC 4941. This allows for the IPv6 address interface identifier to be generated randomly. If the same interface identifier is generated for two devices in the same local area network, the Duplicate Address Detection (DAD) function of the IPv6 Neighbor Discovery Protocol (NDP) will resolve the situation. The SLAAC privacy extension also implements a time out, which is configurable, so that the IPv6 interface addresses will be discarded and a new interface identifier is generated. Typically the time out is configured to 24 hours. So IPv6 autoconfiguration will generate and set a new IPv6 host address every day. As of late 2014 the SLAAC privacy extensions functionality was implemented by the following operating systems: all Microsoft Windows after Windows XP, all versions of Mac OS X from 10.7 onward, all versions of iOS since 4.3, all versions of Android since 4.0 (Ice Cream Sandwich).[22] The privacy extension is now enabled by default in Windows (since XP SP1), OS X (since 10.7), and iOS (since version 4.3).[23][24] Some Linux distributions have enabled privacy extensions as well.[25]



IPsec


Internet Protocol Security (IPsec) was originally developed for IPv6, but found widespread deployment first in IPv4, for which it was re-engineered. IPsec was a mandatory part of all IPv6 protocol implementations,[10] and Internet Key Exchange (IKE) was recommended, but with RFC 6434 the inclusion of IPsec in IPv6 implementations was downgraded to a recommendation because it was considered impractical to require full IPsec implementation for all types of devices that may use IPv6. However, as of RFC 4301 IPv6 protocol implementations that do implement IPsec need to implement IKEv2 and need to support a minimum set of cryptographic algorithms. This requirement will help to make IPsec implementations more interoperable between devices from different vendors. The IPsec Authentication Header (AH) and the Encapsulating Security Payload header (ESP) are implemented as IPv6 extension headers.[26]



Simplified processing by routers


The packet header in IPv6 is simpler than the IPv4 header. Many rarely used fields have been moved to optional header extensions.[27] With the simplified IPv6 packet header the process of packet forwarding by routers has been simplified. Although IPv6 packet headers are at least twice the size of IPv4 packet headers, packet processing by routers is generally more efficient, because less processing is required in routers due to the headers being aligned to match common word sizes.[10][11]


Moreover, an IPv6 header does not include a checksum. The IPv4 header checksum is calculated for the IPv4 header, and has to be recalculated by routers every time the time to live (called hop limit in the IPv6 protocol) is reduced by one. The absence of a checksum in the IPv6 header furthers the end-to-end principle of Internet design, which envisioned that most processing in the network occurs in the leaf nodes. Integrity protection for the data that is encapsulated in the IPv6 packet is assumed to be assured by both the link layer or error detection in higher-layer protocols, namely the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP) on the transport layer. Thus, while IPv4 allowed UDP datagram headers to have no checksum (indicated by 0 in the header field), IPv6 requires a checksum in UDP headers.


IPv6 routers do not perform IP fragmentation. IPv6 hosts are required to either perform path MTU discovery, perform end-to-end fragmentation, or to send packets no larger than the default Maximum transmission unit (MTU), which is 1280 octets.



Mobility


Unlike mobile IPv4, mobile IPv6 avoids triangular routing and is therefore as efficient as native IPv6. IPv6 routers may also allow entire subnets to move to a new router connection point without renumbering.[28]



Extension headers


The IPv6 packet header has a minimum size of 40 octets (320 bits). Options are implemented as extensions. This provides the opportunity to extend the protocol in the future without affecting the core packet structure.[10] However, a study in 2015 indicated that some network operators dropped IPv6 packets with extension headers when they traversed transit autonomous systems.[29]



Jumbograms


IPv4 limits packets to 65,535 (216−1) octets of payload. An IPv6 node can optionally handle packets over this limit, referred to as jumbograms, which can be as large as 4,294,967,295 (232−1) octets. The use of jumbograms may improve performance over high-MTU links. The use of jumbograms is indicated by the Jumbo Payload Option extension header.[30]



IPv6 packets





IPv6 packet header


An IPv6 packet has two parts: a header and payload.


The header consists of a fixed portion with minimal functionality required for all packets and may be followed by optional extensions to implement special features.


The fixed header occupies the first 40 octets (320 bits) of the IPv6 packet. It contains the source and destination addresses, traffic classification options, a hop counter, and the type of the optional extension or payload which follows the header. This Next Header field tells the receiver how to interpret the data which follows the header. If the packet contains options, this field contains the option type of the next option. The "Next Header" field of the last option, points to the upper-layer protocol that is carried in the packet's payload.


Extension headers carry options that are used for special treatment of a packet in the network, e.g., for routing, fragmentation, and for security using the IPsec framework.


Without special options, a payload must be less than 64KB. With a Jumbo Payload option (in a Hop-By-Hop Options extension header), the payload must be less than 4 GB.


Unlike with IPv4, routers never fragment a packet. Hosts are expected to use Path MTU Discovery to make their packets small enough to reach the destination without needing to be fragmented. See IPv6 packet fragmentation.



Addressing


IPv6 addresses have 128 bits. The design of the IPv6 address space implements a different design philosophy than in IPv4, in which subnetting was used to improve the efficiency of utilization of the small address space. In IPv6, the address space is deemed large enough for the foreseeable future, and a local area subnet always uses 64 bits for the host portion of the address, designated as the interface identifier, while the most-significant 64 bits are used as the routing prefix.[31]


The identifier is only unique within the subnet to which a host is connected. IPv6 has a mechanism for automatic address detection,[32] so that address autoconfiguration always produces unique assignments.



Address representation


The 128 bits of an IPv6 address are represented in 8 groups of 16 bits each. Each group is written as four hexadecimal digits (sometimes called hextets[33][34] or more formally a hexadectets[35] and informally a quibble or quad-nibble [35]) and the groups are separated by colons (:). An example of this representation is 2001:0db8:0000:0000:0000:ff00:0042:8329.


For convenience, an IPv6 address may be abbreviated to shorter notations by application of the following rules.



  • One or more leading zeros from any groups of hexadecimal digits are removed; this is usually done to either all or none of the leading zeros. For example, the group 0042 is converted to 42.

  • Consecutive sections of zeros are replaced with a double colon (::). The double colon may only be used once in an address, as multiple use would render the address indeterminate.
    RFC 5952 recommends that a double colon not be used to denote an omitted single section of zeros.[36]


An example of application of these rules:



Initial address: 2001:0db8:0000:0000:0000:ff00:0042:8329

After removing all leading zeros in each group: 2001:db8:0:0:0:ff00:42:8329

After omitting consecutive sections of zeros: 2001:db8::ff00:42:8329


The loopback address 0000:0000:0000:0000:0000:0000:0000:0001 is defined in RFC 5156 and may be abbreviated to ::1 by using both rules.


As an IPv6 address may have more than one representation, the IETF has issued a proposed standard for representing them in text.[37]



Link-local address


All interfaces of IPv6 hosts require a link-local address. A IPv6 link-local address is derived from the MAC address of the interface and the prefix fe80::/10. The process involves filling the address space with prefix bits left-justified to the most-significant bit, and filling the MAC address in EUI-64 format into the least-significant bits. If any bits remain to be filled between the two parts, those are set to zero.[32]



Address uniqueness and router solicitation


Because IPv6 does not implement broadcast, on which the functionality of the Address Resolution Protocol (ARP) is based, the Neighbor Discovery Protocol (NDP, ND) is used at the link layer to map Layer 3 IPv6 addresses to Layer 2 addresses, such as the MAC address of Ethernet network cards. The NDP relies on ICMPv6 and multicast transmission.[38] IPv6 hosts verify the uniqueness of their IPv6 addresses in a local area network (LAN) by sending a neighbor solicitation message asking for the link layer address of the IPv6 address. If any other host in the LAN is using that address, it responds. In a LAN, MAC addresses are designed to be unique on each network card, which minimizes chances of duplication.[39]


After having generated a link-local address, the IPv6 host determines if the LAN is connected to any router network card with IPv6 implementation by sending out a ICMPv6 router solicitation message to the all-routers[40][41] multicast group with its link-local address as source. If there is no answer after a predetermined number of attempts, the host concludes that no routers are connected. If it does get a response from a router, there will be network information inside that is needed to create a globally unique address. There are also two flag bits that tell the host whether it should use DHCP to get further information and addresses:



  • The Manage bit, that indicates whether or not the host should use DHCP to obtain additional addresses

  • The Other bit, that indicates whether or not the host should obtain other information through DHCP. The other information consists of one or more prefix information options for the subnets that the host is attached to, a lifetime for the prefix, and two flags:[39]

    • On-link: If this flag is set, the host will treat all addresses on the specific subnet as being on-link, and send packets directly to them instead of sending them to a router for the duration of the given lifetime.

    • Address: This is the flag that tells the host to actually create a global address.





Global addressing


The assignment procedure for global addresses is similar to local address construction. The prefix is supplied from router advertisements on the network. Multiple prefix announcements cause multiple addresses to be configured.[39]


Stateless address autoconfiguration (SLAAC) requires a /64 address block, as defined in RFC 4291. Local Internet registries are assigned at least /32 blocks, which they divide among subordinate networks.[42] The initial recommendation stated assignment of a /48 subnet to end-consumer sites (RFC 3177). This was replaced by RFC 6177, which "recommends giving home sites significantly more than a single /64, but does not recommend that every home site be given a /48 either". /56s are specifically considered. It remains to be seen if ISPs will honor this recommendation. For example, during initial trials, Comcast customers were given a single /64 network.[43]



IPv6 in the Domain Name System


In the Domain Name System (DNS), hostnames are mapped to IPv6 addresses by AAAA resource records, so-called quad-A records. For reverse resolution, the IETF reserved the domain ip6.arpa, where the name space is hierarchically divided by the 1-digit hexadecimal representation of nibble units (4 bits) of the IPv6 address. This scheme is defined in RFC 3596.


When a dual-stack host queries a DNS server to resolve a fully qualified domain name (FQDN) into an IP address, the DNS client of the host will send two DNS requests, one querying the A record of the DNS server and the other querying the AAAA records. If the DNS server holds a IPv4 A record and a IPv6 AAAA record for the FQDN, it will respond with an IPv4 and an IPv6 address. Which one the host uses can be configured in the operating system of the host, which may prefer native IPv6 over IPv4 based on the default address selection rules RFC 6724.[44]


Outdated DNS server implementations don’t support IPv6.


At the design stage of the IPv6 DNS architecture, the AAAA scheme faced a rival proposal. This alternate approach, designed to facilitate network renumbering, uses A6 records for the forward lookup and a number of other innovations such as bit-string labels and DNAME records. It is defined in RFC 2874 and its references (with further discussion of the pros and cons of both schemes in RFC 3364), but has been deprecated to experimental status (RFC 3363).



Transition mechanisms



IPv6 is not foreseen to supplant IPv4 instantaneously. Both protocols will continue to operate simultaneously for some time. Therefore, IPv6 transition mechanisms are needed to enable IPv6 hosts to reach IPv4 services and to allow isolated IPv6 hosts and networks to reach each other over IPv4 infrastructure.[45]


According to Silvia Hagen, a dual-stack implementation of the IPv4 and IPv6 on devices is the easiest way to migrate to IPv6.[46] Many other transition mechanisms use tunneling to encapsulate IPv6 traffic within IPv4 networks and vice versa. This is an imperfect solution, which reduces the maximum transmission unit (MTU) of a link and therefore complicates Path MTU Discovery, and may increase latency.[47][48]



Dual-stack IP implementation


Dual-stack IP implementations provide complete IPv4 and IPv6 protocol stacks in the operating system of a computer or network device on top of the common physical layer implementation, such as Ethernet. This permits dual-stack hosts to participate in IPv6 and IPv4 networks simultaneously. The method is defined in RFC 4213.[49]


A device with dual-stack implementation in the operating system has an IPv4 and IPv6 address, and can communicate with other nodes in the LAN or the Internet using either IPv4 or IPv6. The Domain Name System (DNS) protocol is used by both IP protocols to resolve fully qualified domain names (FQDN) and IP addresses, but dual stack requires that the resolving DNS server can resolve both types of addresses. Such a dual stack DNS server would hold IPv4 addresses in the A records, and IPv6 addresses in the AAAA records. Depending on the destination that is to be resolved, a DNS name server may return an IPv4 or IPv6 IP address, or both. A default address selection mechanism, or preferred protocol, needs to be configured either on hosts or the DNS server. The IETF has published Happy Eyeballs to assist dual stack applications, so that they can connect using both IPv4 and IPv6, but prefer an IPv6 connection if it is available. However, dual-stack also needs to be implemented on all routers between the host and the service for which the DNS server has returned a IPv6 address. Dual-stack clients should only be configured to prefer IPv6, if the network is able to forward IPv6 packets using the IPv6 versions of routing protocols. When dual stack networks protocols are in place the application layer can be migrated to IPv6.[50]


While dual-stack is supported by major operating system and network device vendors, legacy networking hardware and servers don't support IPv6.



ISP customers with public-facing IPv6




IPv6 Prefix Assignment mechanism with IANA, RIRs, and ISPs.


Internet service providers (ISPs) are increasingly providing their business and private customers with public-facing IPv6 global unicast addresses. However, if in the local area network (LAN) IPv4 is still used, and the ISP can only provide a public facing IPv6, the IPv4 LAN addresses are translated into the public facing IPv6 address using NAT64, a network address translation (NAT) mechanism. Some ISPs cannot provide their customers with public-facing IPv4 and IPv6 addresses, thus supporting dual stack networking, because some ISPs have exhausted their globally routable IPv4 address pool. Meanwhile, ISP customers are still trying to reach IPv4 web servers and other destinations.[51]


A significant percentage of ISPs in all Regional Internet Registry (RIR) zones have obtained IPv6 address space. This includes many of the world’s major ISPs and mobile network operators, such as Verizon Wireless, StarHub Cable, Chubu Telecommunications, Kabel Deutschland, Swisscom, T-Mobile, Internode and Telefonica.[52]


While some ISPs still allocate customers only IPv4 addresses, many ISPs allocate their customers only an IPv6 or dual stack IPv4 and IPv6. ISPs report the share of IPv6 traffic from customers over their network to be anything between 20% and 40%,[citation needed] but by mid-2017 IPv6 traffic still only accounted for a fraction of total traffic at several large Internet exchange points (IXPs). AMS-IX reported it to be 2% and SeattleIX reported 7%. A 2017 survey found that many DSL customers that were served by a dual stack ISP did not request DNS servers to resolve fully qualified domain names into IPv6 addresses. The survey also found that the majority of traffic from IPv6-ready webserver resources were still requested and served over IPv4, mostly due to ISP customers that did not use the dual stack facility provided by their ISP and to a lesser extent due to customers of IPv4-only ISPs.[53]



Tunneling


The technical basis for tunneling, or encapsulating IPv6 packets in IPv4 packets, is outlined in RFC 4213. When the Internet backbone was IPv4 only one of the frequently used tunneling protocols was 6to4.[54]Teredo tunneling was also frequently used for integrating IPv6 LANs with the IPv4 Internet backbone. Teredo is outlined in RFC 4380 and allows IPv6 local area networks to tunnel over IPv4 networks, by encapsulating IPv6 packets within UDP. The Teredo relay is an IPv6 router that mediates between a Teredo server and the native IPv6 network. It was expected that 6to4 and Teredo would be widely deployed until ISP networks would switch to native IPv6, but by 2014 Google Statistics showed that the use of both mechanisms had dropped to almost 0.[55]



IPv4-mapped IPv6 addresses


Hybrid dual-stack IPv6/IPv4 implementations recognize a special class of addresses, the IPv4-mapped IPv6 addresses. These addresses are typically written with a 96-bit prefix in the standard IPv6 format, and the remaining 32 bits written in the customary dot-decimal notation of IPv4.


Addresses in this group consist of an 80-bit prefix of zeros, the next 16 bits are ones, and the remaining, least-significant 32 bits contain the IPv4 address. For example, ::ffff:192.0.2.128 represents the IPv4 address 192.0.2.128. Another deprecated format for IPv4-compatible IPv6 addresses is ::192.0.2.128.[56]


Because of the significant internal differences between IPv4 and IPv6 protocol stacks, some of the lower-level functionality available to programmers in the IPv6 stack does not work the same when used with IPv4-mapped addresses. Some common IPv6 stacks do not implement the IPv4-mapped address feature, either because the IPv6 and IPv4 stacks are separate implementations (e.g., Microsoft Windows 2000, XP, and Server 2003), or because of security concerns (OpenBSD).[57] On these operating systems, a program must open a separate socket for each IP protocol it uses. On some systems, e.g., the Linux kernel, NetBSD, and FreeBSD, this feature is controlled by the socket option IPV6_V6ONLY, as specified in RFC 3493.[58]


RFC 6052 defines a class of IPv4-embedded IPv6 addresses with the address prefix 64:ff9b::/96 for use in NAT64 transition methods. For example, 64:ff9b::192.0.2.128 represents the IPv4 address 192.0.2.128.



IPv6 readiness


Compatibility with IPv6 networking is mainly a software or firmware issue. However, much of the older hardware that could in principle be upgraded is likely to be replaced instead. In 2010, the American Registry for Internet Numbers (ARIN) suggested that all Internet servers be prepared to serve IPv6-only clients by January 2012.[59]



Application software


Host software may have only IPv4 or only IPv6 networking software, or it may support dual-stack, or hybrid dual-stack operation. Many popular applications with networking capabilities are compliant. Some software transitioning mechanisms are outlined in RFC 4038, RFC 3493, and RFC 3542.



Operating systems


IPv6 has been implemented on all major operating systems in use in commercial, business, and home consumer environments. All personal computers and smartphones running recent major operating system versions support IPv6.



Hardware and embedded systems


The CableLabs consortium published the 160 Mbit/s DOCSIS 3.0 IPv6-ready specification for cable modems in August 2006. DOCSIS 2.0 was updated as DOCSIS 2.0 + IPv6 to provide IPv6 support, which may be available with a firmware upgrade.[60][61]



Security



Shadow networks


The addition of nodes having IPv6 enabled by default by the software manufacturer, may result in the inadvertent creation of shadow networks, causing IPv6 traffic flowing into networks having only IPv4 security management in place. This may also occur with operating system upgrades, when the newer operating system enables IPv6 by default, while the older one did not. Failing to update the security infrastructure to accommodate IPv6 can lead to IPv6 traffic bypassing it.[62] Shadow networks have occurred on business networks in which enterprises are replacing Windows XP systems that do not have an IPv6 stack enabled by default, with Windows 7 systems, that do.[63] Some IPv6 stack implementors have therefore recommended disabling IPv4 mapped addresses and instead using a dual-stack network where supporting both IPv4 and IPv6 is necessary.[64]



IPv6 packet fragmentation


Research has shown that the use of fragmentation can be leveraged to evade network security controls, similar to IPv4. As a result, RFC 7112 requires that the first fragment of an IPv6 packet contains the entire IPv6 header chain, such that some very pathological fragmentation cases are forbidden. Additionally, as a result of research on the evasion of RA-Guard in RFC 7113, RFC 6980 has deprecated the use of fragmentation with Neighbor Discovery, and discouraged the use of fragmentation with Secure Neighbor Discovery (SEND).



Standardization of through RFCs



Working-group proposals


Due to the anticipated global growth of the Internet, the Internet Engineering Task Force (IETF) in the early 1990s started an effort to develop a next generation IP protocol.[65] By the beginning of 1992, several proposals appeared for an expanded Internet addressing system and by the end of 1992 the IETF announced a call for white papers.[66] In September 1993, the IETF created a temporary, ad-hoc IP Next Generation (IPng) area to deal specifically with such issues. The new area was led by Allison Mankin and Scott Bradner, and had a directorate with 15 engineers from diverse backgrounds for direction-setting and preliminary document review:[5][67] The working-group members were J. Allard (Microsoft), Steve Bellovin (AT&T), Jim Bound (Digital Equipment Corporation), Ross Callon (Wellfleet), Brian Carpenter (CERN), Dave Clark (MIT), John Curran (NEARNET), Steve Deering (Xerox), Dino Farinacci (Cisco), Paul Francis (NTT), Eric Fleischmann (Boeing), Mark Knopper (Ameritech), Greg Minshall (Novell), Rob Ullmann (Lotus), and Lixia Zhang (Xerox).[68]


The Internet Engineering Task Force adopted the IPng model on 25 July 1994, with the formation of several IPng working groups.[5] By 1996, a series of RFCs was released defining Internet Protocol version 6 (IPv6), starting with RFC 1883. (Version 5 was used by the experimental Internet Stream Protocol.)



RFC standardization


The first RFC to standardize IPv6 was the RFC 1883 in 1995, which became obsoleted by the RFC 2460 in 1998.[69] In July 2017 this RFC was replaced by RFC 8200.[70]



Deployment



The 1993 introduction of Classless Inter-Domain Routing (CIDR) in the routing and IP address allocation for the Internet, and the extensive use of network address translation (NAT), delayed IPv4 address exhaustion. The final phase of exhaustion started on 3 February 2011.[71] Universities were among the early adopters of IPv6. Virginia Tech deployed IPv6 at a trial location in 2004 and has since expanded IPv6 deployment across the campus network. In 2016 82% of the traffic on their network used IPv6. Imperial College London has been experimenting with IPv6 deployment since 2003 and in 2016 the IPv6 traffic on their networks averaged between 20% and 40%. A significant portion of this IPv6 traffic was generated through their high energy physics collaboration with CERN, which depends entirely on IPv6.[72]


Since 2008, the domain name system could be used in IPv6. In the same year IPv6 was first used in a major world event during the 2008 Summer Olympic Games in Beijing.[73][74] As of September 2013[update], about 4% of domain names and 16.2% of the networks on the Internet had IPv6 protocol support.[75] In 2014 IPv4 still carried more than 99% of worldwide Internet traffic.[76][77]


The deployment of IPv6 in the Internet backbone is uneven. In 2018 only 25.3% of the about 54,000 networks (autonomous systems) advertised both IPv4 and IPv6 prefixes in the global Border Gateway Protocol (BGP) routing database. A further 243 networks advertised only an IPv6 prefix. Internet backbone transit networks offering IPv6 support exist in every country globally, except in parts of Africa, the Middle East and China.[78] By mid-2018 some major European broadband ISPs had deployed IPv6 for the majority of their customers. British Sky Broadcasting provided over 86% of its customers with IPv6, Deutsche Telekom had 56% deployment of IPv6, XS4ALL in the Netherlands had 73% deployment and in Belgium the broadband ISPs VOO and Telenet had 73% and 63% IPv6 deployment respectively.[79] In the United States the broadband ISP Comcast had an IPv6 deployment of about 66%. In 2018 Comcast reported an estimated 36.1 million IPv6 users, while AT&T reported 22.3 million IPv6 users.[80]


The Internet exchanges in Amsterdam and Seattle are the only large exchanges that publicly show IPv6 traffic statistics, which as of October 2018 are tracking at about 2.9% and 7.7%, growing at about 1.9% and -2.6% per year, respectively.[81][82] As of 17 November 2018[update], the percentage of users reaching Google services with IPv6 reached 26.0% for the first time, growing at about 4.7% per year. This growth is down from 7.2% per year between July 2016 and July 2017.[83] As of November 2018[update] about 26% of Alexa Top 1000 web servers support IPv6.[84] According to the Internet Society's report State of IPv6 Deployment 2018 major mobile network providers drove the IPv6 adoption. In Japan the mobile network providers Nippon Telegraph and Telephone (NTT), KDDI and SoftBank pushed forward on IPv6 deployment, while in India IPv6 adoption was advanced by Jio,[85] which has a LTE network wich covers India’s 29 states and reaches 80% of the country’s population.[86] In 2018 Jio had an estimated 237.6 million IPv6 users.[87] In the United States IPv6 adoption was pioneered by Verizon Wireless. In 2009 Verizon mandated IPv6 operation and reduced IPv4 to an optional capability for LTE cellular hardware.[88] Verizon productively deployed IPv6 across its existing IPv4 network to avoid the network complexity that arose from networks using the same private network IPv4 address space. As of 2018 80% of the traffic from Verizon Wireless to major content providers was using IPv6.[89]


In the United States there have been moves to roll out IPv6 in data centers. In 2018 Facebook was in the process of turning IPv4 off within their data centers. While the Facebook load balancers will still take IPv4 and IPv6 traffic, the data centers behind them will exclusively use IPv6. LinkedIn and Microsoft have stated their intention to move their networks from IPv4 to IPv6.[90] Besides Facebook, Google, LinkedIn and Akamai are as of 2018 deploying IPv6 in their data center networks and are connecting natively with IPv6 end users.[91]


Some governments including the Federal government of the United States and China have issued guidelines and requirements for IPv6 capability.



See also




  • China Next Generation Internet

  • Comparison of IPv6 support in operating systems

  • Comparison of IPv6 support in common applications

  • DoD IPv6 product certification

  • Happy Eyeballs

  • List of IPv6 tunnel brokers

  • University of New Hampshire InterOperability Laboratory



References





  1. ^ New Zealand IPv6 Task Force. "FAQs". Retrieved 26 October 2015.


  2. ^ Siddiqui, Aftab (17 July 2017). "RFC 8200 – IPv6 has been standardized". Internet Society. Retrieved 25 February 2018.


  3. ^ Rami Rosen (2014). Linux Kernel Networking: Implementation and Theory. Apress. p. 210. ISBN 9781430261971.


  4. ^ Google IPv6 Conference 2008: What will the IPv6 Internet look like?. Event occurs at 13:35.


  5. ^ abc Bradner, S.; Mankin, A. (January 1995). The Recommendation for the IP Next Generation Protocol. IETF. doi:10.17487/RFC1752. RFC 1752. https://tools.ietf.org/html/rfc1752. 


  6. ^ Rashid, Fahmida. "IPv4 Address Exhaustion Not Instant Cause for Concern with IPv6 in Wings". eWeek. Retrieved 23 June 2012.


  7. ^ Ward, Mark (2012-09-14). "Europe hits old internet address limits". BBC News. BBC. Retrieved 15 September 2012.


  8. ^ Huston, Geoff. "IPV4 Address Report".


  9. ^ "African Network Information Center : -". my.afrinic.net. Retrieved 2018-11-28.


  10. ^ abcde S. Deering; R. Hinden (December 1998), Internet Protocol, Version 6 (IPv6) Specification, Internet Engineering Task Force (IETF), RFC 2460 Obsoletes RFC 1883.


  11. ^ ab Partridge, C.; Kastenholz, F. (December 1994). "Technical Criteria for Choosing IP The Next Generation (IPng)". RFC 1726.


  12. ^ "Moving to IPv6: Now for the hard part (FAQ)". Deep Tech. CNET News. Retrieved 3 February 2011.


  13. ^
    RFC 1112, Host extensions for IP multicasting, S. Deering (August 1989)



  14. ^
    RFC 3956, Embedding the Rendezvous Point (RP) Address in an IPv6 Multicast Address, P. Savola, B. Haberman (November 2004)



  15. ^
    RFC 2908, The Internet Multicast Address Allocation Architecture, D. Thaler, M. Handley, D. Estrin (September 2000)



  16. ^
    RFC 3306, Unicast-Prefix-based IPv6 Multicast Addresses, B. Haberman, D. Thaler (August 2002)



  17. ^ ab Thomson, S.; Narten, T.; Jinmei, T. (September 2007). "IPv6 Stateless Address Autoconfiguration". RFC 4862.


  18. ^
    RFC 2894, Router Renumbering for IPv6, M. Crawford, August 2000.



  19. ^ Ferguson, P.; Berkowitz, H. (January 1997). "Network Renumbering Overview: Why would I want it and what is it anyway?". RFC 2071.


  20. ^ Berkowitz, H. (January 1997). "Router Renumbering Guide". RFC 2072.


  21. ^ T. Narten, R. Draves & S. Krishnan (September 2007). "Privacy Extensions for Stateless Address Autoconfiguration in IPv6". www.ietf.org. Retrieved 13 March 2017.CS1 maint: Uses authors parameter (link)


  22. ^ T. Narten, R. Draves & S. Krishnan (8 August 2014). "Privacy Extensions for IPv6 SLAAC". www.internetsociety.org. Retrieved 13 March 2017.CS1 maint: Uses authors parameter (link)


  23. ^ Overview of the Advanced Networking Pack for Windows XP, Revision: 8.14


  24. ^ IPv6: Privacy Extensions einschalten, Reiko Kaps, 13 April 2011


  25. ^ "Comment #61 : Bug #176125 : Bugs: "procps" package: Ubuntu". Bugs.launchpad.net. Retrieved 19 February 2012.


  26. ^ Silvia Hagen (2014). IPv6 Essentials: Integrating IPv6 Into Your IPv4 Network. O'Reilly Media. p. 196. ISBN 978-1-4493-3526-7.


  27. ^ "The History of Domain Names | IPv6". www.historyofdomainnames.com. Retrieved 2018-06-12.


  28. ^
    RFC 3963, Network Mobility (NEMO) Basic Protocol Support, V. Devarapalli, R. Wakikawa, A. Petrescu, P. Thubert (January 2005)



  29. ^ Gont, F.; Linkova, J.; Chown, T.; Liu, S. (October 2015). "Observations on the Dropping of Packets with IPv6 Extension Headers in the Real World". draft-ietf-v6ops-ipv6-ehs-in-real-world-01.


  30. ^
    RFC 2675, IPv6 Jumbograms, D. Borman, S. Deering, R. Hinden (August 1999)



  31. ^
    RFC 4291, p. 9



  32. ^ ab
    RFC 3315, R. Droms, J. Bound, B. Volz, T. Lemon, C. Perkins, and M. Carney, Dynamic Host Configuration Protocol for IPv6 (DHCPv6), July 2003 (Proposed Standard)



  33. ^ Graziani, Rick (2012). IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6. Cisco Press. p. 55. ISBN 978-0-13-303347-2.


  34. ^ Coffeen, Tom (2014). IPv6 Address Planning: Designing an Address Plan for the Future. O'Reilly Media. p. 170. ISBN 978-1-4919-0326-1.


  35. ^ ab Horley, Edward (2013). Practical IPv6 for Windows Administrators. Apress. p. 17. ISBN 978-1-4302-6371-5.


  36. ^ S. Kawamura (August 2010). "A Recommendation for IPv6 Address Text Representation". section 4.2.2. RFC 5952.


  37. ^ S. Kawamura (August 2010). "A Recommendation for IPv6 Address Text Representation". RFC 5952.


  38. ^ Rami Rosen (2014). Linux Kernel Networking: Implementation and Theory. Apress. p. 210. ISBN 9781430261971.


  39. ^ abc Narten, T. (August 1999). "Neighbor discovery and stateless autoconfiguration in IPv6". IEEE Internet Computing. 3 (4): 54–62. doi:10.1109/4236.780961.


  40. ^ S. Thomson (September 2007). "IPv6 Stateless Address Autoconfiguration". section 5.5.1. RFC 4862.


  41. ^ T. Narten (September 2007). "Neighbor Discovery for IP version 6 (IPv6)". section 6.3.7. RFC 4861.


  42. ^ "IPv6 Address Allocation and Assignment Policy". RIPE NCC. 8 February 2011. Retrieved 27 March 2011.


  43. ^ "Comcast Activates First Users With IPv6 Native Dual Stack Over DOCSIS". Comcast.com. Comcast. 31 January 2011.


  44. ^ Silvia Hagen (2014). IPv6 Essentials: Integrating IPv6 Into Your IPv4 Network. O'Reilly Media, Inc. p. 176. ISBN 9781449335267.


  45. ^ "IPv6 Transition Mechanism / Tunneling Comparison". Sixxs.net. Retrieved 20 January 2012.


  46. ^ Silvia Hagen (2014). IPv6 Essentials: Integrating IPv6 Into Your IPv4 Network. O'Reilly Media, Inc. pp. 222–223. ISBN 9781449335267.


  47. ^ "Advisory Guidelines for 6to4 Deployment". IETF. RFC 6343. Retrieved 2012-08-20.


  48. ^ "IPv6: Dual stack where you can; tunnel where you must". www.networkworld.com. 5 September 2007. Retrieved 27 November 2012.


  49. ^ "Basic Transition Mechanisms for IPv6 Hosts and Routers". IETF. RFC 4213. Retrieved 2012-08-20.


  50. ^ Silvia Hagen (2014). IPv6 Essentials: Integrating IPv6 Into Your IPv4 Network. O'Reilly Media, Inc. p. 222. ISBN 9781449335267.


  51. ^ Juniper TechLibrary (31 August 2017). "Understanding Dual Stacking of IPv4 and IPv6 Unicast Addresses". www.juniper.net. Retrieved 13 March 2017.


  52. ^ "IPv6". www.nro.net. Retrieved 13 March 2017.


  53. ^ Enric Pujol (2017-06-12). "What stops IPv6 traffic in a dual-stack ISP?". www.apnic.net. Retrieved 13 Jun 2017.


  54. ^ Steven J. Vaughan-Nichols (14 October 2010). "Five ways for IPv6 and IPv4 to peacefully co-exist". www.zdnet.com. Retrieved 13 March 2017.


  55. ^ Silvia Hagen (2014). IPv6 Essentials: Integrating IPv6 Into Your IPv4 Network. O'Reilly Media, Inc. p. 33. ISBN 9781449335267.


  56. ^ "IP Version 6 Addressing Architecture". IETF. February 2006. RFC 4291. Retrieved 2017-11-28.


  57. ^ inet6(4) – OpenBSD Kernel Interfaces Manual


  58. ^ "Basic Socket Interface Extensions for IPv6". IETF. February 2003. p. 22. RFC 3493. Retrieved 2017-11-28.


  59. ^ "Web sites must support IPv6 by 2012, expert warns". Network World. 21 January 2010. Retrieved 30 September 2010.


  60. ^ "DOCSIS 2.0 Interface". Cablemodem.com. 29 October 2007. Archived from the original on 4 September 2009. Retrieved 31 August 2009.


  61. ^ "RMV6TF.org" (PDF). Archived from the original (PDF) on 5 January 2012. Retrieved 20 January 2012.


  62. ^ Mullins, Robert (April 5, 2012), Shadow Networks: an Unintended IPv6 Side Effect, retrieved March 2, 2013


  63. ^ Cicileo, Guillermo; Gagliano, Roque; O’Flaherty, Christian; et al. (October 2009). IPv6 For All: A Guide for IPv6 Usage and Application in Different Environments (PDF). p. 5. Retrieved March 2, 2013.


  64. ^ Jun-ichiro itojun Hagino (October 2003). "IPv4-Mapped Addresses on the Wire Considered Harmful".


  65. ^ Rami Rosen (2014). Linux Kernel Networking: Implementation and Theory. Apress. p. 209. ISBN 9781430261971.


  66. ^ Bradner, S.; Mankin, A. (December 1993). "IP: Next Generation (IPng) White Paper Solicitation". RFC 1550.


  67. ^ "History of the IPng Effort". Sun.


  68. ^ "The Recommendation for the IP Next Generation Protocol – Appendix B". RFC 1752.


  69. ^ Rami Rosen (2014). Linux Kernel Networking: Implementation and Theory. Apress. p. 209. ISBN 9781430261971.


  70. ^ S. Deering; R. Hinden (July 2017), Internet Protocol, Version 6 (IPv6) Specification, Internet Engineering Task Force (IETF), ISSN 2070-1721, RFC 8200 Obsoletes RFC 2460.


  71. ^ "IPv4 Address Report". Potaroo.net. Retrieved 20 January 2012.


  72. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 3


  73. ^ "Beijing2008.cn leaps to next-generation Net" (Press release). The Beijing Organizing Committee for the Games of the XXIX Olympiad. 30 May 2008. Archived from the original on 4 February 2009.


  74. ^ Das, Kaushik (2008). "IPv6 and the 2008 Beijing Olympics". IPv6.com. Retrieved 15 August 2008.


  75. ^ Mike Leber (2 October 2010). "Global IPv6 Deployment Progress Report". Hurricane Electric. Retrieved 19 October 2011.


  76. ^ van Beijnum, Iljitsch (2014-08-28). "IPv6 adoption starting to add up to real numbers: 0.6 percent". Ars Technica. Retrieved 9 April 2015.


  77. ^ David Frost (20 April 2011). "Ipv6 traffic volumes going backwards". iTWire. Retrieved 19 February 2012.


  78. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 6


  79. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 7


  80. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 7–8


  81. ^ "Traffic Graphs | www.seattleix.net". www.seattleix.net. Retrieved 2017-10-30.


  82. ^ "Amsterdam Internet Exchange Ether Type". ams-ix.net. Retrieved 2015-10-06.


  83. ^ "IPv6". Google Statistics. Retrieved 27 April 2015.


  84. ^ "Measurements | World IPv6 Launch". www.worldipv6launch.org. Retrieved 2018-11-19.


  85. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 2


  86. ^ Reliance Jio Infocomm Limited, Cellular Operators Association of India


  87. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 7


  88. ^ Derek Morr (9 June 2009). "Verizon Mandates IPv6 Support for Next-Gen Cell Phones". CircleID.


  89. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 3


  90. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 2


  91. ^ State of IPv6 Deployment 2018, Internet Society, 2018, p. 8




External links








  • IPv6 in the Linux Kernel by Rami Rosen.

  • Free Pool of IPv4 Address Space Depleted

  • An Introduction and Statistics about IPV6











Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python