What is ip address
Last updated: April 1, 2026
Key Facts
- IP addresses consist of a series of numbers separated by periods (IPv4) or colons (IPv6) that uniquely identify devices on networks
- IPv4 addresses use 32-bit numbers formatted as four octets (e.g., 192.168.1.1), allowing for approximately 4.3 billion unique addresses
- IPv6 addresses use 128-bit numbers providing exponentially more addresses than IPv4, essential as internet-connected devices multiplied beyond IPv4's capacity
- IP addresses can be public (visible on the internet) or private (used within internal networks), with private ranges reserved by RFC 1918 standards
- IP addresses can be static (permanently assigned) or dynamic (temporarily assigned by DHCP servers), depending on network configuration and device requirements
Overview
An Internet Protocol (IP) address is a fundamental component of internet infrastructure, functioning as a unique identifier for devices connected to networks. Similar to postal addresses identifying physical locations, IP addresses direct data packets to correct destinations across the global internet.
IPv4 Addresses
IPv4 (Internet Protocol version 4) is the most widely deployed internet protocol, using 32-bit addresses typically displayed in decimal notation as four octets separated by periods. For example, 192.168.1.1 is a common private IP address. With 32 bits, IPv4 can theoretically support approximately 4.3 billion unique addresses. However, this limit has created address exhaustion concerns, leading to development of IPv6. IPv4 addresses are categorized as public addresses (routable on the internet) or private addresses used exclusively within organizations.
IPv6 Addresses
IPv6 (Internet Protocol version 6) addresses this limitation with 128-bit addresses expressed in hexadecimal notation, separated by colons (e.g., 2001:0db8:85a3::8a2e:0370:7334). This dramatically expands the address space, theoretically supporting approximately 340 undecillion unique addresses—more than sufficient for billions of connected devices. IPv6 adoption is gradually increasing, though IPv4 remains predominant.
Static vs. Dynamic IP Addresses
Static IP addresses remain constant and are manually assigned or reserved for devices requiring permanent identification. Servers, websites, and critical infrastructure typically use static addresses. Dynamic IP addresses are temporarily assigned by DHCP (Dynamic Host Configuration Protocol) servers and change periodically. Most home internet users receive dynamic addresses that change when devices reconnect to networks.
Public vs. Private IP Addresses
- Public IP Addresses: Routable on the internet, assigned by Internet Service Providers (ISPs), visible to external networks
- Private IP Addresses: Reserved for internal networks (10.0.0.0-10.255.255.255, 172.16.0.0-172.31.255.255, 192.168.0.0-192.168.255.255), not routable on public internet
How IP Addresses Work
When data is transmitted over the internet, packets include source and destination IP addresses. Routers examine destination addresses and forward packets through appropriate network paths. This process repeats at each network layer until packets reach intended destinations, where devices recognize matching IP addresses and process incoming data.
Related Questions
What is the difference between IP address and MAC address?
IP addresses identify devices on the internet and operate at the network layer, enabling routing across networks. MAC addresses identify devices on local networks and operate at the data link layer. IP addresses enable worldwide communication, while MAC addresses work within single network segments.
Can you trace someone using their IP address?
IP addresses can reveal general geographic location and ISP information, which law enforcement can use to identify individuals when authorized. However, VPNs and proxies mask real IP addresses, and exact location determination requires additional ISP cooperation and legal processes.
Is my IP address private?
Public IP addresses assigned by ISPs are visible to websites and online services you access. Private IP addresses used on home networks are not visible externally. For privacy online, many users employ VPNs to mask their public IP addresses from websites.
More What Is in Daily Life
Also in Daily Life
More "What Is" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- Wikipedia - IP AddressCC-BY-SA-4.0
- IANA - IPv4 Address Space RegistryPublic Domain