# Private Network

> ### Our hosting hardware uses 100% *<mark style="color:purple;">Private Networking</mark>* feature which creates isolated, layer 2 LANs between our VPS & VDS instances in the same compliant and 100% green data center. It offers secure, low-latency communication with unlimited traffic for internal tasks like database replication, cluster communications & backup. It's an extra cost for us and the setup is complex/painful & requires server reinstallation for backup/restore tests. Done. In place.

{% content-ref url="/pages/pD0nMCoibNNyguZMv5LF" %}
[Compliant LLM Gateway](/lisaiceland/platform+/subprocessors/compliant-llm-gateway.md)
{% endcontent-ref %}

## Pros

* **Enhanced Security & Isolation**
  * Traffic stays within our isolated virtual network, reducing exposure to the public internet.
* **High Performance**
  * Faster data transfer and minimal jitter between our servers due to direct internal routing.
* **Unlimited Traffic**
  * Internal data transfer within the private network is unmetered and free of extra charges.
* **Flexibility**
  * Easily create multiple private networks and add servers using the web interface, API, or CLI.
* **Advanced Workloads**
  * Ideal for clustered databases, distributed applications, or private API calls.&#x20;

<figure><img src="/files/16l0LqpJ66RusBeYjCqZ" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/wUyBGYLR9COp0n13tuQN" %}
[HIPAA | SOC2 | PCI](/lisaiceland/privacy+/hipaa-or-soc2-or-pci.md)
{% endcontent-ref %}

## Cons

* **Cost**
  * It's a paid add-on for us
  * costing us extra per server monthly
* **Complexity/Friction**
  * many users report the setup process can be cumbersome&#x20;
  * ...but it's a part of our infrastructure development work nonetheless!
  * requires server reinstallation (wiping and rebuilding) as a part of our backup/restore tests
* **Regional Limitation**
  * networks are region-locked
  * meaning all connected instances must be in the same data center&#x20;

<figure><img src="/files/cePWo9yG8NvhO3ehvqWD" alt=""><figcaption></figcaption></figure>


---

# 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://nexas-ridewiz.gitbook.io/lisaiceland/privacy+/private-network.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.
