| Domain
Name Guide
- IP Address Info
An IP address is a unique number, akin to a telephone number, used by machines (usually computers) to refer to each other when sending information through the Internet using the Internet Protocol. This allows machines passing the information onwards on behalf of the sender to know where to send it next, and for the machine receiving the information to know that it is the intended destination. An
example IP address is 297.142.141.246. Converting to such numbers from
the more human-readable form of domain addresses, such as www.domainmonk.com,
is done via the Domain Name System. The process of conversion is known
as resolution of the domain
name. The IP address of users browsing the world wide web are used to enable communications with to the server of the web site. Also it is usually in the header of email messages one sends. Depending on one's Internet connection the IP address can be the same every time one connects, a static IP address, or different per session (but the first part being the same each time): a dynamic IP address. Internet
addresses are needed not only for unique enumeration of host interfaces,
but also for routing purposes, therefore a high fraction of them are always
unused or reserved. IPv4 addresses are commonly expressed as a dotted quad, four octets (8 bits) separated by periods. The host known as www.wikipedia.org currently has the number 3482223596, written as 209.142.151.236 due to base-256 conversion: 3482223596 in base-10 equals 207*2563+142*2562+131*2561+236*2560. (Resolving the name "www.wikipedia.org" to its associated number is handled by Domain Name System servers.) Historically,
IPv4 addresses often had three parts: the network part, the subnetwork
part, and the host part, in that order. However, with the advent of CIDR,
this is no longer true, and the the address can have an arbitrary number
of levels of hierarchy. (Technically, this was already true any time after
the advent of subnets, since a site could elect to have more than one
level of subnetting inside a network number.) For
example, ARIN has allocated the addresses 64.78.200.0 through 64.78.207.255
to Verado, Inc. In turn, Verado has allocated the addresses 64.78.205.0
through 64.78.205.15 to Bomis. Bomis, in turn, has assigned the specific
address 64.78.205.6 to the host interface that is named www.wikipedia.com. While
a number of measures have been taken to conserve the limited existing
IPv4 address space (such as the use of NAT and Private Addressing), the
number of 32-bit IP addresses is not sufficient to accommodate the long-term
growth of the Internet. For this reason, there is a general consensus
that the Internet 128-bit IPv6 addressing scheme will be adopted over
the next 5 to 15 years. A version 6 address is written as eight 4-digit hexadecimal (16-bit) numbers separated by colons. One string of zeros per address may be left out, so that 1080::800:0:417A is the same as 1080:0:0:0:0:800:0:417A Global unicast IPv6 addresses are constructed as two parts: a 64-bit routing part followed by a 64-bit host identifier. Netblocks are specified as in the modern alternative for IPv4: network number, followed by a slash, and the number of relevant bits of the network number (in decimal). Example: 12AB::CD30:0:0:0:0/60 includes all addresses starting with 12AB00000000CD3. IPv6
has many other improvements over IPv4 than just bigger address space,
including autorenumbering and mandatory use of IPsec. |