IP address

An Internet Protocol address (IP address) is a numerical label such as 192.0.2.1 that is assigned to a device connected to a computer network that uses the Internet Protocol for communication.[1][2] IP addresses serve two main functions: network interface identification, and location addressing.

Internet Protocol version 4 (IPv4) was the first standalone specification for the IP address, and has been in use since 1983.[2] IPv4 addresses are defined as a 32-bit number, which became too small to provide enough addresses as the internet grew, leading to IPv4 address exhaustion over the 2010s. Its designated successor, IPv6, uses 128 bits for the IP address, giving it a larger address space.[3][4][5] Although IPv6 deployment has been ongoing since the mid-2000s, both IPv4 and IPv6 are still used side-by-side as of 2024.

IP addresses are usually displayed in a human-readable notation, but systems may use them in various different computer number formats. CIDR notation can also be used to designate how much of the address should be treated as a routing prefix. For example, 192.0.2.1/24 indicates that 24 significant bits of the address are the prefix, with the remaining 8 bits used for host addressing. This is equivalent to the historically used subnet mask (in this case, 255.255.255.0).

The IP address space is managed globally by the Internet Assigned Numbers Authority (IANA) and the five regional Internet registries (RIRs). IANA assigns blocks of IP addresses to the RIRs, which are responsible for distributing them to local Internet registries in their region such as internet service providers (ISPs) and large institutions. Some addresses are reserved for private networks and are not globally unique.

Within a network, the network administrator assigns an IP address to each device. Such assignments may be on a static (fixed or permanent) or dynamic basis, depending on network practices and software features. Some jurisdictions consider IP addresses to be personal data.

Function

An IP address serves two principal functions: it identifies the host, or more specifically, its network interface, and it provides the location of the host in the network, and thus, the capability of establishing a path to that host. Its role has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."[2] The header of each IP packet contains the IP address of the sending host and that of the destination host.

IP versions

Two versions of the Internet Protocol are in common use on the Internet today. The original version of the Internet Protocol that was first deployed in 1983 in the ARPANET, the predecessor of the Internet, is Internet Protocol version 4 (IPv4).

By the early 1990s, the rapid exhaustion of IPv4 address space available for assignment to Internet service providers and end-user organizations prompted the Internet Engineering Task Force (IETF) to explore new technologies to expand addressing capability on the Internet. The result was a redesign of the Internet Protocol which became eventually known as Internet Protocol Version 6 (IPv6) in 1995.[3][4][5] IPv6 technology was in various testing stages until the mid-2000s when commercial production deployment commenced.

Today, these two versions of the Internet Protocol are in simultaneous use. Among other technical changes, each version defines the format of addresses differently. Because of the historical prevalence of IPv4, the generic term IP address typically still refers to the addresses defined by IPv4. The gap in version sequence between IPv4 and IPv6 resulted from the assignment of version 5 to the experimental Internet Stream Protocol in 1979, which however was never referred to as IPv5.

Other versions v1 to v9 were defined, but only v4 and v6 ever gained widespread use. v1 and v2 were names for TCP protocols in 1974 and 1977, as there was no separate IP specification at the time. v3 was defined in 1978, and v3.1 is the first version where TCP is separated from IP. v6 is a synthesis of several suggested versions, v6 Simple Internet Protocol, v7 TP/IX: The Next Internet, v8 PIP — The P Internet Protocol, and v9 TUBA — Tcp & Udp with Big Addresses.[6]

Subnetworks

IP networks may be divided into subnetworks in both IPv4 and IPv6. For this purpose, an IP address is recognized as consisting of two parts: the network prefix in the high-order bits and the remaining bits called the rest field, host identifier, or interface identifier (IPv6), used for host numbering within a network.[1] The subnet mask or CIDR notation determines how the IP address is divided into network and host parts.

The term subnet mask is only used within IPv4. Both IP versions however use the CIDR concept and notation. In this, the IP address is followed by a slash and the number (in decimal) of bits used for the network part, also called the routing prefix. For example, an IPv4 address and its subnet mask may be 192.0.2.1 and 255.255.255.0, respectively. The CIDR notation for the same IP address and subnet is 192.0.2.1/24, because the first 24 bits of the IP address indicate the network and subnet.

IPv4 addresses

Decomposition of an IPv4 address from dot-decimal notation to its binary value

An IPv4 address has a size of 32 bits, which limits the address space to 4294967296 (232) addresses. Of this number, some addresses are reserved for special purposes such as private networks (≈18 million addresses) and multicast addressing (≈270 million addresses).

IPv4 addresses are usually represented in dot-decimal notation, consisting of four decimal numbers, each ranging from 0 to 255, separated by dots, e.g., 192.0.2.1. Each part represents a group of 8 bits (an octet) of the address.[7] In some cases of technical writing,[specify] IPv4 addresses may be presented in various hexadecimal, octal, or binary representations.

Subnetting history

In the early stages of development of the Internet Protocol, the network number was always the highest order octet (most significant eight bits). Because this method allowed for only 256 networks, it soon proved inadequate as additional networks developed that were independent of the existing networks already designated by a network number. In 1981, the addressing specification was revised with the introduction of classful network architecture.[2]

Classful network design allowed for a larger number of individual network assignments and fine-grained subnetwork design. The first three bits of the most significant octet of an IP address were defined as the class of the address. Three classes (A, B, and C) were defined for universal unicast addressing. Depending on the class derived, the network identification was based on octet boundary segments of the entire address. Each class used successively additional octets in the network identifier, thus reducing the possible number of hosts in the higher order classes (B and C). The following table gives an overview of this now-obsolete system.

Historical classful network architecture
Class Leading
bits
Size of network
number
bit field
Size of rest
bit field
Number
of networks
Number of addresses
per network
Start address End address
A 0 8 24 128 (27) 16777216 (224) 0.0.0.0 127.255.255.255
B 10 16 16 16384 (214) 65536 (216) 128.0.0.0 191.255.255.255
C 110 24 8 2097152 (221) 256 (28) 192.0.0.0 223.255.255.255

Classful network design served its purpose in the startup stage of the Internet, but it lacked scalability in the face of the rapid expansion of networking in the 1990s. The class system of the address space was replaced with Classless Inter-Domain Routing (CIDR) in 1993. CIDR is based on variable-length subnet masking (VLSM) to allow allocation and routing based on arbitrary-length prefixes. Today, remnants of classful network concepts function only in a limited scope as the default configuration parameters of some network software and hardware components (e.g. netmask), and in the technical jargon used in network administrators' discussions.

Private addresses

Early network design, when global end-to-end connectivity was envisioned for communications with all Internet hosts, intended that IP addresses be globally unique. However, it was found that this was not always necessary as private networks developed and public address space needed to be conserved.

Computers not connected to the Internet, such as factory machines that communicate only with each other via TCP/IP, need not have globally unique IP addresses. Today, such private networks are widely used and typically connect to the Internet with network address translation (NAT), when needed.

Three non-overlapping ranges of IPv4 addresses for private networks are reserved.[8] These addresses are not routed on the Internet and thus their use need not be coordinated with an IP address registry. Any user may use any of the reserved blocks. Typically, a network administrator will divide a block into subnets; for example, many home routers automatically use a default address range of 192.168.0.0 through 192.168.0.255 (192.168.0.0/24).

Reserved private IPv4 network ranges[8]
Name CIDR block Address range Number of
addresses
Classful description
24-bit block 10.0.0.0/8 10.0.0.0 – 10.255.255.255 16777216 Single Class A
20-bit block 172.16.0.0/12 172.16.0.0 – 172.31.255.255 1048576 Contiguous range of 16 Class B blocks
16-bit block 192.168.0.0/16 192.168.0.0 – 192.168.255.255 65536 Contiguous range of 256 Class C blocks

IPv6 addresses

Decomposition of an IPv6 address from hexadecimal representation to its binary value

In IPv6, the address size was increased from 32 bits in IPv4 to 128 bits, thus providing up to 2128 (approximately 3.403×1038) addresses. This is deemed sufficient for the foreseeable future.

The intent of the new design was not to provide just a sufficient quantity of addresses, but also redesign routing in the Internet by allowing more efficient aggregation of subnetwork routing prefixes. This resulted in slower growth of routing tables in routers. The smallest possible individual allocation is a subnet for 264 hosts, which is the square of the size of the entire IPv4 Internet. At these levels, actual address utilization ratios will be small on any IPv6 network segment. The new design also provides the opportunity to separate the addressing infrastructure of a network segment, i.e. the local administration of the segment's available space, from the addressing prefix used to route traffic to and from external networks. IPv6 has facilities that automatically change the routing prefix of entire networks, should the global connectivity or the routing policy change, without requiring internal redesign or manual renumbering.

The large number of IPv6 addresses allows large blocks to be assigned for specific purposes and, where appropriate, to be aggregated for efficient routing. With a large address space, there is no need to have complex address conservation methods as used in CIDR.

All modern desktop and enterprise server operating systems include native support for IPv6, but it is not yet widely deployed in other devices, such as residential networking routers, voice over IP (VoIP) and multimedia equipment, and some networking hardware.

Private addresses

Just as IPv4 reserves addresses for private networks, blocks of addresses are set aside in IPv6. In IPv6, these are referred to as unique local addresses (ULAs). The routing prefix fc00::/7 is reserved for this block,[9] which is divided into two /8 blocks with different implied policies. The addresses include a 40-bit pseudorandom number that minimizes the risk of address collisions if sites merge or packets are misrouted.

Early practices used a different block for this purpose (fec0::), dubbed site-local addresses.[10] However, the definition of what constituted a site remained unclear and the poorly defined addressing policy created ambiguities for routing. This address type was abandoned and must not be used in new systems.[11]

Addresses starting with fe80::, called link-local addresses, are assigned to interfaces for communication on the attached link. The addresses are automatically generated by the operating system for each network interface. This provides instant and automatic communication between all IPv6 hosts on a link. This feature is used in the lower layers of IPv6 network administration, such as for the Neighbor Discovery Protocol.

Private and link-local address prefixes may not be routed on the public Internet.

IP address assignment

IP addresses are assigned to a host either dynamically as they join the network, or persistently by configuration of the host hardware or software. Persistent configuration is also known as using a static IP address. In contrast, when a computer's IP address is assigned each time it restarts, this is known as using a dynamic IP address.

Dynamic IP addresses are assigned by network using Dynamic Host Configuration Protocol (DHCP).[12] DHCP is the most frequently used technology for assigning addresses. It avoids the administrative burden of assigning specific static addresses to each device on a network. It also allows devices to share the limited address space on a network if only some of them are online at a particular time. Typically, dynamic IP configuration is enabled by default in modern desktop operating systems.

The address assigned with DHCP is associated with a lease and usually has an expiration period. If the lease is not renewed by the host before expiry, the address may be assigned to another device. Some DHCP implementations attempt to reassign the same IP address to a host, based on its MAC address, each time it joins the network. A network administrator may configure DHCP by allocating specific IP addresses based on MAC address.

DHCP is not the only technology used to assign IP addresses dynamically. Bootstrap Protocol is a similar protocol and predecessor to DHCP. Dialup and some broadband networks use dynamic address features of the Point-to-Point Protocol.

Computers and equipment used for the network infrastructure, such as routers and mail servers, are typically configured with static addressing.

In the absence or failure of static or dynamic address configurations, an operating system may assign a link-local address to a host using stateless address autoconfiguration.

Sticky dynamic IP address

Sticky is an informal term used to describe a dynamically assigned IP address that seldom changes.[13] IPv4 addresses, for example, are usually assigned with DHCP, and a DHCP service can use rules that maximize the chance of assigning the same address each time a client asks for an assignment. In IPv6, a prefix delegation can be handled similarly, to make changes as rare as feasible. In a typical home or small-office setup, a single router is the only device visible to an Internet service provider (ISP), and the ISP may try to provide a configuration that is as stable as feasible, i.e. sticky. On the local network of the home or business, a local DHCP server may be designed to provide sticky IPv4 configurations, and the ISP may provide a sticky IPv6 prefix delegation, giving clients the option to use sticky IPv6 addresses. Sticky should not be confused with static; sticky configurations have no guarantee of stability, while static configurations are used indefinitely and only changed deliberately.

Address autoconfiguration

Address block 169.254.0.0/16 is defined for the special use of link-local addressing for IPv4 networks.[14] In IPv6, every interface, whether using static or dynamic addresses, also receives a link-local address automatically in the block fe80::/10.[14] These addresses are only valid on the link, such as a local network segment or point-to-point connection, to which a host is connected. These addresses are not routable and, like private addresses, cannot be the source or destination of packets traversing the Internet.

When the link-local IPv4 address block was reserved, no standards existed for mechanisms of address autoconfiguration. Filling the void, Microsoft developed a protocol called Automatic Private IP Addressing (APIPA), whose first public implementation appeared in Windows 98.[15] APIPA has been deployed on millions of machines and became a de facto standard in the industry. In May 2005, the IETF defined a formal standard for it.[16]

Addressing conflicts

An IP address conflict occurs when two devices on the same local physical or wireless network claim to have the same IP address. A second assignment of an address generally stops the IP functionality of one or both of the devices. Many modern operating systems notify the administrator of IP address conflicts.[17][18] When IP addresses are assigned by multiple people and systems with differing methods, any of them may be at fault.[19][20][21][22][23] If one of the devices involved in the conflict is the default gateway access beyond the LAN for all devices on the LAN, all devices may be impaired.

Routing

IP addresses are classified into several classes of operational characteristics: unicast, multicast, anycast and broadcast addressing.

Unicast addressing

The most common concept of an IP address is in unicast addressing, available in both IPv4 and IPv6. It normally refers to a single sender or a single receiver, and can be used for both sending and receiving. Usually, a unicast address is associated with a single device or host, but a device or host may have more than one unicast address. Sending the same data to multiple unicast addresses requires the sender to send all the data many times over, once for each recipient.

Broadcast addressing

Broadcasting is an addressing technique available in IPv4 to address data to all possible destinations on a network in one transmission operation as an all-hosts broadcast. All receivers capture the network packet. The address 255.255.255.255 is used for network broadcast. In addition, a more limited directed broadcast uses the all-ones host address with the network prefix. For example, the destination address used for directed broadcast to devices on the network 192.0.2.0/24 is 192.0.2.255.[24]

IPv6 does not implement broadcast addressing and replaces it with multicast to the specially defined all-nodes multicast address.

Multicast addressing

A multicast address is associated with a group of interested receivers. In IPv4, addresses 224.0.0.0 through 239.255.255.255 (the former Class D addresses) are designated as multicast addresses.[25] IPv6 uses the address block with the prefix ff00::/8 for multicast. In either case, the sender sends a single datagram from its unicast address to the multicast group address and the intermediary routers take care of making copies and sending them to all interested receivers (those that have joined the corresponding multicast group).

Anycast addressing

Like broadcast and multicast, anycast is a one-to-many routing topology. However, the data stream is not transmitted to all receivers, just the one which the router decides is closest in the network. Anycast addressing is a built-in feature of IPv6.[26][27] In IPv4, anycast addressing is implemented with Border Gateway Protocol using the shortest-path metric to choose destinations. Anycast methods are useful for global load balancing and are commonly used in distributed DNS systems.

Geolocation

A host may use geolocation to deduce the geographic position of its communicating peer.[28][29] This is typically done by retrieving geolocation info about the IP address of the other node from a database.[30]

Public address

A public IP address is a globally routable unicast IP address, meaning that the address is not an address reserved for use in private networks, such as those reserved by RFC 1918, or the various IPv6 address formats of local scope or site-local scope, for example for link-local addressing. Public IP addresses may be used for communication between hosts on the global Internet. In a home situation, a public IP address is the IP address assigned to the home's network by the ISP. In this case, it is also locally visible by logging into the router configuration.[31]

Most public IP addresses change, and relatively often. Any type of IP address that changes is called a dynamic IP address. In home networks, the ISP usually assigns a dynamic IP. If an ISP gave a home network an unchanging address, it is more likely to be abused by customers who host websites from home, or by hackers who can try the same IP address over and over until they breach a network.[31]

Address translation

Multiple client devices can appear to share an IP address, either because they are part of a shared web hosting service environment or because an IPv4 network address translator (NAT) or proxy server acts as an intermediary agent on behalf of the client, in which case the real originating IP address is masked from the server receiving a request. A common practice is to have a NAT mask many devices in a private network. Only the public interface(s) of the NAT needs to have an Internet-routable address.[32]

The NAT device maps different IP addresses on the private network to different TCP or UDP port numbers on the public network. In residential networks, NAT functions are usually implemented in a residential gateway. In this scenario, the computers connected to the router have private IP addresses and the router has a public address on its external interface to communicate on the Internet. The internal computers appear to share one public IP address.

Law

In March 2024, the Supreme Court of Canada decided that IP addresses were protected private information under the Canadian Charter of Rights and Freedoms, with police searches requiring a warrant in order to obtain them.[33] IP addresses are considered personal data by the European Commission and are protected by the General Data Protection Regulation.[34]

Diagnostic tools

Computer operating systems provide various diagnostic tools to examine network interfaces and address configuration. Microsoft Windows provides the command-line interface tools ipconfig[35] and netsh and users of Unix-like systems may use ifconfig, netstat, route, lanstat, fstat, and iproute2 utilities to accomplish the task.[36]

See also

References

  1. ^ a b J. Postel, ed. (January 1980). INTERNET PROTOCOL - DARPA INTERNET PROGRAM PROTOCOL SPECIFICATION. IETF. doi:10.17487/RFC0760. RFC 760. IEN 128. Obsolete. Obsoleted by RFC 791. Replaces IEN 123, 111, 80, 54, 44, 41, 28 and 26. Updated by RFC 777.
  2. ^ a b c d J. Postel, ed. (September 1981). INTERNET PROTOCOL - DARPA INTERNET PROGRAM PROTOCOL SPECIFICATION. IETF. doi:10.17487/RFC0791. STD 5. RFC 791. IEN 128, 123, 111, 80, 54, 44, 41, 28, 26. Internet Standard 5. Obsoletes RFC 760. Updated by RFC 1349, 2474 and 6864.
  3. ^ a b S. Deering; R. Hinden (December 1995). Internet Protocol, Version 6 (IPv6) Specification. Network Working Group. doi:10.17487/RFC1883. RFC 1883. Obsolete. Obsoleted by RFC 2460.
  4. ^ a b S. Deering; R. Hinden (December 1998). Internet Protocol, Version 6 (IPv6) Specification. Network Working Group. doi:10.17487/RFC2460. RFC 2460. Obsolete. Obsoleted by RFC 8200. Obsoletes RFC 1883. Updated by RFC 5095, 5722, 5871, 6437, 6564, 6935, 6946, 7045 and 7112.
  5. ^ a b S. Deering; R. Hinden (July 2017). Internet Protocol, Version 6 (IPv6) Specification. Internet Engineering Task Force. doi:10.17487/RFC8200. STD 86. RFC 8200. Internet Standard 86. Obsoletes RFC 2460.
  6. ^ DeLong, Owen. "Why does IP have versions? Why do I care?" (PDF). Scale15x. Retrieved 24 January 2020.
  7. ^ "IPv4 and IPv6 address formats". www.ibm.com. An IPv4 address has the following format: x . x . x . x where x is called an octet and must be a decimal value between 0 and 255. Octets are separated by periods. An IPv4 address must contain three periods and four octets. The following examples are valid IPv4 addresses:
    1 . 2 . 3 . 4
    01 . 102 . 103 . 104
  8. ^ a b Y. Rekhter; B. Moskowitz; D. Karrenberg; G. J. de Groot; E. Lear (February 1996). Address Allocation for Private Internets. Network Working Group. doi:10.17487/RFC1918. BCP 5. RFC 1918. Best Current Practice 5. Obsoletes RFC 1627 and 1597. Updated by RFC 6761.
  9. ^ R. Hinden; B. Haberman (October 2005). Unique Local IPv6 Unicast Addresses. Network Working Group. doi:10.17487/RFC4193. RFC 4193. Proposed Standard.
  10. ^ R. Hinden; S. Deering (April 2003). IP Version 6 Addressing Architecture. Network Working Group. doi:10.17487/RFC3513. RFC 3513. Obsolete. Obsoletes RFC 2373. Obsoleted by RFC 4291.
  11. ^ C. Huitema; B. Carpenter (September 2004). Deprecating Site Local Addresses. Network Working Group. doi:10.17487/RFC3879. RFC 3879. Proposed Standard.
  12. ^ Van Do, Tien (1 July 2010). "An efficient solution to a retrial queue for the performability evaluation of DHCP". Computers & Operations Research. 37 (7): 1191–1198. doi:10.1016/j.cor.2009.05.014.
  13. ^ "Reading: IP Address". Retrieved 12 April 2024.
  14. ^ a b M. Cotton; L. Vegoda; B. Haberman (April 2013). R. Bonica (ed.). Special-Purpose IP Address Registries. Internet Engineering Task Force. doi:10.17487/RFC6890. ISSN 2070-1721. BCP 153. RFC 6890. Best Current Practice 153. Obsoletes RFC 4773, 5156, 5735 and 5736. Updated by RFC 8190.
  15. ^ "DHCP and Automatic Private IP Addressing". Microsoft Learn. Retrieved 3 September 2023.
  16. ^ S. Cheshire; B. Aboba; E. Guttman (May 2005). Dynamic Configuration of IPv4 Link-Local Addresses. Network Working Group. doi:10.17487/RFC3927. RFC 3927. Proposed Standard.
  17. ^ "Event ID 4198 — TCP/IP Network Interface Configuration". TechNet. Microsoft Docs. 26 August 2009. Retrieved 3 September 2023.
  18. ^ "Event ID 4199 — TCP/IP Network Interface Configuration". TechNet. Microsoft Docs. 26 August 2009. Retrieved 3 September 2023.
  19. ^ Mitchell, Bradley. "IP Address Conflicts – What Is an IP Address Conflict?". About.com. Archived from the original on 13 April 2014. Retrieved 23 November 2013.
  20. ^ Kishore, Aseem (4 August 2009). "How to Fix an IP Address Conflict". Online Tech Tips Online-tech-tips.com. Retrieved 3 September 2023.
  21. ^ "Get help with "There is an IP address conflict" message". Microsoft. 22 November 2013. Archived from the original on 26 September 2013. Retrieved 23 November 2013.
  22. ^ "Fix duplicate IP address conflicts on a DHCP network". Microsoft. 15 October 2013. Archived from the original on 28 December 2014. Retrieved 23 November 2013.
  23. ^ Moran, Joseph (1 September 2010). "Understanding And Resolving IP Address Conflicts". Webopedia. Archived from the original on 2 October 2013. Retrieved 23 November 2013.
  24. ^ "What is a broadcast address?". IONOS Digitalguide. 13 May 2022. Retrieved 8 June 2022.
  25. ^ M. Cotton; L. Vegoda; D. Meyer (March 2010). IANA Guidelines for IPv4 Multicast Address Assignments. IETF. doi:10.17487/RFC5771. ISSN 2070-1721. BCP 51. RFC 5771. Best Current Practice 51. Obsoletes RFC 3138 and 3171. Updates RFC 2780.
  26. ^ D. Johnson; S. Deering (March 1999). Reserved IPv6 Subnet Anycast Addresses. Network Working Group. doi:10.17487/RFC2526. RFC 2526. Proposed Standard.
  27. ^ R. Hinden; S. Deering (February 2006). IP Version 6 Addressing Architecture. Network Working Group. doi:10.17487/RFC4291. RFC 4291. Draft Standard. Obsoletes RFC 3513. Updated by RFC 5952, 6052, 7136, 7346, 7371 and 8064.
  28. ^ Holdener, Anthony T. (2011). HTML5 Geolocation. O'Reilly Media. p. 11. ISBN 9781449304720.
  29. ^ Komosny, Dan (22 July 2021). "Retrospective IP Address Geolocation for Geography-Aware Internet Services". Sensors. 21 (15): 4975. Bibcode:2021Senso..21.4975K. doi:10.3390/s21154975. hdl:11012/200946. ISSN 1424-8220. PMC 8348169. PMID 34372212.
  30. ^ "IP geolocation (The NetOp Organization)". 25 January 2009. Archived from the original on 25 January 2009. Retrieved 30 June 2024.
  31. ^ a b "What Is a Public IP Address? (and How to Find Yours)". Lifewire.
  32. ^ Comer, Douglas (2000). Internetworking with TCP/IP:Principles, Protocols, and Architectures – 4th ed. Upper Saddle River, NJ: Prentice Hall. p. 394. ISBN 978-0-13-018380-4. Archived from the original on 13 April 2010.
  33. ^ Zimonjic, Peter. "Police now need a warrant to get a person's IP address, Supreme Court rules". CBC News. Retrieved 9 March 2024.
  34. ^ "What is personal data?". European Commission. Retrieved 9 March 2024.
  35. ^ "ipconfig". Microsoft Docs. 16 October 2017. Retrieved 25 August 2020.
  36. ^ "Interface Configuration for IP". Linux Network Administrators Guide. June 2000. Retrieved 12 March 2024.


Read other articles:

Federal and provincial police ranks in Canada The police in Canada's ranks differ according to the different police forces and depend on different laws at the federal, provincial, and municipal levels. Royal Canadian Mounted Police Main article: Royal Canadian Mounted Police The rank system of the RCMP is partly a result of their origin as a paramilitary force. Upon its founding on February 1, 1920, the RCMP adopted the rank insignia of the Canadian Army (which in turn came from the British A...

 

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Domani Motus Liberi – news · newspapers · books · scholar · JSTOR (July 2021) (Learn how and when to remove this template message) Political party in San Marino Tomorrow – Free Movement Domani – Motus LiberiAbbreviationDMLLeaderLorenzo Forcellini ReffiF...

 

Lampang Capital Lampang Região Região Norte População 782.152 habitantes Censo abril de 2000 Área 12.534,0 km² Densidade 62,40 hab/km² População estimada 800.775 habitantes (julho de 2002) Localização da província Lampang é uma província da Tailândia. Sua capital é a cidade de Lampang.[1] Distritos A província está subdividida em 13 distritos (amphoes). Os distritos estão por sua vez divididos em 100 comunas (tambons) e estas em 855 povoados (moobans). Lampang Mae Mo Ko Kha...

Jeep Wrangler2013 Jeep Wrangler Unlimited RubiconInformasiProdusenAmerican Motors (AMC) (1986-1987)Chrysler Corporation (1987–1998)DaimlerChrysler (1998–2007)Chrysler LLC (2007–2009)Chrysler Group LLC (2009–2013)Fiat Chrysler Automobiles (FCA) (2013-2021)Stellantis (2021-sekarang)Arab American Vehicles (1987-sekarang)Pars Khodro (1989–2006)Juga disebutJeep YJ, Jeep TJ, Jeep JK, Jeep J8 (versi militer) Jeep Sahara dan Jeep Willys (Islandia)Masa produksi1986-sekarangBodi & ra...

 

مايكل بيسلي معلومات شخصية الميلاد 9 يناير 1989 (العمر 34 سنة)ماريلاند الطول 6 قدم 9 بوصة (2.1 م) مركز اللعب لاعب هجوم قوي الجسم،  ولاعب هجوم صغير الجسم  الجنسية  الولايات المتحدة الوزن 107 كيلوغرام  مشكلة صحية كوفيد-19[1]  المدرسة الأم جامعة ولاية كنساس[2]...

 

У Вікіпедії є статті про інших людей із прізвищем Івановський. |портрет= |розмір_зображення= Івановський Ігнатій Олександрович Народився 16 грудня 1858(1858-12-16)Германівка, Київська губернія, Російська імперіяПомер ?, не раніше 1926?Місце проживання Київ, Петербург, ОдесаКраїна ...

يفتقر محتوى هذه المقالة إلى الاستشهاد بمصادر. فضلاً، ساهم في تطوير هذه المقالة من خلال إضافة مصادر موثوق بها. أي معلومات غير موثقة يمكن التشكيك بها وإزالتها. (ديسمبر 2018)   لمعارك وحصارات أخري لمدينة ديو، طالع حصار ديو (توضيح). معركة ديو البحريه جزء من الحرب العثمانية الب...

 

Album by Swans Soundtracks for the BlindStudio album (double album) by SwansReleasedOctober 22, 1996Recorded1981 – 1996GenreExperimental[1]post-rock[2]drone[3]Length141:37LabelYoung GodProducerMichael Gira, Jarboe (track 7)Swans chronology Die Tür ist zu(1996) Soundtracks for the Blind(1996) Swans Are Dead(1998) Singles from Soundtracks for the Blind Failure / AnimusReleased: 1996 Soundtracks for the Blind is the tenth studio album by Swans. It was released ...

 

Pulau Putri GundulNegaraIndonesiaGugus kepulauanKepulauan SeribuProvinsiDKI JakartaKabupatenKepulauan SeribuLuas- km²Populasi- Pulau Putri Gundul adalah sebuah pulau yang terletak di Kepulauan Seribu di Daerah Khusus Ibukota Jakarta, Indonesia. Lihat pula Kabupaten Administratif Kepulauan Seribu Kepulauan Seribu Pranala luar Situs resmi Kabupaten Administratif Kepulauan Seribu Diarsipkan 2017-02-22 di Wayback Machine. lbsPulau di Kepulauan Seribu Pulau Air Besar Pulau Air Kecil Pulau Ay...

北大年蘇丹國كراجأن ڤتاني Kerajaan Patani1516年—1902年 国旗地理位置首都北大年城常用语言馬來語宗教伊斯蘭教遜尼派政府君主制历史时期中世紀• 建立 1516年• 被暹羅兼併 1902年 继承 暹羅 今属于 泰國 马来西亚 馬來西亞历史 历史系列条目 史前时期 史前时期 前100–6世纪 早期王国 刚迦王国 2–11世纪 狼牙脩 2–14世纪 赤土 2–6世纪 盘盘 3–5世纪 古吉打 5...

 

The European genetic structure today (based on 273,464 SNPs). Three levels of structure as revealed by PC analysis are shown: A) inter-continental; B) intra-continental; and C) inside a single country (Estonia), where median values of the PC1&2 are shown. D) European map illustrating the origin of sample and population size. CEU – Utah residents with ancestry from Northern and Western Europe, CHB – Han Chinese from Beijing, JPT – Japanese from Tokyo, and YRI – Yoruba from Ibadan, ...

 

Sun Microsystems, Inc.JenisDivisi dari Oracle CorporationIndustriComputer systems Computer softwareDidirikan1982PendiriVinod KhoslaAndy BechtolsheimBill JoyScott McNealyKantorpusatSanta Clara, California, Amerika Serikat, USATokohkunci Dorian Daley (President & CEO) Jeff Epstein (CFO)[1]ProdukServers Workstations Storage ServicesPendapatan US$11.449 billion (2009)[2]Laba operasi US$2.236 billion (2009)Laba bersih US$2.234 billion (2009)Total aset US$11.232 billion (2009)To...

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Desember 2022. Cycnidolon approximatum Klasifikasi ilmiah Kerajaan: Animalia Filum: Arthropoda Kelas: Insecta Ordo: Coleoptera Famili: Cerambycidae Genus: Cycnidolon Spesies: Cycnidolon approximatum Cycnidolon approximatum adalah spesies kumbang tanduk panjang yang ...

 

Defunct restaurant and jazz club in Portland, Oregon, U.S. Brasserie MontmartreThe restaurant's exterior in May 2013Restaurant informationEstablished1978 (1978); 2009 (2009); May 2012 (2012-05)Closed2006 (2006); 2011 (2011); April 30, 2015 (2015-04-30)Food type French Mediterranean Street address626 SW Park AvenueCityPortlandCountyMultnomahStateOregonPostal/ZIP Code97205CountryUnited StatesCoordinates45°31′11″N 122°40′49″W / þ...

 

Japanese light novel series The Dreaming Boy Is a RealistFirst light novel volume cover (Featuring Aika Natsukawa and Wataru Sajō)夢見る男子は現実主義者(Yumemiru Danshi wa Genjitsushugisha)GenreRomantic comedy[1] Novel seriesWritten byOkemaruPublished byShōsetsuka ni NarōOriginal runDecember 7, 2018 – present Light novelWritten byOkemaruIllustrated bySaba MizorePublished byHobby JapanEnglish publisherMonogatari NovelsImprintHJ BunkoDemographicM...

2005 IIHF European Champions CupTournament detailsHost country RussiaDatesJanuary 13 - January 16Teams6Venue(s)1 (in 1 host city)Final positionsChampions  Avangard Omsk (1st title)Tournament statisticsGames played7Goals scored45 (6.43 per game)Attendance28,100 (4,014 per game)Scoring leader(s) Maxim Sushinsky (7 points)MVP Maxim Sushinsky The 2005 IIHF European Champions Cup was the first edition of IIHF European Champions Cup. It was held in Saint Pete...

 

Extinct genus of amphibians Gastric-brooding frogs Southern gastric-brooding frog (Rheobatrachus silus) Conservation status Extinct (IUCN 3.1)[1][2] Scientific classification Domain: Eukaryota Kingdom: Animalia Phylum: Chordata Class: Amphibia Order: Anura Family: Myobatrachidae Genus: †RheobatrachusLiem, 1973 Species †Rheobatrachus silus †Rheobatrachus vitellinus The former distributions of Rheobatrachus silus (green) and Rheobatrachus vitellinus (blue) Rheobatrach...

 

American actor Johnny PembertonPemberton at the 2016 San Diego Comic-Con InternationalBorn (1981-06-01) June 1, 1981 (age 42)Rochester, Minnesota, U.S.[1]Occupation(s)Actor, comedian, podcast host, streamerYears active2007–present John deJarnette Pemberton III[2] (born June 1, 1981[3]) is an American actor, comedian, podcast host and streamer from Rochester, Minnesota.[1][4] He is best known for his role as the titular Son of Zorn in the sho...

Gajah jawa Klasifikasi ilmiah Kerajaan: Animalia Filum: Chordata Kelas: Mammalia Ordo: Proboscidea Famili: Elephantidae Genus: Elephas Spesies: E. maximus Subspesies: E. m. sondaicus Nama trinomial Elephas maximus sondaicusDeraniyagala, 1953[1] Gajah jawa (Elephas maximus sondaicus) diusulkan oleh Paules Edward Pieris Deraniyagala pada tahun 1953, berdasarkan ilustrasi ukiran pada monumen Buddha candi Borobudur di Jawa. Dia mengira gajah Asia (Elephas maximus) memang pernah ...

 

University University of JemberUniversitas JemberMottoKarya Rinaras Ambuka Budi, Gapura Mangesti Aruming BawanaTypePublicEstablished10 November 1964RectorDr. Ir. Iwan Taruna, M.Eng, IPMLocationJember, East Java, IndonesiaColours  Navy blueWebsitewww.unej.ac.id University of Jember (Indonesian: Universitas Jember, abbreviated as UNEJ) is a university in Jember Regency, Indonesia. This university is located on Jalan Kalimantan, Jember.[1] It has several faculties including educatio...

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!