IP Address
Also known as: Internet Protocol address
A numeric label assigned to each device on a network so that it can send and receive data over the internet.
Last updated:
What is an IP address?
An IP address (Internet Protocol address) is a unique numeric identifier assigned to every device that connects to a TCP/IP network. Routers use IP addresses to deliver packets between the correct source and destination, the same way a postal address routes a physical letter. Every request a browser, app, or server makes carries both a source IP and a destination IP.
Two versions are in active use: IPv4 (32-bit, written as four decimal numbers like 192.0.2.1) and IPv6 (128-bit, written as eight hexadecimal groups like 2001:db8::1). IPv4 supports about 4.3 billion unique addresses, which was exhausted in the 2010s; IPv6 supports 340 undecillion addresses and is now deployed alongside IPv4 on most modern networks.
Public vs. private IP addresses
Public IPs are globally routable and assigned by your ISP. They identify your network to the rest of the internet. Private IPs (like 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16) are used inside local networks and are not routable on the public internet. Home routers typically use NAT to share one public IP across many private devices.
What can an IP address reveal?
IP addresses can be mapped to a rough geographic location (country with ~99% accuracy, city with 50-80% accuracy), the ISP or organization that owns the block, and the autonomous system (ASN) responsible for routing. They cannot directly reveal personal identity on their own, but they can be correlated with other signals when an account or logged session is also involved.
Use our IP lookup tool to see what information a given IP reveals.