什么是 IP 地址?完整初学者指南(2026)
An IP address (Internet Protocol address) is the unique numerical label that identifies every device connected to the internet. Think of it as your device's "digital street address"—without it, data could not find its way from a website to your phone or computer.
每次您访问网站、发送电子邮件或观看视频时,您的 IP 地址都会告诉网络确切的信息投递位置。它是所有在线通信的基础。
IPv4 与 IPv6:IP 地址的两种版本
今天,存在两种版本的 IP 地址:IPv4 和 IPv6。
IPv4(32 位)
The original standard, written as four numbers separated by dots (e.g., 192.168.1.1). It supports about 4.3 billion total addresses—once thought enough, but now fully exhausted due to smartphones, IoT devices, and global internet growth.
IPv6(128 位)
The modern replacement, written as eight groups of hexadecimal characters (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). It provides 340 undecillion unique addresses—enough for every person, device, and sensor on Earth for centuries.
IP 地址如何工作:简单类比
想象您寄一封信:
- 您写收件人地址(目标 IP)
- 您添加回邮地址(您的 IP)
- 邮政服务(路由器)跨网络路由
- 信件到达正确的家(设备)
IP addresses work exactly like this—except digitally. Routers across the internet read IP addresses to forward data packets to their correct destination.
公网与私有 IP 地址
您实际上有两个 IP 地址:
1. Public IP
由您的 ISP(互联网服务提供商)分配。对整个互联网可见。这是您访问网站时网站看到的地址。
2. Private IP
由家庭路由器分配给您的手机、笔记本电脑或智能电视。仅在本地网络内有效。私有 IP 通常以以下开头:
- 10.x.x.x
- 172.16.x.x – 172.31.x.x
- 192.168.x.x
Your router uses NAT (Network Address Translation) to map multiple private IPs to one public IP—this is how an entire household can share a single internet connection.
关键要点
- IP = Internet Protocol address = device identifier
- IPv4 is old and limited; IPv6 is new and unlimited
- 公网 IP = internet-wide address; 私有 IP = local network only
- NAT lets many devices share one public IP
Understanding IP addresses is the first step to mastering networking, privacy, and online security. Ready to see your own IP? 立即检查您的 IP with our free lookup tool.