Skip to main content
Networking Tools · 6 min

Understanding IP Addresses, Subnets, and DNS (2026)

IP addresses and DNS

Photo via Pexels

Quick note: Supacells is an independent information site. We don’t provide IT services. This article is educational only.

IP addresses, subnets, and DNS are the invisible plumbing of internet connectivity. You don’t need to be a network engineer to use the internet, but understanding the basics helps you troubleshoot connectivity, set up network features, and make informed decisions about privacy and security.

What Is an IP Address?

An IP address (Internet Protocol address) is a unique identifier for a device on a network — like a postal address for digital communications.

TypeExample
IPv4192.168.1.100
IPv62001:0db8:85a3:0000:0000:8a2e:0370:7334

IPv4 has limited addresses (4.3 billion); IPv6 was created to provide many more (340 undecillion).

IPv4 vs IPv6

FeatureIPv4IPv6
Size32-bit128-bit
Format4 numbers (0-255)8 hexadecimal groups
Number of addresses4.3 billion340 undecillion
StatusStill dominantIncreasing adoption
DevicesMostMany modern

In 2026, both coexist; most devices use IPv4 with IPv6 supported.

Public vs Private IP

TypeWhereExample
PublicVisible on internetYour modem’s external IP (changes)
PrivateInside your network192.168.1.x typical

Your home router has:

  • Public IP (assigned by ISP, used by internet)
  • Private IP (used by devices within your home)

Common Private IP Ranges

These are reserved for private networks:

RangeUse
10.0.0.0 – 10.255.255.255Large networks
172.16.0.0 – 172.31.255.255Mid-size networks
192.168.0.0 – 192.168.255.255Home/small office

Most home routers use 192.168.0.x or 192.168.1.x by default.

How Devices Get IP Addresses

Two methods:

DHCP (automatic)

StepWhat Happens
1Device joins network
2Device asks router for IP
3Router assigns IP from available pool
4Device uses assigned IP
5Lease expires; device renews

This is default for most devices — happens automatically.

Static (manual)

StepWhat Happens
1You manually assign IP to device
2Device uses that IP permanently

Useful for servers, printers, network devices that need consistent IP.

What Is a Subnet?

A subnet is a logical division of a network. Subnets have:

  • A range of IP addresses
  • A subnet mask defining the range
  • Devices within can communicate directly
SubnetWhat It Defines
192.168.1.0/24Range 192.168.1.0 – 192.168.1.255 (256 addresses)
/24Indicates 24-bit subnet mask
Smaller numbers (/16)Larger subnets
Larger numbers (/30)Smaller subnets

Most home networks use /24 subnets.

What Is DNS?

DNS (Domain Name System) translates domain names to IP addresses.

StepExample
1You type “google.com”
2Browser asks DNS server for IP
3DNS responds: 142.251.46.46
4Browser connects to that IP
5Site loads

DNS is “the internet’s phonebook.”

DNS Resolvers

Common DNS providers:

ProviderAddressNotes
Google Public DNS8.8.8.8 / 8.8.4.4Fast, popular
Cloudflare DNS1.1.1.1 / 1.0.0.1Privacy-focused
Quad99.9.9.9Security-filtering
OpenDNS208.67.222.222 / 208.67.220.220Family filters available
ISP DNSVariesDefault but sometimes slow

You can change your DNS in router settings to potentially speed up browsing or improve privacy.

Why DNS Matters

IssueCause
Some sites slow to loadDNS slow
”Server not found” errorsDNS issue
Sites blocked at school/workDNS blocking
ISP tracks browsingDNS provider sees queries
Phishing protectionDNS filtering can block

Switching to faster DNS (Cloudflare 1.1.1.1, Google 8.8.8.8) can improve page load times.

DNS over HTTPS (DoH) and DNS over TLS (DoT)

Modern privacy improvement:

  • Encrypts DNS queries
  • Prevents ISP from seeing your DNS lookups
  • Major browsers and OSes support
  • Cloudflare 1.1.1.1 supports both

This is significant for privacy.

How to Find Your Devices’ IP Addresses

On Your Computer

OSCommand
Windowsipconfig (in Command Prompt)
MacSystem Preferences → Network
Linuxip addr or ifconfig

On Your Network

Router admin page shows all connected devices with IPs.

Practical Network Tasks

Find your router’s IP

Default gateway is your router’s local IP. To find:

  • Windows: ipconfig shows “Default Gateway”
  • Mac: System Preferences → Network → Advanced → TCP/IP

Common defaults: 192.168.1.1, 192.168.0.1, 192.168.86.1.

Login to router admin

Open browser, type router’s IP. Login with admin credentials (usually on router label).

Set static IP for printer

In router admin → DHCP reservations. Assign specific IP to printer’s MAC address.

Common IP / DNS Issues

ProblemLikely CauseFix
Some sites won’t loadDNS issueChange DNS to Cloudflare 1.1.1.1
”IP conflict” warningTwo devices same IPReboot router
Slow page loadsDNS slowChange DNS
Can’t reach printerPrinter IP changedSet static IP for printer
Multiple devices “no internet”DHCP issueReboot router

Privacy Considerations

Your IP and DNS expose info:

  • Public IP — reveals approximate location
  • DNS queries — show what sites you visit
  • ISP sees both — unless using VPN or DoH

For privacy:

  • Use DoH-enabled DNS (Cloudflare, etc.)
  • VPN encrypts both IP visibility and DNS
  • Some browsers (Firefox, Chrome) support DoH directly

Helpful Resources

📖 ICANN — internet naming authority.

📖 IANA — IP address assignments.

📖 DNS provider sites (Cloudflare, Google) — setup guides.

FAQ — IP Addresses, Subnets, DNS

Q: What’s my IP address? A: Public IP (what websites see) — search “what is my IP”. Private IP (within home) — see your computer’s network settings.

Q: Should I use a different DNS than my ISP’s? A: Often yes — Cloudflare 1.1.1.1 or Google 8.8.8.8 are faster than many ISPs.

Q: Will changing DNS speed up my internet? A: Page loads start faster but actual download speed is unchanged.

Q: What’s the difference between DNS and VPN? A: DNS translates names to IPs. VPN encrypts your traffic. Different functions.

Q: Do I need IPv6? A: Most devices support both. Both work for typical use. Most users don’t need to think about it.

Bottom Line

IP addresses identify devices. Public IP is your internet-facing address; private IP is inside your network. DNS translates names to IPs (“internet phonebook”). Switching to faster DNS (Cloudflare 1.1.1.1, Google 8.8.8.8) can speed up browsing. DoH-enabled DNS improves privacy.


Disclaimer: This article is for informational and educational purposes only. Supacells does not provide IT services.


By Supacells Editorial · Updated May 9, 2026

  • IP address
  • DNS
  • networking basics