# Private vs Public IP address

A private IP address is a non-routable address that is used for internal networking purposes. Private IP addresses are reserved for use on local networks and are not intended to be reachable over the Internet. Some examples of private IP addresses include:

* 10.0.0.0/8 (e.g., 10.0.0.1, 10.0.1.1)
* 172.16.0.0/12 (e.g., 172.16.0.1, 172.16.1.1)
* 192.168.0.0/16 (e.g., 192.168.0.1, 192.168.1.1)

Private IP addresses are used to identify devices on a local network, such as a home or office network. They are typically assigned by a router or other networking device, and each device on the network is assigned a unique private IP address.

A public IP address, on the other hand, is a globally unique address that is assigned to a device by an Internet Service Provider (ISP). Public IP addresses are used to identify devices on the Internet, and they are reachable from any device connected to the Internet.

Every device that connects to the Internet is assigned a unique public IP address, which is used to identify the device and route traffic to it. Public IP addresses are typically assigned dynamically, meaning that they can change over time.

In summary, private IP addresses are used for internal networking purposes, while public IP addresses are used to identify devices on the Internet. Private IP addresses are not reachable from the Internet, while public IP addresses are.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.simbase.com/fundamentals/ip-addresses/private-vs-public-ip-address.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
