Skip to content

IPv4

Internet Protocol version 4

Easy — everyone uses thisNetworking

ELI5 — The Vibe Check

IPv4 is the original address format for the internet — four numbers separated by dots, like 192.168.1.1. The problem? There are only about 4 billion possible addresses and we've run out. It's like trying to give every person on Earth a unique 4-digit phone number.

Real Talk

IPv4 uses 32-bit addresses expressed as four octets in dotted-decimal notation (e.g., 192.168.0.1). It supports approximately 4.3 billion unique addresses. Address exhaustion led to techniques like NAT and eventually the development of IPv6.

Show Me The Code

# IPv4 address examples
192.168.1.1       # Private (home router)
10.0.0.1          # Private (corporate)
8.8.8.8           # Google's public DNS
127.0.0.1         # Localhost (your own machine)

When You'll Hear This

"The server has an IPv4 address of 203.0.113.5." / "We're behind NAT because IPv4 addresses are exhausted."

Made with passive-aggressive love by manoga.digital. Powered by Claude.