> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/5.0/administrator-guide/architecture-fundamentals.md).

# Architecture Fundamentals

Flopsar consists of three components:

* Agent
* Server
* Workstation

Workstation, as a web application, can be served from either the server directly or any web server, which is able to operate as a reverse proxy.

<figure><img src="/files/CMoH6psAhkKJhhxTT5uO" alt=""><figcaption><p>Workstation bundled with the server</p></figcaption></figure>

<figure><img src="/files/najqnDZagE6n9MP4ibmR" alt=""><figcaption><p>Workstation served from a reverse proxy</p></figcaption></figure>

## Networking

Agents initiate bidirectional TCP connections to the server, which listens to these connections on a socket address specified in the server configuration.&#x20;
