Your IPv4 address
216.73.217.40
IPv4Your IP address revealed to the rest of the world is shown below, and it is also known as the public IP address. You may have an IPv4, an IPv6, or both depending on the connection type. If you are behind a router, the IP address shown here is usually your router's public address.
IP Address Details
- IP Address
-
216.73.217.40
- Location
-
Phoenix, Arizona, United States of America
Postal Code: This parameter is unavailable in selected .BIN data file. Please upgrade., Time Zone: This parameter is unavailable in selected .BIN data file. Please upgrade.
- ISP / Organization
-
Earthlink
- Coordinates
-
33.4484, -112.0740
- Proxy Status
-
No proxy present
Your IP Geolocation
The longitude and latitude used to plot your location are often shown near the center of the city. Geolocation accuracy is not precise enough to pinpoint a specific address and should only be used to estimate proximity.
Your Device Details
The following describes your device details including operating system, type of browser used, device type, screen size, browser language, and time zone. The charts show worldwide usage context next to your detected settings.
Operating System
Unknown Platform
Your Browser
Unidentified Browser
Device
computer
Screen Size
Detecting...
Browser Language
Detecting...
Time Zone
Detecting...
Your Browser Header Details
Every time your web browser requests a page, it sends request headers to the web server. To view a full header, use the HTTP Browser Header page.
- Accept-Encoding
- gzip, br
- User-Agent
- Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
- Accept
- */*
- Accept-Language
- Not Available
- Cookie
- Javascript
- Enabled
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 | /4 | 240,435,456 | 240.0.0.0 |
| CIDR | /5 | 134,217,728 | 248.0.0.0 |
| CIDR | /6 | 67,108,864 | 252.0.0.0 |
| CIDR | /7 | 33,554,432 | 254.0.0.0 |
| A | /8 (1-126) | 16,777,216 | 255.0.0.0 |
| CIDR | /9 | 8,388,608 | 255.128.0.0 |
| CIDR | /10 | 4,194,304 | 255.192.0.0 |
| CIDR | /11 | 2,097,152 | 255.224.0.0 |
| CIDR | /12 | 1,048,576 | 255.240.0.0 |
| CIDR | /13 | 524,288 | 255.248.0.0 |
| CIDR | /14 | 262,144 | 255.252.0.0 |
| CIDR | /15 | 131,072 | 255.254.0.0 |
| B | /16 (128-191) | 65,534 | 255.255.0.0 |
| CIDR | /17 | 32,768 | 255.255.128.0 |
| CIDR | /18 | 16,384 | 255.255.192.0 |
| CIDR | /19 | 8,192 | 255.255.224.0 |
| CIDR | /20 | 4,096 | 255.255.240.0 |
| CIDR | /21 | 2,048 | 255.255.248.0 |
| CIDR | /22 | 1,024 | 255.255.252.0 |
| CIDR | /23 | 512 | 255.255.254.0 |
| C | /24 (192-223) | 256 | 255.255.255.0 |
| CIDR | /25 | 128 | 255.255.255.128 |
| CIDR | /26 | 64 | 255.255.255.192 |
| CIDR | /27 | 32 | 255.255.255.224 |
| CIDR | /28 | 16 | 255.255.255.240 |
| CIDR | /29 | 8 | 255.255.255.248 |
| CIDR | /30 | 4 | 255.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 |
|---|---|---|
| A | 10.0.0.0 | 10.255.255.255 |
| B | 172.16.0.0 | 172.31.255.255 |
| C | 192.168.0.0 | 192.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?