What Is an IP Address? A Beginnerβs Guide
Published: July 31, 2025 β’ Category: Networking
An IP address (Internet Protocol address) is like your deviceβs home address on the internet or local network. It helps data know where to go β just like a letter needs a destination.
π What Does an IP Address Look Like?
The most common format is IPv4 β four numbers separated by dots, like 192.168.1.1
.
Thereβs also IPv6, a newer format made of hexadecimal numbers, like 2001:0db8:85a3:0000:0000:8a2e:0370:7334
.
π Public vs. Private IPs
- Public IP: The address your router uses to connect to the internet.
- Private IP: Internal address used inside your local network (e.g.
192.168.x.x
or10.x.x.x
).
π How to Find Your IP Address
- π± On mobile: Go to Settings β Wi-Fi β tap the connection β see IP details.
- π» On Windows: Open Command Prompt and type
ipconfig
. - π§ On Linux/macOS: Use
ifconfig
orip addr
. - π Online: Visit whatismyipaddress.com.
π οΈ Why It Matters
IP addresses are essential for:
- Network troubleshooting
- Port forwarding
- Blocking unwanted traffic
- Connecting devices (SSH, ping, etc.)
π Coming up next: How DNS Works β turning names into numbers.
Got questions? Reach out or drop a message!