# Network Topology

When deploying the StifleR solution in your environment, it is important to consider your network topology.&#x20;

An important concept to understand when working with Network Topologies in StifleR is the relationship between three network types:&#x20;

* **Network -** an individual subnet.
* **Network Group -** A Network Group contains one or more subnets (defined as Networks) which are reachable with good speed to each other.\
  Some additional information:
  * Traffic is not considered a cost inside a network group
  * Designed to limit P2P traffic at certain sites
  * P2P traffic is never shared between network groups
  * Bandwidth controls are applied to Network Groups, so understanding bandwidth limitations within this level of the topology is important to consider
* **Location -** represents a physical location in StifleR and contains one or several Network Groups. It contains physical information such as address, administrators etc. It defines a physical, worldly location, hence the name Location.&#x20;

  A Location can store one or several Network Groups which contains Networks.

The below diagram illustrates the logical structure of a StifleR network topology.&#x20;

<figure><img src="/files/UwgTZ8jk5QIOuodbDrfj" 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://documentation.2pintsoftware.com/stifler/2.10/planning/networks.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.
