schedule 4 min read

IP address
The “street address” of a device on a network

calendar_today Published: April 4, 2026
update Updated: April 4, 2026
Global network and connectivity

Whenever packets cross a network, something has to say from where and to where. That is the job of the IP address.

What it is

An IP (Internet Protocol) address is a label assigned to a device’s network interface. Routers use it to forward traffic toward the right place, much like a postal address (though addresses can change; details depend on your setup).

Example: dotted IPv4 form

192.168.1.1

Global vs private

Two broad families show up in homes and offices:

  • Public (global) address: What the wider internet “sees” for your connection at the edge—often shared or rotated by your provider.
  • Private (local) address: Used inside a LAN (Wi−Fi, office VLANs) to tell devices apart. Your laptop and your TV each get one, managed by a router.

Think: one building number (public) and many room numbers (private) behind the same front door—not a perfect match, but a helpful mental model.

IPv4 and IPv6

IPv4 uses 32−bit style addresses—only about four billion unique values, not enough for today’s ocean of devices. IPv6 is a newer, vastly larger space so we can hand out more addresses and simplify some routing design in the long run.

IPv4

Familiar dotted decimal; widely deployed; address scarcity shaped NAT-heavy home networks.

IPv6

Hex groups with colons; huge address space; adoption continues in parallel with legacy IPv4.

Summary

  • check_circle IP addresses label interfaces so routers can move packets to the right place.
  • check_circle Public and private addresses solve different “where am I?” problems.
  • check_circle IPv6 grows the number space; IPv4 is still everywhere in practice.

sell Tags

Read this article in Japanese

book Related

API (EN)

How services expose features over the network.

arrow_forward

Cloud (EN)

Renting services instead of only owning servers.

arrow_forward

IP (JP)

Japanese version.

arrow_forward
Author

written by

RosyRuby🌹 / IT writer

Making technology understandable, one plain-language article at a time.

bookmark Read next

category: backend

API (EN)

Apps talking through well-defined “windows.”

arrow_forward

category: AI

GPU (JP)

How accelerators work in Japanese.

arrow_forward

category: AI

ChatGPT (EN)

Another angle on modern internet use.

arrow_forward
search