Field Guide · concept

Also known as: Internet Protocol address

An IP address is a numeric label assigned to each device on a network that uses the Internet Protocol, identifying the host so that packets can be routed to it.1

Overview

IP addresses come in two versions: IPv4, a 32-bit value written as four dotted numbers (like 192.168.1.10), and IPv6, a 128-bit form created because IPv4 addresses ran short. An address is bound to a device’s NIC and is paired with a subnet mask that says which part identifies the network and which the host. Addresses are usually handed out automatically by DHCP, and on home networks private addresses are shared to the internet through a router performing address translation (NAT).

Where it fits

The IP address is how a router and gateway decide where a packet should go, both within a LAN and across a WAN. To reach a GopherTrunk capture node — to stream its decoded calls or open its web view — you connect to its IP address on the local network, so giving such nodes stable, known addresses makes a multi-node site far easier to manage.

Sources

  1. IP address — Wikipedia, on the numeric label that identifies a host on an IP network. 

See also