If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

IP addresses

The Internet Protocol (IP) is one of the core protocols in the layers of the Internet, as you might guess from its name. It's used in all Internet communication to handle both addressing and routing.
The protocol describes the use of IP addresses to uniquely identify Internet-connected devices. Just like homes need mailing addresses to receive mail, Internet-connected devices need an IP address to receive messages.
When a computer sends a message to another computer, it must specify the recipient's IP address and also include its own IP address so that the second computer can reply.
Diagram of two servers. Server #1 is labeled with IP 216.3.128.12 and server #2 is labeled with IP 24.130.242.17. Arrow goes from server #1 to server #2 with a box that says "TO: 24.130.242.17 FROM:216.3.128.12" and 4 bits 0 1 0 1.

IPv4 addresses

There are actually two versions of the Internet Protocol in use today:
  • IPv4, the first version ever used on the Internet
  • IPv6, a backwards-compatible successor
In the IPv4 protocol, IP addresses look like this:
74.125.20.113
🔍Try visiting that IP in your browser. Where does it go?
Each IP address is split into 4 numbers, and each of those numbers can range from 0 to 255:
[0-255].[0-255].[0-255].[0-255]
We write those numbers in decimal, but the computer stores them in binary, like so:
01010101 01010101 01010101 01010101
Each number can represent 28 values, thanks to the 8 bits. That's also why we often call them "octets."
Overall, that's 232 possible values: 4,294,967,296 possible IPv4 addresses.
That's a lot! But remember, in the beginning, we said there are more than four billion devices connected to the Internet? Well, we're reaching the limit of possible IP addresses. It's time for plan B.

IP v6 addresses

Back when the Internet protocols were first invented, the creators didn't anticipate how popular it would become and that there would eventually be more than 232 devices wanting to connect to the Internet.
When it became obvious in the 1990s that the IPv4 addresses were running out, the IPv6 protocol was proposed with a much longer addressing scheme.
Here's an IPv6 address:
2001:0db8:0000:0042:0000:8a2e:0370:7334
Notice the letters in those numbers, like d and b in 0db8? Those are hexadecimal numbers, which means that the IPv6 address is much longer than it looks. Let's do some math to see exactly how much longer.
There are 8 hexadecimal numbers, and each number is 4 digits long. The highest value for each number is FFFF, since F is the highest digit in hexadecimal. Thus, the highest address would look like:
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
What's FFFF in decimal?
FFFF
163162161160
4096256161
Each F represents 15 in decimal, so that's (15×4096)+(15×256)+(15×16)+(15×1): a grand total of 65,535.
We can also calculate that based on the binary representation of FFFF. Each hexadecimal digit F corresponds to 1111 in binary, so that results in these 16 bits:
1111 1111 1111 1111
As we discuss in Binary numbers, the highest number that can be represented by n binary digits is 2n1. That means the binary number above is 2161, which once again equals 65,535.
Each 4-digit hexadecimal number can range between 0 and 65,535, so each number can represent 65,536 unique values—and there are 8 of them!
In total, each IP v6 address is represented by 128 bits, so there are 2128 possible IP v6 addresses. That's 340 undecillion:
340,282,366,920,938,000,000,000,000,000,000,000,000
🤔 Imagine a world where we have that many Internet connected devices. What does that look like? How could that much Internet usage make the world better?

🔍 What's your IP address?

One way to find out your computer's IP address is by searching Google for "IP address". Google knows your IP address, since your computer sends a message to the Google computers as soon as it loads google.com.
Your IP address might be different tomorrow than it is today. Each ISP has a range of addresses they can assign, and they might give you a different one of those addresses each time they see your computer pop up on the network. That's called a dynamic IP address.
Switching to a different Wi-Fi network will definitely give you a new IP address, since each Wi-Fi provider has its own range of addresses that it can give out.
Computers that act as servers, like the computers that power Google.com, often have static IP addresses. That makes it easier for computers to quickly send search requests to the Google servers. If you tried out the IP address above, you hopefully found yourself on the Google homepage.
Check your understanding
Identify whether each address below is IPv4, IPv6, or invalid:
IP addressAddress type?
119.67.44.86
94.49.190.138
258.151.50.253
e0f8:af58:eee6:52b
d938:2da7:b596:6d34:3970:6789:c941:2340
d938:2da7:b596:6d3:3970:6789


🙋🏽🙋🏻‍♀️🙋🏿‍♂️Do you have any questions about this topic? We'd love to answer—just ask in the questions area below!

Want to join the conversation?