Misplaced Pages

IPv6 address

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

An Internet Protocol version 6 address ( IPv6 address ) is a numeric label that is used to identify and locate a network interface of a computer or a network node participating in a computer network using IPv6 . IP addresses are included in the packet header to indicate the source and the destination of each packet. The IP address of the destination is used to make decisions about routing IP packets to other networks.

#391608

107-555: IPv6 is the successor to the first addressing infrastructure of the Internet , Internet Protocol version 4 (IPv4). In contrast to IPv4, which defined an IP address as a 32-bit value, IPv6 addresses have a size of 128 bits. Therefore, in comparison, IPv6 has a vastly enlarged address space . IPv6 addresses are classified by the primary addressing and routing methodologies common in networking: unicast addressing, anycast addressing, and multicast addressing. A unicast address identifies

214-461: A 32-bit number. IPv4 is the initial version used on the first generation of the Internet and is still in dominant use. It was designed in 1981 to address up to ≈4.3 billion (10 ) hosts. However, the explosive growth of the Internet has led to IPv4 address exhaustion , which entered its final stage in 2011, when the global IPv4 address allocation pool was exhausted. Because of the growth of

321-515: A 4G network. The limits that users face on accessing information via mobile applications coincide with a broader process of fragmentation of the Internet . Fragmentation restricts access to media content and tends to affect the poorest users the most. Zero-rating , the practice of Internet service providers allowing users free connectivity to access specific content or applications without cost, has offered opportunities to surmount economic hurdles but has also been accused by its critics as creating

428-407: A 64-bit interface identifier used to identify a host's network interface. The network prefix (the routing prefix combined with the subnet ID ) is contained in the most significant 64 bits of the address. The size of the routing prefix may vary; a larger prefix size means a smaller subnet ID size. The bits of the subnet ID field are available to the network administrator to define subnets within

535-568: A block contains 2 = 2 addresses. The smaller the length of the network prefix, the larger the block: a / 21 block is 8 times larger than a / 24 block. Colon (:) characters in IPv6 addresses may conflict with the established syntax of resource identifiers, such as URIs and URLs . The colon is conventionally used to terminate the host path before a port number . To alleviate this conflict, literal IPv6 addresses are enclosed in square brackets in such resource identifiers, for example: When

642-517: A blog, or building a website involves little initial cost and many cost-free services are available. However, publishing and maintaining large, professional web sites with attractive, diverse and up-to-date information is still a difficult and expensive proposition. Many individuals and some companies and groups use web logs or blogs, which are largely used as easily being able to update online diaries. Some commercial organizations encourage staff to communicate advice in their areas of specialization in

749-626: A collection of documents (web pages) and other web resources linked by hyperlinks and URLs . In the 1960s, computer scientists began developing systems for time-sharing of computer resources. J. C. R. Licklider proposed the idea of a universal network while working at Bolt Beranek & Newman and, later, leading the Information Processing Techniques Office (IPTO) at the Advanced Research Projects Agency (ARPA) of

856-593: A designated pool of addresses set aside for each region. The National Telecommunications and Information Administration , an agency of the United States Department of Commerce , had final approval over changes to the DNS root zone until the IANA stewardship transition on 1 October 2016. The Internet Society (ISOC) was founded in 1992 with a mission to "assure the open development, evolution and use of

963-415: A different host in each of those zones. Even if a single address is not in use in different zones, the address prefixes for addresses in those zones may still be identical, which makes the operating system unable to select an outgoing interface based on the information in the routing table (which is prefix-based). In order to resolve the ambiguity in textual addresses, a zone index must be appended to

1070-513: A framework known as the Internet protocol suite (also called TCP/IP , based on the first two components.) This is a suite of protocols that are ordered into a set of four conceptional layers by the scope of their operation, originally documented in RFC   1122 and RFC   1123 . At the top is the application layer , where communication is described in terms of the objects or data structures most appropriate for each application. For example,

1177-442: A given network. An IPv6 address consists of 128 bits. For each of the major addressing and routing methodologies, various address formats are recognized by dividing the 128 address bits into bit groups and using established rules for associating the values of these bit groups with special addressing features. Unicast and anycast addresses are typically composed of two logical parts: a 64-bit network prefix used for routing , and

SECTION 10

#1732779867392

1284-532: A host with a solicited-node multicast address of ff02::1:ff28:9c5a . Its solicited-node multicast MAC address will be 33:33:FF:28:9C:5A . Solicited-node multicast addresses are used with IPv6 neighbor discovery to provide the same function as the Address Resolution Protocol in IPv4 . ARP uses broadcasts to send an ARP request to the broadcast MAC address FF:FF:FF:FF:FF:FF , which

1391-419: A larger market or even sell goods and services entirely online . Business-to-business and financial services on the Internet affect supply chains across entire industries. The Internet has no single centralized governance in either technological implementation or policies for access and usage; each constituent network sets its own policies. The overarching definitions of the two principal name spaces on

1498-513: A mixed addressing environment. For such use cases, a special notation has been introduced, which expresses IPv4-mapped and IPv4-compatible IPv6 addresses by writing the least-significant 32 bits of an address in the familiar IPv4 dot-decimal notation , whereas the 96 most-significant bits are written in IPv6 format. For example, the IPv4-mapped IPv6 address ::ffff:c000:0280 is written as ::ffff:192.0.2.128 , thus expressing clearly

1605-597: A network into two or more networks is called subnetting . Computers that belong to a subnet are addressed with an identical most-significant bit -group in their IP addresses. This results in the logical division of an IP address into two fields, the network number or routing prefix and the rest field or host identifier . The rest field is an identifier for a specific host or network interface. The routing prefix may be expressed in Classless Inter-Domain Routing (CIDR) notation written as

1712-488: A node on a different subnetwork. Routing tables are maintained by manual configuration or automatically by routing protocols . End-nodes typically use a default route that points toward an ISP providing transit, while ISP routers use the Border Gateway Protocol to establish the most efficient routing across the complex connections of the global Internet. The default gateway is the node that serves as

1819-593: A shorthand for internetwork in RFC   675 , and later RFCs repeated this use. Cerf and Kahn credit Louis Pouzin and others with important influences on the resulting TCP/IP design. National PTTs and commercial providers developed the X.25 standard and deployed it on public data networks . Access to the ARPANET was expanded in 1981 when the National Science Foundation (NSF) funded

1926-470: A sign of future growth, 15 sites were connected to the young ARPANET by the end of 1971. These early years were documented in the 1972 film Computer Networks: The Heralds of Resource Sharing . Thereafter, the ARPANET gradually developed into a decentralized communications network, connecting remote centers and military bases in the United States. Other user networks and research networks, such as

2033-451: A single network interface. The Internet Protocol delivers packets sent to a unicast address to that specific interface. An anycast address is assigned to a group of interfaces, usually belonging to different nodes. A packet sent to an anycast address is delivered to just one of the member interfaces, typically the nearest host, according to the routing protocol's definition of distance. Anycast addresses cannot be identified easily, they have

2140-430: A solicited-node multicast address associated with it. A solicited-node address is created by taking the least-significant 24 bits of a unicast or anycast address and appending them to the prefix ff02::1:ff00:0 / 104 . Assume a host with an unicast/anycast IPv6 address of 2001:db8::2aa:ff:fe28:9c5a . Its solicited-node multicast address will be ff02::1:ff28:9c5a . A solicited-node multicast MAC address

2247-596: A two-tiered Internet. To address the issues with zero-rating, an alternative model has emerged in the concept of 'equal rating' and is being tested in experiments by Mozilla and Orange in Africa. Equal rating prevents prioritization of one type of content and zero-rates all content up to a specified data cap. In a study published by Chatham House , 15 out of 19 countries researched in Latin America had some kind of hybrid or zero-rated product offered. Some countries in

SECTION 20

#1732779867392

2354-466: A vast and diverse amount of online information. Compared to printed media, books, encyclopedias and traditional libraries, the World Wide Web has enabled the decentralization of information on a large scale. The Web has enabled individuals and organizations to publish ideas and information to a potentially large audience online at greatly reduced expense and time delay. Publishing a web page,

2461-696: A web browser operates in a client–server application model and exchanges information with the HyperText Transfer Protocol (HTTP) and an application-germane data structure, such as the HyperText Markup Language (HTML). Below this top layer, the transport layer connects applications on different hosts with a logical channel through the network. It provides this service with a variety of possible characteristics, such as ordered, reliable delivery (TCP), and an unreliable datagram service (UDP). Underlying these layers are

2568-581: A wide variety of other Internet software may be installed from app stores . Internet usage by mobile and tablet devices exceeded desktop worldwide for the first time in October 2016. The International Telecommunication Union (ITU) estimated that, by the end of 2017, 48% of individual users regularly connect to the Internet, up from 34% in 2012. Mobile Internet connectivity has played an important role in expanding access in recent years, especially in Asia and

2675-624: A zone. As multiple interfaces may belong to the same zone (e.g. when connected to the same network), in practice two addresses with different zone identifiers may actually be equivalent, and refer to the same host on the same link. When used in uniform resource identifiers (URI), the use of the percent sign causes a syntax conflict, therefore it must be escaped via percent-encoding , e.g.: In Microsoft Windows operating systems, IPv4 addresses are valid location identifiers in Uniform Naming Convention (UNC) path names. However,

2782-525: Is a network of networks that consists of private , public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless , and optical networking technologies. The Internet carries a vast range of information resources and services, such as the interlinked hypertext documents and applications of the World Wide Web (WWW), electronic mail , telephony , and file sharing . The origins of

2889-547: Is a global network that comprises many voluntarily interconnected autonomous networks. It operates without a central governing body. The technical underpinning and standardization of the core protocols ( IPv4 and IPv6 ) is an activity of the Internet Engineering Task Force (IETF), a non-profit organization of loosely affiliated international participants that anyone may associate with by contributing technical expertise. To maintain interoperability,

2996-399: Is a large address block with 2 addresses, having a 32-bit routing prefix. For IPv4, a network may also be characterized by its subnet mask or netmask , which is the bitmask that when applied by a bitwise AND operation to any IP address in the network, yields the routing prefix. Subnet masks are also expressed in dot-decimal notation like an address. For example, 255.255.255.0 is

3103-509: Is an Ethernet multicast address used by the Neighbor Discovery Protocol as a destination MAC address when communicating to hosts using a solicited-node multicast address. Each interface must be listening to its solicited-node multicast MAC address associated to them. It is created by taking the least-significant 24 bits of a solicited-node multicast address and appending them to the prefix 33:33:FF:xx:xx:xx . Assume

3210-509: Is an IPv6 multicast address used by the Neighbor Discovery Protocol to determine the link layer address associated with a given IPv6 address, which is also used to check if an address is already being used by the local-link or not, through a process called DAD (Duplicate Address Detection). The solicited-node multicast addresses are generated from the host's IPv6 unicast or anycast address, and each interface must have

3317-408: Is created by copying the last 24 bits of a unicast or anycast address to the last 24 bits of the multicast address. Link-scoped multicast addresses use a comparable format. An IPv6 address is represented as eight groups of four hexadecimal digits, each group representing 16 bits The groups are separated by colons (:). An example of an IPv6 address is: The standards provide flexibility in

IPv6 address - Misplaced Pages Continue

3424-428: Is delivered to all interfaces that have joined the corresponding multicast group. IPv6 does not implement broadcast addressing . Broadcast's traditional role is subsumed by multicast addressing to the all-nodes link-local multicast group ff02::1 . However, the use of the all-nodes group is not recommended, and most IPv6 protocols use protocol-specific link-local multicast groups to avoid disturbing every interface on

3531-494: Is necessary to allocate address space efficiently. Subnetting may also enhance routing efficiency or have advantages in network management when subnetworks are administratively controlled by different entities in a larger organization. Subnets may be arranged logically in a hierarchical architecture, partitioning an organization's network address space into a tree-like routing structure. Computers and routers use routing tables in their operating system to direct IP packets to reach

3638-532: Is not directly interoperable by design with IPv4. In essence, it establishes a parallel version of the Internet not directly accessible with IPv4 software. Thus, translation facilities must exist for internetworking or nodes must have duplicate networking software for both networks. Essentially all modern computer operating systems support both versions of the Internet Protocol. Network infrastructure, however, has been lagging in this development. Aside from

3745-406: Is often accessed through high-performance content delivery networks . The World Wide Web is a global collection of documents , images , multimedia , applications, and other resources, logically interrelated by hyperlinks and referenced with Uniform Resource Identifiers (URIs), which provide a global system of named references. URIs symbolically identify services, web servers , databases, and

3852-438: Is received by all hosts on the local link, although only one host—the one being queried—would need to respond. The other hosts still have to process and discard the request. Since a solicited-node multicast address is a function of the last 24 bits of an IPv6 unicast/anycast address, the number of hosts that are subscribed to each solicited-node multicast address is very small. This number would typically be one, but there could be

3959-457: Is the only syntax on Microsoft Windows , but as support for this syntax is mandatory per standard, it is also available on other operating systems. BSD-based operating systems (including macOS) also support an alternative, non-standard syntax, where a numeric zone index is encoded in the second 16-bit word of the address. E.g.: In all operating systems mentioned above, the zone index for link-local addresses actually refers to an interface, not to

4066-555: The Oxford English Dictionary found that, based on a study of around 2.5 billion printed and online sources, "Internet" was capitalized in 54% of cases. The terms Internet and World Wide Web are often used interchangeably; it is common to speak of "going on the Internet" when using a web browser to view web pages . However, the World Wide Web , or the Web , is only one of a large number of Internet services,

4173-1050: The American Registry for Internet Numbers (ARIN) for North America , the Asia–Pacific Network Information Centre (APNIC) for Asia and the Pacific region , the Latin American and Caribbean Internet Addresses Registry (LACNIC) for Latin America and the Caribbean region, and the Réseaux IP Européens – Network Coordination Centre (RIPE NCC) for Europe , the Middle East , and Central Asia were delegated to assign IP address blocks and other Internet parameters to local registries, such as Internet service providers , from

4280-984: The Computer Science Network (CSNET). In 1982, the Internet Protocol Suite (TCP/IP) was standardized, which facilitated worldwide proliferation of interconnected networks. TCP/IP network access expanded again in 1986 when the National Science Foundation Network (NSFNet) provided access to supercomputer sites in the United States for researchers, first at speeds of 56 kbit/s and later at 1.5 Mbit/s and 45 Mbit/s. The NSFNet expanded into academic and research organizations in Europe, Australia, New Zealand and Japan in 1988–89. Although other network protocols such as UUCP and PTT public data networks had global reach well before this time, this marked

4387-544: The HyperText Markup Language (HTML), the first Web browser (which was also an HTML editor and could access Usenet newsgroups and FTP files), the first HTTP server software (later known as CERN httpd ), the first web server , and the first Web pages that described the project itself. In 1991 the Commercial Internet eXchange was founded, allowing PSInet to communicate with the other commercial networks CERFnet and Alternet. Stanford Federal Credit Union

IPv6 address - Misplaced Pages Continue

4494-495: The International Network Working Group and commercial initiatives led to the development of various protocols and standards by which multiple separate networks could become a single network or "a network of networks". In 1974, Vint Cerf at Stanford University and Bob Kahn at DARPA published a proposal for "A Protocol for Packet Network Intercommunication". They used the term internet as

4601-485: The Merit Network and CYCLADES , were developed in the late 1960s and early 1970s. Early international collaborations for the ARPANET were rare. Connections were made in 1973 to Norway ( NORSAR and NDRE ), and to Peter Kirstein's research group at University College London (UCL), which provided a gateway to British academic networks , forming the first internetwork for resource sharing . ARPA projects,

4708-530: The United States Department of Defense in collaboration with universities and researchers across the United States and in the United Kingdom and France . The ARPANET initially served as a backbone for the interconnection of regional academic and military networks in the United States to enable resource sharing . The funding of the National Science Foundation Network as a new backbone in

4815-543: The 1980s, as well as private funding for other commercial extensions, encouraged worldwide participation in the development of new networking technologies and the merger of many networks using DARPA's Internet protocol suite . The linking of commercial networks and enterprises by the early 1990s, as well as the advent of the World Wide Web , marked the beginning of the transition to the modern Internet, and generated sustained exponential growth as generations of institutional, personal , and mobile computers were connected to

4922-466: The IETF has defined a canonical format for rendering IPv6 addresses in text: These methods can lead to very short representations for IPv6 addresses. For example, the localhost (loopback) address, 0:0:0:0:0:0:0:1 , and the IPv6 unspecified address, 0:0:0:0:0:0:0:0 , are reduced to ::1 and :: , respectively. During the transition of the Internet from IPv4 to IPv6, it is typical to operate in

5029-579: The Internet and the depletion of available IPv4 addresses , a new version of IP IPv6 , was developed in the mid-1990s, which provides vastly larger addressing capabilities and more efficient routing of Internet traffic. IPv6 uses 128 bits for the IP address and was standardized in 1998. IPv6 deployment has been ongoing since the mid-2000s and is currently in growing deployment around the world, since Internet address registries ( RIRs ) began to urge all resource managers to plan rapid adoption and conversion. IPv6

5136-685: The Internet are contained in specially designated RFCs that constitute the Internet Standards . Other less rigorous documents are simply informative, experimental, or historical, or document the best current practices (BCP) when implementing Internet technologies. The Internet carries many applications and services , most prominently the World Wide Web, including social media , electronic mail , mobile applications , multiplayer online games , Internet telephony , file sharing , and streaming media services. Most servers that provide these services are today hosted in data centers , and content

5243-444: The Internet can then be accessed from places such as a park bench. Experiments have also been conducted with proprietary mobile wireless networks like Ricochet , various high-speed data services over cellular networks, and fixed wireless services. Modern smartphones can also access the Internet through the cellular carrier network. For Web browsing, these devices provide applications such as Google Chrome , Safari , and Firefox and

5350-518: The Internet date back to research that enabled the time-sharing of computer resources, the development of packet switching in the 1960s and the design of computer networks for data communication . The set of rules ( communication protocols ) to enable internetworking on the Internet arose from research and development commissioned in the 1970s by the Defense Advanced Research Projects Agency (DARPA) of

5457-567: The Internet for the benefit of all people throughout the world" . Its members include individuals (anyone may join) as well as corporations, organizations , governments, and universities. Among other activities ISOC provides an administrative home for a number of less formally organized groups that are involved in developing and managing the Internet, including: the IETF, Internet Architecture Board (IAB), Internet Engineering Steering Group (IESG), Internet Research Task Force (IRTF), and Internet Research Steering Group (IRSG). On 16 November 2005,

SECTION 50

#1732779867392

5564-444: The Internet model is the Internet Protocol (IP). IP enables internetworking and, in essence, establishes the Internet itself. Two versions of the Internet Protocol exist, IPv4 and IPv6 . For locating individual computers on the network, the Internet provides IP addresses . IP addresses are used by the Internet infrastructure to direct internet packets to their destinations. They consist of fixed-length numbers, which are found within

5671-514: The Internet via local computer networks. Hotspots providing such access include Wi-Fi cafés, where users need to bring their own wireless devices, such as a laptop or PDA . These services may be free to all, free to customers only, or fee-based. Grassroots efforts have led to wireless community networks . Commercial Wi-Fi services that cover large areas are available in many cities, such as New York , London , Vienna , Toronto , San Francisco , Philadelphia , Chicago and Pittsburgh , where

5778-711: The Internet was included on USA Today ' s list of the New Seven Wonders . The word internetted was used as early as 1849, meaning interconnected or interwoven . The word Internet was used in 1945 by the United States War Department in a radio operator's manual, and in 1974 as the shorthand form of Internetwork. Today, the term Internet most commonly refers to the global system of interconnected computer networks , though it may also refer to any group of smaller networks. When it came into common use, most publications treated

5885-451: The Internet when needed to perform a function or obtain information, represent the bottom of the routing hierarchy. At the top of the routing hierarchy are the tier 1 networks , large telecommunication companies that exchange traffic directly with each other via very high speed fiber-optic cables and governed by peering agreements. Tier 2 and lower-level networks buy Internet transit from other providers to reach at least some parties on

5992-711: The Internet, the Internet Protocol address (IP address) space and the Domain Name System (DNS), are directed by a maintainer organization, the Internet Corporation for Assigned Names and Numbers (ICANN). The technical underpinning and standardization of the core protocols is an activity of the Internet Engineering Task Force (IETF), a non-profit organization of loosely affiliated international participants that anyone may associate with by contributing technical expertise. In November 2006,

6099-471: The NSFNET and Europe was installed between Cornell University and CERN , allowing much more robust communications than were capable with satellites. Later in 1990, Tim Berners-Lee began writing WorldWideWeb , the first web browser , after two years of lobbying CERN management. By Christmas 1990, Berners-Lee had built all the tools necessary for a working Web: the HyperText Transfer Protocol (HTTP) 0.9,

6206-507: The Pacific and in Africa. The number of unique mobile cellular subscriptions increased from 3.9 billion in 2012 to 4.8 billion in 2016, two-thirds of the world's population, with more than half of subscriptions located in Asia and the Pacific. The number of subscriptions was predicted to rise to 5.7 billion users in 2020. As of 2018 , 80% of the world's population were covered by

6313-861: The UK's national research and education network , JANET . Common methods of Internet access by users include dial-up with a computer modem via telephone circuits, broadband over coaxial cable , fiber optics or copper wires, Wi-Fi , satellite , and cellular telephone technology (e.g. 3G , 4G ). The Internet may often be accessed from computers in libraries and Internet cafés . Internet access points exist in many public places such as airport halls and coffee shops. Various terms are used, such as public Internet kiosk , public access terminal , and Web payphone . Many hotels also have public terminals that are usually fee-based. These terminals are widely accessed for various usages, such as ticket booking, bank deposit, or online payment . Wi-Fi provides wireless access to

6420-458: The URL also contains a port number the notation is: where the trailing 443 is the example's port number. For addresses with other than global scope (as described in § Address scopes ), and in particular for link-local addresses, the choice of the network interface for sending a packet may depend on which zone the address belongs to. The same address may be valid in different zones, and in use by

6527-826: The United Nations-sponsored World Summit on the Information Society in Tunis established the Internet Governance Forum (IGF) to discuss Internet-related issues. The communications infrastructure of the Internet consists of its hardware components and a system of software layers that control various aspects of the architecture. As with any computer network, the Internet physically consists of routers , media (such as cabling and radio links), repeaters, modems etc. However, as an example of internetworking , many of

SECTION 60

#1732779867392

6634-672: The United States Department of Defense (DoD). Research into packet switching , one of the fundamental Internet technologies, started in the work of Paul Baran at RAND in the early 1960s and, independently, Donald Davies at the United Kingdom's National Physical Laboratory (NPL) in 1965. After the Symposium on Operating Systems Principles in 1967, packet switching from the proposed NPL network and routing concepts proposed by Baran were incorporated into

6741-461: The United States surpassed those of cable television and nearly exceeded those of broadcast television . Many common online advertising practices are controversial and increasingly subject to regulation. When the Web developed in the 1990s, a typical web page was stored in completed form on a web server, formatted in HTML , ready for transmission to a web browser in response to a request. Over time,

6848-422: The address. The zone index is separated from the address by a percent sign (%). Although numeric zone indices must be universally supported, the zone index may also be an implementation-dependent string. The link-local address could be expressed by or The former (using an interface name) is customary on most Unix -like operating systems (e.g., BSD , Linux , macOS ). The latter (using an interface number)

6955-418: The architectural design of the Internet software systems has been assumed by the Internet Engineering Task Force (IETF). The IETF conducts standard-setting work groups, open to any individual, about the various aspects of Internet architecture. The resulting contributions and standards are published as Request for Comments (RFC) documents on the IETF web site. The principal methods of networking that enable

7062-412: The beginning of the Internet as an intercontinental network. Commercial Internet service providers (ISPs) emerged in 1989 in the United States and Australia. The ARPANET was decommissioned in 1990. Steady advances in semiconductor technology and optical networking created new economic opportunities for commercial involvement in the expansion of the network in its core and for delivering services to

7169-445: The binary value 1111110. The L bit is one for locally assigned addresses; the address range with L set to zero is currently not defined. The random field is chosen randomly once, at the inception of the / 48 routing prefix. A link-local address is also based on the interface identifier, but uses a different format for the network prefix. The prefix field contains the binary value 1111111010. The 54 zeroes that follow make

7276-456: The bottom of the architecture is the link layer , which connects nodes on the same physical link, and contains protocols that do not require routers for traversal to other links. The protocol suite does not explicitly specify hardware methods to transfer bits, or protocols to manage such hardware, but assumes that appropriate technology is available. Examples of that technology include Wi-Fi , Ethernet , and DSL . The most prominent component of

7383-458: The colon is an illegal character in a UNC path name. Thus, the use of IPv6 addresses is also illegal in UNC names. For this reason, Microsoft implemented a transcription algorithm to represent an IPv6 address in the form of a domain name that can be used in UNC paths. For this purpose, Microsoft registered and reserved the second-level domain ipv6-literal.net on the Internet (although they gave up

7490-455: The complex array of physical connections that make up its infrastructure, the Internet is facilitated by bi- or multi-lateral commercial contracts, e.g., peering agreements , and by technical specifications or protocols that describe the exchange of data over the network. Indeed, the Internet is defined by its interconnections and routing policies. A subnetwork or subnet is a logical subdivision of an IP network . The practice of dividing

7597-405: The configuration of an interface with address 2001:db8:a::123 connected to subnet 2001:db8:a:: / 64 is written as 2001:db8:a::123 / 64 . The size of a block of addresses is specified by writing a slash (/) followed by a number in decimal whose value is the length of the network prefix in bits. For example, an address block with 48 bits in the prefix is indicated by / 48 . Such

7704-613: The design of the ARPANET , an experimental resource sharing network proposed by ARPA. ARPANET development began with two network nodes which were interconnected between the University of California, Los Angeles (UCLA) and the Stanford Research Institute (now SRI International) on 29 October 1969. The third site was at the University of California, Santa Barbara , followed by the University of Utah . In

7811-470: The destination back to the source. Anycast addresses are syntactically identical to and indistinguishable from unicast addresses. Their only difference is administrative. Scopes for anycast addresses are therefore the same as for unicast addresses. Internet The Internet (or internet ) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It

7918-488: The directly attached network. Unique local addresses have global scope, but they are not globally administered. As a result, only other hosts in the same administrative domain (e.g., an organization), or within a cooperating administrative domain are able to reach such addresses, if properly routed. As their scope is global, these addresses are valid as a source address when communicating with any other global-scope address, even though it may be impossible to route packets from

8025-594: The documents and resources that they can provide. HyperText Transfer Protocol (HTTP) is the main access protocol of the World Wide Web. Web services also use HTTP for communication between software systems for information transfer, sharing and exchanging business data and logistics and is one of many languages or protocols that can be used for communication on the Internet. World Wide Web browser software, such as Microsoft 's Internet Explorer / Edge , Mozilla Firefox , Opera , Apple 's Safari , and Google Chrome , enable users to navigate from one web page to another via

8132-480: The domain in January 2014). IPv6 addresses are transcribed as a hostname or subdomain name within this namespace , in the following fashion: is written as This notation is automatically resolved locally by Microsoft software, without any queries to DNS name servers. If the IPv6 address contains a zone index, it is appended to the address portion after an 's' character: is written as Every IPv6 address, except

8239-437: The first address in the block (ending in all zeroes), a slash (/), and a decimal value equal to the size in bits of the prefix. For example, the network written as 2001:db8:1234:: / 48 starts at address 2001:db8:1234:0000:0000:0000:0000:0000 and ends at 2001:db8:1234:ffff:ffff:ffff:ffff:ffff . The routing prefix of an interface address may be directly indicated with the address using CIDR notation. For example,

8346-485: The first address of a network, followed by a slash character ( / ), and ending with the bit-length of the prefix. For example, 198.51.100.0 / 24 is the prefix of the Internet Protocol version 4 network starting at the given address, having 24 bits allocated for the network prefix, and the remaining 8 bits reserved for host addressing. Addresses in the range 198.51.100.0 to 198.51.100.255 belong to this network. The IPv6 address specification 2001:db8:: / 32

8453-429: The forwarding host (router) to other networks when no other route specification matches the destination IP address of a packet. While the hardware components in the Internet infrastructure can often be used to support other software systems, it is the design and the standardization process of the software that characterizes the Internet and provides the foundation for its scalability and success. The responsibility for

8560-442: The given network. The 64-bit interface identifier is automatically established randomly, obtained from a DHCPv6 server, or assigned manually. (Historically, it was automatically generated from the interface's MAC address using the modified EUI-64 format, but this method is now not recommended for privacy reasons.) Unique local addresses are addresses analogous to IPv4 private network addresses. The prefix field contains

8667-603: The global Internet, though they may also engage in peering. An ISP may use a single upstream provider for connectivity, or implement multihoming to achieve redundancy and load balancing. Internet exchange points are major traffic exchanges with physical connections to multiple ISPs. Large organizations, such as academic institutions, large enterprises, and governments, may perform the same function as ISPs, engaging in peering and purchasing transit on behalf of their internal networks. Research networks tend to interconnect with large subnetworks such as GEANT , GLORIAD , Internet2 , and

8774-661: The hope that visitors will be impressed by the expert knowledge and free information and be attracted to the corporation as a result. Advertising on popular web pages can be lucrative, and e-commerce , which is the sale of products and services directly via the Web, continues to grow. Online advertising is a form of marketing and advertising which uses the Internet to deliver promotional marketing messages to consumers. It includes email marketing, search engine marketing (SEM), social media marketing, many types of display advertising (including web banner advertising), and mobile advertising . In 2011, Internet advertising revenues in

8881-505: The hyperlinks embedded in the documents. These documents may also contain any combination of computer data , including graphics, sounds, text , video , multimedia and interactive content that runs while the user is interacting with the page. Client-side software can include animations, games , office applications and scientific demonstrations. Through keyword -driven Internet research using search engines like Yahoo! , Bing and Google , users worldwide have easy, instant access to

8988-485: The late 1990s, it was estimated that traffic on the public Internet grew by 100 percent per year, while the mean annual growth in the number of Internet users was thought to be between 20% and 50%. This growth is often attributed to the lack of central administration, which allows organic growth of the network, as well as the non-proprietary nature of the Internet protocols, which encourages vendor interoperability and prevents any one company from exerting too much control over

9095-459: The most-significant flag bit is reserved for future use. The four-bit scope field ( sc ) is used to indicate where the address is valid and unique. In addition, the scope field is used to identify special multicast addresses, like solicited node . The sc(ope) field holds the binary value 0010 (link-local). Solicited-node multicast addresses are computed as a function of a node's unicast or anycast addresses. A solicited-node multicast address

9202-462: The network nodes are not necessarily Internet equipment per se. The internet packets are carried by other full-fledged networking protocols with the Internet acting as a homogeneous networking standard, running across heterogeneous hardware, with the packets guided to their destinations by IP routers. Internet service providers (ISPs) establish the worldwide connectivity between individual networks at various levels of scope. End-users who only access

9309-412: The network. As of 31 March 2011 , the estimated total number of Internet users was 2.095 billion (30% of world population ). It is estimated that in 1993 the Internet carried only 1% of the information flowing through two-way telecommunication . By 2000 this figure had grown to 51%, and by 2007 more than 97% of all telecommunicated information was carried over the Internet. The Internet

9416-1058: The network. Although the Internet was widely used by academia in the 1980s, the subsequent commercialization in the 1990s and beyond incorporated its services and technologies into virtually every aspect of modern life. Most traditional communication media, including telephone , radio , television , paper mail, and newspapers, are reshaped, redefined, or even bypassed by the Internet, giving birth to new services such as email , Internet telephone , Internet television , online music , digital newspapers, and video streaming websites. Newspapers, books, and other print publishing have adapted to website technology or have been reshaped into blogging , web feeds , and online news aggregators . The Internet has enabled and accelerated new forms of personal interaction through instant messaging , Internet forums , and social networking services . Online shopping has grown exponentially for major retailers, small businesses , and entrepreneurs , as it enables firms to extend their " brick and mortar " presence to serve

9523-414: The networking technologies that interconnect networks at their borders and exchange traffic across them. The Internet layer implements the Internet Protocol (IP) which enables computers to identify and locate each other by IP address and route their traffic via intermediate (transit) networks. The Internet Protocol layer code is independent of the type of network that it is physically running over. At

9630-449: The original IPv4 address that was mapped to IPv6. An IPv6 network uses an address block that is a contiguous group of IPv6 addresses of a size that is a power of two . The leading set of bits of the addresses are identical for all hosts in a given network, and are called the network's address or routing prefix . Network address ranges are written in CIDR notation . A network is denoted by

9737-481: The packet. IP addresses are generally assigned to equipment either automatically via DHCP , or are configured. However, the network also supports other addressing systems. Users generally enter domain names (e.g. "en.wikipedia.org") instead of IP addresses because they are easier to remember; they are converted by the Domain Name System (DNS) into IP addresses which are more efficient for routing purposes. Internet Protocol version 4 (IPv4) defines an IP address as

9844-435: The principal name spaces of the Internet are administered by the Internet Corporation for Assigned Names and Numbers (ICANN). ICANN is governed by an international board of directors drawn from across the Internet technical, business, academic, and other non-commercial communities. ICANN coordinates the assignment of unique identifiers for use on the Internet, including domain names , IP addresses, application port numbers in

9951-586: The process of creating and serving web pages has become dynamic, creating a flexible design, layout, and content. Websites are often created using content management software with, initially, very little content. Contributors to these systems, who may be paid staff, members of an organization or the public, fill underlying databases with content using editing pages designed for that purpose while casual visitors view and read this content in HTML form. There may or may not be editorial, approval and security systems built into

10058-524: The process of taking newly entered content and making it available to the target visitors. Email is an important communications service available via the Internet. The concept of sending electronic text messages between parties, analogous to mailing letters or memos, predates the creation of the Internet. Pictures, documents, and other files are sent as email attachments . Email messages can be cc-ed to multiple email addresses . Solicited-node multicast address A solicited-node multicast address

10165-442: The public. In mid-1989, MCI Mail and Compuserve established connections to the Internet, delivering email and public access products to the half million users of the Internet. Just months later, on 1 January 1990, PSInet launched an alternate Internet backbone for commercial use; one of the networks that added to the core of the commercial Internet of later years. In March 1990, the first high-speed T1 (1.5 Mbit/s) link between

10272-469: The region had a handful of plans to choose from (across all mobile network operators) while others, such as Colombia , offered as many as 30 pre-paid and 34 post-paid plans. A study of eight countries in the Global South found that zero-rated data plans exist in every country, although there is a great range in the frequency with which they are offered and actually used in each. The study looked at

10379-476: The representation of IPv6 addresses. The full representation of eight four-digit groups may be simplified by several techniques, eliminating parts of the representation. In general, representations are shortened as much as possible. However, this practice complicates several common operations, namely searching for a specific address or an address pattern in text documents or streams, and comparing addresses to determine equivalence. For mitigation of these complications,

10486-590: The rise of near-instant communication by email, instant messaging , telephony ( Voice over Internet Protocol or VoIP), two-way interactive video calls , and the World Wide Web with its discussion forums , blogs, social networking services , and online shopping sites. Increasing amounts of data are transmitted at higher and higher speeds over fiber optic networks operating at 1 Gbit/s, 10 Gbit/s, or more. The Internet continues to grow, driven by ever-greater amounts of online information and knowledge, commerce, entertainment and social networking services. During

10593-403: The same format as unicast addresses, and differ only by their presence in the network at multiple points. Almost any unicast address can be employed as an anycast address. A multicast address is also used by multiple hosts that acquire the multicast address destination by participating in the multicast distribution protocol among the network routers. A packet that is sent to a multicast address

10700-452: The subnet mask for the prefix 198.51.100.0 / 24 . Traffic is exchanged between subnetworks through routers when the routing prefixes of the source address and the destination address differ. A router serves as a logical or physical boundary between the subnets. The benefits of subnetting an existing network vary with each deployment scenario. In the address allocation architecture of the Internet using CIDR and in large organizations, it

10807-462: The top three to five carriers by market share in Bangladesh, Colombia, Ghana, India, Kenya, Nigeria, Peru and Philippines. Across the 181 plans examined, 13 percent were offering zero-rated services. Another study, covering Ghana , Kenya , Nigeria and South Africa , found Facebook 's Free Basics and Misplaced Pages Zero to be the most commonly zero-rated content. The Internet standards describe

10914-410: The total network prefix the same for all link-local addresses ( fe80:: / 64 link-local address prefix ), rendering them non-routable. Multicast addresses are formed according to several specific formatting rules, depending on the application. For all multicast addresses, the prefix field holds the binary value 11111111. Currently, three of the four flag bits in the flg field are defined;

11021-405: The transport protocols, and many other parameters. Globally unified name spaces are essential for maintaining the global reach of the Internet. This role of ICANN distinguishes it as perhaps the only central coordinating body for the global Internet. Regional Internet registries (RIRs) were established for five regions of the world. The African Network Information Center (AfriNIC) for Africa ,

11128-588: The unspecified address ( :: ), has a scope , which specifies in which part of the network it is valid. For unicast addresses, two scopes are defined: link-local and global. Link-local addresses and the loopback address have link-local scope, which means they can only be used on a single directly attached network. All other addresses (including unique local addresses ) have global (or universal ) scope, which means they are potentially globally routable and can be used to connect to addresses with global scope anywhere, or to addresses with link-local scope on

11235-455: The volume of Internet traffic started experiencing similar characteristics as that of the scaling of MOS transistors , exemplified by Moore's law , doubling every 18 months. This growth, formalized as Edholm's law , was catalyzed by advances in MOS technology , laser light wave systems, and noise performance. Since 1995, the Internet has tremendously impacted culture and commerce, including

11342-533: The word Internet as a capitalized proper noun ; this has become less common. This reflects the tendency in English to capitalize new terms and move them to lowercase as they become familiar. The word is sometimes still capitalized to distinguish the global internet from smaller networks, though many publications, including the AP Stylebook since 2016, recommend the lowercase form in every case. In 2016,

11449-558: Was the first financial institution to offer online Internet banking services to all of its members in October 1994. In 1996, OP Financial Group , also a cooperative bank , became the second online bank in the world and the first in Europe. By 1995, the Internet was fully commercialized in the U.S. when the NSFNet was decommissioned, removing the last restrictions on use of the Internet to carry commercial traffic. As technology advanced and commercial opportunities fueled reciprocal growth,

#391608