> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/plan-and-deploy/implementation-guide/concepts.md).

# Core concepts

### Overview

This document provides an overview of the key concepts related to VergeOS's physical infrastructure and network architecture. Understanding these foundational elements is crucial for a successful VergeOS deployment and will prepare you for the subsequent sections of our Implementation Guide.

### The System

We refer to single deployment of VergeOS as a "System". A single VergeOS System can have many Nodes and many Clusters. A VergeOS System represents a single vSAN instance.

### Physical Infrastructure

VergeOS utilizes a flexible and scalable infrastructure model. Let's explore the core components:

#### Nodes

A node is an individual server running VergeOS. There are several types of nodes:

* **Controller Nodes:** Manage the User Interface, Networking, and vSAN functions.
* **Compute and Storage (HCI) Nodes:** Expands storage, compute, networking within the VergeOS System
* **Compute-Only Nodes:** Expand compute resources within the VergeOS System
* **Storage-Only Nodes:** Expand storage resources within the VergeOS System

#### Clusters

Clusters are logical groupings of Nodes that share similar hardware characteristics. Types include:

* **Compute and Storage (HCI) Clusters:** Groups of Nodes that expand storage, compute, and networking resources
* **Compute-Only Clusters:** Groups of nodes dedicated to expanding compute resources
* **Storage-Only Clusters:** Groups of nodes dedicated to expanding storage resources

### Networks (Physical and Virtual)

#### Physical Networks

**Core Fabric Network**

* Primary network for VergeOS internal communication
* Used for vSAN traffic and node-to-node communication
* Requires jumbo frames (minimum MTU of 9216)
* Typically uses two separate physical networks for redundancy

**External Network**

* Used for communication outside of VergeOS
* Can be configured for site-external or just VergeOS-external communication
* Typically one External network per system, with additional VLANs as needed

#### Virtual Networks

**Internal Network**

* A layer 3 network on VergeOS
* Can have its own subnet, router, DHCP, DNS, etc.
* Multiple Internal Networks can exist with the same subnet due to default segregation

**Core**

A core network that VergeOS uses to communicate vSAN traffic, Node to Node communication, VM migrations, and other management communications.

**DMZ**

The DMZ network is a virtual network (created automatically during the VergeOS installation/Tenant creation) as a connection point for all networks. Every VergeOS Cloud has 1 DMZ Network (There is a DMZ network at the physical host level; additionally, each Tenant has a DMZ network.).

### Additional Concepts

#### VergeOS User Interface (UI)

The VergeOS User Interface provides an accessible and intuitive way to manage all aspects of the virtual data center, including node management, workload deployment, and system monitoring.

{% hint style="info" %}
**The UI runs on either Node 1 or Node 2 in a VergeOS System**
{% endhint %}

#### vSAN (Virtual Storage Area Network)

A vSAN instance is a storage solution that pools local storage from a cluster of nodes, providing a shared storage resource for the entire vergeOS system. It ensures high availability and redundancy for data storage.

#### Tenants

This feature allows for multiple levels of tenants within the VergeOS system, enabling complex and secure multi-tenant environments.

#### Sites - Centralized Management

VergeOS systems can be interconnected to facilitate centralized monitoring, authentication, and management. This interconnected approach also supports snapshot replication and vSAN repair services across multiple systems.

#### Networks

The networking capabilities of VergeOS include comprehensive support for virtual networking, allowing seamless integration with existing network infrastructure and efficient management of network resources within the virtual data center.

For additional VergeOS key terms please see our [glossary](/glossary.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.vergeos-demo.com/plan-and-deploy/implementation-guide/concepts.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.
