IP Location.net

What Is My IP Address?

216.73.216.163

IPv4

IP Location

New York City, New York, United States of America

ISP
Windstream Communications LLC
DNS
Not Available
Hostname
Not Available
Proxy
SES
OS
Unknown Platform
Browser
Unidentified Browser
Screen Size
Detecting...
User Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

Cybersecurity Tools

What is an IP Address?

The Internet Protocol address, or IP address, is a unique address that computing devices such as personal computers, tablets, and smartphones use to identify themselves and communicate with other devices on an IP network. Any device connected to an IP network must have a unique IP address within that network. An IP address is similar to a street address or telephone number because it uniquely identifies an entity.

Dotted Decimals

The traditional IP address, known as IPv4, uses a 32-bit number to represent an address and defines both the network and host address. A 32-bit number can provide roughly 4 billion unique addresses, which is why IPv4 addresses have become scarce as more devices connect to the internet. A newer version of the IP protocol, IPv6, was created to offer a much larger address space.

An IPv4 address is written in dotted decimal notation: four sets of numbers separated by periods, with each set representing an 8-bit number ranging from 0 to 255. For example, 216.3.128.12 is an IPv4 address.

An IPv4 address is divided into two parts: the network address and the host address. The network address determines how many of the 32 bits identify the network, while the remaining bits identify the host. The host portion can also be divided into subnet and host numbers.

Class A, B, C and CIDR Networks

Traditionally, IP networks were classified as Class A, B, or C networks. Computers identify the class by the first bits of the address, while humans often identify the class by the first octet. With the scarcity of IPv4 addresses, class-based addressing has largely been replaced by Classless Inter-Domain Routing, or CIDR, which allocates address space more efficiently.

Class Network Address Number of Hosts Netmask
CIDR/4240,435,456240.0.0.0
CIDR/5134,217,728248.0.0.0
CIDR/667,108,864252.0.0.0
CIDR/733,554,432254.0.0.0
A/8 (1-126)16,777,216255.0.0.0
CIDR/98,388,608255.128.0.0
CIDR/104,194,304255.192.0.0
CIDR/112,097,152255.224.0.0
CIDR/121,048,576255.240.0.0
CIDR/13524,288255.248.0.0
CIDR/14262,144255.252.0.0
CIDR/15131,072255.254.0.0
B/16 (128-191)65,534255.255.0.0
CIDR/1732,768255.255.128.0
CIDR/1816,384255.255.192.0
CIDR/198,192255.255.224.0
CIDR/204,096255.255.240.0
CIDR/212,048255.255.248.0
CIDR/221,024255.255.252.0
CIDR/23512255.255.254.0
C/24 (192-223)256255.255.255.0
CIDR/25128255.255.255.128
CIDR/2664255.255.255.192
CIDR/2732255.255.255.224
CIDR/2816255.255.255.240
CIDR/298255.255.255.248
CIDR/304255.255.255.252

Note: the 127.0.0.0/8 network is reserved for loopback testing. Class D addresses, 224-247, are used for multicast, and Class E addresses, 248-255, are experimental and not intended for normal public operation.

Public and Private IP Addresses

To maintain uniqueness across the global internet, public IP addresses are registered so that address conflicts can be avoided. Devices that need to be publicly reachable, such as web servers and mail servers, require globally unique public IP addresses. Devices that do not require direct public access can use private IP addresses that are unique only inside an organization or local network.

For example, a network printer may use a private IP address so it can be reached inside an office without being directly exposed to the internet. To allow organizations to freely assign private addresses, specific address blocks were reserved for private use under RFC 1918.

Class Starting IP Address Ending IP Address
A10.0.0.010.255.255.255
B172.16.0.0172.31.255.255
C192.168.0.0192.168.255.255

In addition to the private ranges above, addresses from 169.254.0.0 through 169.254.255.255 are reserved for Zeroconf, also known as APIPA, to automatically create a usable local network when no DHCP configuration is available.

What is a loopback IP address?

The loopback IP address is used by a device to access itself. IPv4 designates 127.0.0.1 as the loopback address with the 255.0.0.0 subnet mask. A loopback interface is also known as a virtual IP because it is not associated with a physical network interface. On Linux systems, the loopback interface is commonly called lo or lo0, and the corresponding hostname is localhost.

The loopback address is useful for testing network software without installing or connecting a physical network card. A common example is accessing a web server running on the same machine by visiting http://127.0.0.1 or http://localhost.

Common Network Questions

Do you want to find an IP address of your network printer? Please read How to find an IP of a printer to find ways to obtain an IP number of your network printer.

Do you want to find IP addresses on a private network? Please read How to find IP addresses of computing devices on the private network?