← Back to list

Your Digital GPS: Unpacking IP Addresses, DNS, and the Mighty IANA!

Ever wonder how your email finds its way across the globe, or how typing “google.com” magically brings you to a search engine? It’s not…

Ranjan Singh · 2025-09-08 02:29 · 1 claps · 3.9 min read
#ip-address #computer-networking #subnet #supernet #iana
Open on Medium ↗
Wiki topics: GEN · Genomics & Sequencing

Your Digital GPS: Unpacking IP Addresses, DNS, and the Mighty IANA!

Ever wonder how your email finds its way across the globe, or how typing “google.com” magically brings you to a search engine? It’s not magic, but a beautifully intricate system, built on a few core heroes: IP Addresses, DNS, and the unsung champion, IANA. Let’s peel back the layers and take a trip down memory lane!

The Year is 1988: The Internet’s Big Idea!

Imagine a bustling city where every building needs a unique address. By 1988, the digital world was getting crowded, and people realized we needed a super-efficient “addressing system” for all the computers connecting to this new thing called the Internet. That’s where IANA (Internet Assigned Numbers Authority) steps in! This non-profit organization became the internet’s master registrar, ensuring every device gets a unique spot on the digital map. Think of IANA as the global post office dictating how addresses are organized worldwide.

What’s an IP Address Anyway? Your Digital House Number!

At its core, an IP Address is simply a unique numerical label assigned to every device connected to a computer network that uses the Internet Protocol for communication.

  • IPv4: The classic, 32-bit addresses you often see (like 192.168.1.1). Think of these as older, shorter house numbers. There aren't many left!
  • IPv6: The newer, 128-bit addresses (like 2001:0db8:85a3::8a2e:0370:7334). These are like incredibly long, modern house numbers, designed for a world with trillions of devices. If you're using an IPv6 address with a port, remember to put the address in square brackets, like [2001:db8:85a3::8a2e:370:7334]:8080, so the system knows what's what!

The IP Address Post Office Hierarchy: It’s All About Distribution!

IANA doesn’t hand out addresses to everyone individually. That would be chaos! Instead, they operate a bit like this:

  1. IANA (Global Post Office HQ): Allocates massive blocks of IP addresses to regional distribution centers.
  2. RIRs (Regional Internet Registries — Your Regional Distribution Centers): Organizations like APNIC (for Asia Pacific) or ARIN (for North America) receive large chunks from IANA. They then manage and distribute these within their geographical region.
  3. LIRs (Local Internet Registries — Your Local Post Offices / ISPs): These are typically your Internet Service Providers (like Jio or Airtel). They get smaller blocks from RIRs and then assign individual IP addresses to their customers (like you!).
  4. Cloud Companies & Big Businesses: If you’re a massive cloud provider or a huge enterprise needing vast amounts of public IP addresses, you’d apply directly to an RIR (like APNIC, if you’re in their region) for your own large blocks, not your local ISP.

Finding Your Street vs. Your House: Network ID and Host ID

An IP address isn’t just one big number. It’s split into two parts, thanks to the subnet mask:

  • Network ID: This part identifies the “street” or the specific network your device is on.
  • Host ID: This part identifies your specific “house number” within that street.

Imagine your full address: “123 Main Street, Anytown.” “Main Street” is the Network ID, and “123” is your Host ID.

We define this split using a subnet mask. In modern networking, we use CIDR (Classless Inter-Domain Routing) notation, which is a shorthand for the subnet mask. So, /24 in an IP address like 192.168.1.1/24 means the first 24 bits are for the network, and the rest are for the host. This lets us create smaller, more efficient "streets" (subnets) on the internet.

The Internet’s Phonebook: DNS!

IP addresses are great for computers, but humans prefer names! That’s where DNS (Domain Name System) comes in. Think of DNS as the internet’s giant phonebook.

When you type klearnow.com into your browser, your computer doesn't know its IP address (141.193.213.10 or 141.193.213.11). It asks a DNS server, "Hey, what's the number for klearnow.com?" The DNS server looks it up, finds the IP address, and tells your computer. Then, your computer connects to that IP.

Speedy Lookups with an Expiry Date: DNS TTL

DNS also has TTL (Time to Live). This is like a little sticky note on each phonebook entry that says, “This number is valid for X minutes.” If you look up klearnow.com again before X minutes are up, your computer uses the number it already has, saving time. After X minutes, it checks the "phonebook" again for any updates. This keeps things fast while also allowing for changes to addresses!

The Internet’s Company ID: AS Numbers

For big players like cloud companies or major ISPs, it’s not enough to just have IP addresses. They need a way to tell the rest of the internet, “Hey, all these IP addresses belong to our network, and here’s how to send traffic to us.” That’s where AS (Autonomous System) numbers come in.

An AS number (like AS209242 for WP Engine) is a unique ID for a group of networks under a single administration. It's like a corporate ID for routing. When data wants to go from one big network (AS) to another, routers use these AS numbers to plot the best path.

Who Owns What? The Klearnow Example

Looking at klearnow.com having two IP addresses (141.193.213.10 and 141.193.213.11), and both owned by "WP Engine Inc." with a US flag, perfectly illustrates these concepts:

  • Klearnow owns the domain name klearnow.com. They registered it, just like owning a business name.
  • WP Engine owns the IP addresses. They are a web hosting company that has obtained large blocks of IP addresses from an RIR (likely ARIN, given the US flag). Klearnow pays WP Engine to host their website on servers located at those IP addresses.
  • Two IP addresses mean load balancing and redundancy! If one server gets busy or goes down, the other can pick up the slack, keeping Klearnow’s website running smoothly.

The Unseen Symphony

So, the next time you browse the internet, remember the silent symphony playing in the background: IANA, RIRs, LIRs, IP addresses, DNS, and AS numbers, all working together to ensure every click, every email, and every video finds its way home. It’s a complex dance, but it makes our digital lives possible!

Please feel free to leave your responses.

Note: For DNS to IP lookup you can visit here


메타데이터
post_id
5ae28cfa28bb
slug
your-digital-gps-unpacking-ip-addresses-dns-and-the-mighty-iana-5ae28cfa28bb
url
https://medium.com/@ranjansingh3357/your-digital-gps-unpacking-ip-addresses-dns-and-the-mighty-iana-5ae28cfa28bb
canonical_url
https://medium.com/@ranjansingh3357/your-digital-gps-unpacking-ip-addresses-dns-and-the-mighty-iana-5ae28cfa28bb
author_url
https://medium.com/@ranjansingh3357
status
ok
fetched_at
2026-06-24 13:29:15