2019-12-13 16:47
Guides
Alex Lowe

What is an IP address?

What is an IP address?

Surprise, you’re using an IP address to even get to this website. Without IP addresses, the internet would not work as we know it today and the actual technology dates back to when the very first networks were being designed.

What is an IP address then?

So IP stands for “Internet Protocol” and every device on your home network, office network or any network has an IP address and every device that is involved in getting an internet connection from your ISP to your house also has IP addresses. All computers use the TCP/IP protocol in order to communicate.

There are also two types of IP address, IPv4 and IPv6. IPv4 is the most common standard, it uses 32 binary bits and an IPv4 address is four numbers with dots in-between. For example 192.168.1.5

IPv6 is more complicated, it uses 128 binary bits and an IPv6 address is eight groups of hexadecimal numbers or letters separated by colons.

Ok, how does my computer get an IP address?

So in nearly every home network or office network, you’ll have a main router where the connection from your ISP comes into and the rest of your devices connect to – be it wireless or wired. In the IPv4 world, the router is assigned whats called a public IP address and it then creates a layer of NAT and all of your internal devices get assigned a block of IP addresses from the router using DHCP. An internal IP address can be either assigned from DHCP (automatically) or assigned manually, or static.

DHCP IP addresses are also only assigned for a certain amount of time, to avoid pool starvation. So once your device is assigned an IP, it has a lease which can vary from 1 hour to one week. DHCP lease times can be adjusted in the router.

When you get an IP address via DHCP, you’ll typically have four fields filled in.

  • IP address
  • Subnet Mask
  • Gateway
  • DNS

The IP address is the IP address your computer or device has been set to or has been assigned. It’ll typically be 192.168.0.x with the x being anything from .2 to .254 but this all depends on your set up.

The Subnet mask determines how large the given network is, typically a normal network size has 254 IP addresses and will have a subnet mask of 255.255.255.0

Gateway, this is the IP address for the gateway in the network which is typically also the IP address for the router.

DNS, this is the IP address for the DNS server your DHCP server has handed out.

Learn more about DHCP here and learn more about DNS here

Alex Lowe

What is an IP address?

Alex Lowe is the owner and editor of the interface and started the website in 2013. He publishes the majority of the content on the website, hosts the three podcasts and the runs the YouTube channels. Alex has a professional background in computer networking, FWA and WiFi.

Other Posts

Ubiquiti UniFi Cloud Key Gen2 vs Cloud Key Gen2+
We compare the UCK to the UCK-G2-PLUS
Ubiquiti UniFi UXG Lite vs UXG Max
We compare the UXG Max to the UXG Lite
EV OTM Logo
What are EV OTM chargers?
EV OTM chargers have been popping up throughout the UK in the past few months, so what are they?
AWS 301 Redirect Guide
AWS: How to route web traffic to another domain using S3, CloudFront and Route 53
Learn how to do a 301 redirect with AWS, S3, CloudFront and Route 53