An IP address is a numeric identifier assigned to each device on a network — how packets know where to go.
Explanation
IPv4 addresses look like 192.0.2.1 (four numbers, 0-255 each); IPv6 look like 2001:db8::1 (hexadecimal, colon-separated). Every device on the public internet has at least one public IP (usually assigned by your ISP) and one private IP inside your home network. Websites see your public IP and can infer your country, city, and ISP from it via GeoIP databases. Proxies and VPNs work by presenting a different public IP to destinations — the proxy's IP rather than yours. That is the entire mechanism behind geo-unblocking and anonymity. IP addresses are also the substrate for IP-level firewall blocking — destinations or intermediate networks can drop packets to or from specific IPs.
Related terms