> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/concepts.md).

# 核心概念

### 概述

本文档概述了与 VergeOS 物理基础设施和网络架构相关的关键概念。理解这些基础要素对于成功部署 VergeOS 至关重要，并将为后续《实施指南》的各个部分做好准备。

### 系统

我们将 VergeOS 的单次部署称为“系统”。一个 VergeOS 系统可以包含多个节点和多个集群。一个 VergeOS 系统代表一个单一的 vSAN 实例。

### 物理基础设施

VergeOS 采用灵活且可扩展的基础设施模型。让我们来看看其核心组件：

#### 节点

节点是运行 VergeOS 的单台服务器。节点有几种类型：

* **控制器节点：** 管理用户界面、网络和 vSAN 功能。
* **计算和存储（HCI）节点：** 在 VergeOS 系统中扩展存储、计算和网络
* **仅计算节点：** 在 VergeOS 系统中扩展计算资源
* **仅存储节点：** 在 VergeOS 系统中扩展存储资源

#### 集群

集群是具有相似硬件特征的节点逻辑分组。类型包括：

* **计算和存储（HCI）集群：** 扩展存储、计算和网络资源的节点组
* **仅计算集群：** 专用于扩展计算资源的节点组
* **仅存储集群：** 专用于扩展存储资源的节点组

### 网络（物理和虚拟）

#### 物理网络

**核心 Fabric 网络**

* VergeOS 内部通信的主网络
* 用于 vSAN 流量和节点间通信
* 需要巨型帧（最小 MTU 为 9216）
* 通常使用两个独立的物理网络以实现冗余

**外部网络**

* 用于 VergeOS 之外的通信
* 可配置为站点外部通信或仅 VergeOS 外部通信
* 每个系统通常配置一个外部网络，并根据需要添加额外的 VLAN

#### 虚拟网络

**内部网络**

* VergeOS 上的三层网络
* 可以拥有自己的子网、路由器、DHCP、DNS 等。
* 由于默认隔离，可以存在具有相同子网的多个内部网络

**核心**

VergeOS 用于通信 vSAN 流量、节点间通信、VM 迁移以及其他管理通信的核心网络。

**DMZ**

DMZ 网络是一个虚拟网络（在 VergeOS 安装/租户创建期间自动创建），作为所有网络的连接点。每个 VergeOS 云只有 1 个 DMZ 网络（物理主机层有一个 DMZ 网络；此外，每个租户都有一个 DMZ 网络。）。

### 附加概念

#### VergeOS 用户界面（UI）

VergeOS 用户界面为管理虚拟数据中心的各个方面提供了直观易用的方式，包括节点管理、工作负载部署和系统监控。

{% hint style="info" %}
**UI 运行在 VergeOS 系统中的节点 1 或节点 2 上**
{% endhint %}

#### vSAN（虚拟存储区域网络）

vSAN 实例是一种存储解决方案，它将本地存储从节点集群中池化，为整个 VergeOS 系统提供共享存储资源。它可确保数据存储的高可用性和冗余性。

#### 租户

此功能允许在 VergeOS 系统内存在多级租户，从而支持复杂且安全的多租户环境。

#### 站点 - 集中管理

VergeOS 系统可以互联，以便集中监控、身份验证和管理。这种互联方式还支持跨多个系统进行快照复制和 vSAN 修复服务。

#### 网络

VergeOS 的网络功能全面支持虚拟网络，可与现有网络基础设施无缝集成，并在虚拟数据中心内高效管理网络资源。

有关更多 VergeOS 关键术语，请参阅我们的 [术语表](/overview/zh/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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/plan-and-deploy/zh/shi-shi-zhi-nan/concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
