What is ip address

Last updated: April 1, 2026

Quick Answer: An IP address (Internet Protocol address) is a unique numerical label assigned to each device on a computer network that identifies the device and enables communication between computers over the internet.

Key Facts

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

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.

Sources

  1. Wikipedia - IP Address CC-BY-SA-4.0
  2. IANA - IPv4 Address Space Registry Public Domain