Main content
Computers and the Internet
Course: Computers and the Internet > Unit 3
Lesson 3: Addressing the InternetIP 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.
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:
🔍Try visiting that IP in your browser. Where does it go?
Each IP address is split into numbers, and each of those numbers can range from to :
We write those numbers in decimal, but the computer stores them in binary, like so:
Each number can represent values, thanks to the bits. That's also why we often call them "octets."
Overall, that's possible values: 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 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:
Notice the letters in those numbers, like and in ? 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 hexadecimal numbers, and each number is digits long. The highest value for each number is , since is the highest digit in hexadecimal. Thus, the highest address would look like:
What's in decimal?
Each represents in decimal, so that's : a grand total of .
We can also calculate that based on the binary representation of . Each hexadecimal digit corresponds to in binary, so that results in these bits:
As we discuss in Binary numbers, the highest number that can be represented by binary digits is . That means the binary number above is , which once again equals .
Each 4-digit hexadecimal number can range between and , so each number can represent unique values—and there are of them!
In total, each IP v6 address is represented by bits, so there are possible IP v6 addresses. That's undecillion:
🤔 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.
🙋🏽🙋🏻♀️🙋🏿♂️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?
- Hey there! I don't think you mentioned before what an ISP is...I'm kinda curious :)(17 votes)
- ISP is an acronym for Internet Service Provider. In other words, the company you buy internet service from.(37 votes)
- how does this affect Lebrons legacy(27 votes)
- if internet is free that means anyone can connect through it i always wonder why we need to pay money in order to access internet(7 votes)
- let's put this in a different analogy:
when you buy a house or a car, you are given the keys, right? without the keys, you don't have the car or house. same with networking, if you don't have the necessary devices to form the bridge between you and the internet, no internet. the product is free, sitting there, your paying for the keys.(29 votes)
- I had a couple questions about IPv6. How is it backwards compatible (I wasn't sure what they meant by that)? Does that simply mean it will still work within the IP protocol? Also, if hexadecimal is base 16 (as opposed to base 2 or base 10), then why does F represent 15 instead of 16?(6 votes)
- Yes, backwards compatibility means that the new IP address system will still work with the old IP address system.
Hexadecimal is base 16 because there are 16 possible values: the numbers 0 through 9, plus the first six letters of the alphabet.(1 vote)
- I often come accross the crime shows in which a suspect is caught through his IP address, how will that be possible if IP addresss are so dynamic?(6 votes)
- IP addresses won't be able to pinpoint your exact location, however, you may be able to use them to trace your location to the correct town or a short radius. This is because ISPs operate within certain locations and are assigned a range of IP addresses. The ISP usually further subdivides the assigned IP address range for different locations.(14 votes)
- In the "What's Your IP Address section, it says, "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." Does this meant that every time you use the internet your IP address changes or that it changes every time you connect to that Internet? For example, if I am not using my computer, but the wifi is still connected, am I still on the network. Secondly, what's the difference between wifi and internet?(5 votes)
- Most people connect to the internet using a router and so the IP address doesn't change as often, because the router stays connected to the internet and so you keep your IP until the ISP resets the connection (or the router runs a reset).
Wifi is a protocol your computer uses to connect two systems (in your cases probably your computer and your router). Wifi is what you use to connect to the internet.(11 votes)
- can someone please esplain in fortnite terms?(9 votes)
- In the "What's Your IP Address" section, it says that IP addresses change often. Do Internet Service Providers just cycle through their given range of numbers? Also, is it safe to look up your IP address? If so, how? Are there any possible dangers to doing so? Thanks(3 votes)
- Each ISP has a pool of IP addresses from which it can dynamically assign you one (using the DHPC: dynamic host configuration protocol). Once you stopped using yours, it can be assigned to someone else.
Looking up your IP shouldn't pose any dangers. If you visit a site they can see your IP anyway and in many cases that site will even record it.
There programs that can be used (e.g. ifconfig), but the easiest way to get it is to just write "Whats my IP?" in your search engine of choice.(10 votes)
- I checked my ip address, and it is from IPv4. What does that means? My computer is old?(2 votes)
- It's possible you were also assigned an IPv6 address, but the program you used didn't check for that one. Or it just might be that your ISP just assigned an IPv4 address to you.
It's your ISP that assigns an IP address to you, the age of your computer has nothing to do with that.(8 votes)
- I don't really understand how hexadecimal works can you help or share a link?(1 vote)