> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cn/glossary/u-z/v.md).

# V

## VIP

虚拟 IP (VIP) 是一种软件定义的 IP 地址，不与特定的物理设备关联，而是用于将网络流量路由到一组设备或特定服务。VIP 通常用于负载均衡和高可用性场景，其中多个服务器或设备被配置为提供冗余或处理增加的流量。在这些场景中，VIP 被分配给一个虚拟服务，如网站或应用程序，网络流量会被导向当前可用且最能处理请求的服务器或设备。VIP 还可以用于为可能在不同时间托管在不同服务器或设备上的服务提供一致的 IP 地址。通过将 VIP 分配给服务，客户端可以连接到相同的 IP 地址，而无需考虑实际托管服务的服务器或设备。

## 虚拟机

虚拟机 (VM) 是物理计算机系统的软件仿真，允许在同一物理主机机器上运行多个操作系统 (OS)。每个虚拟机都像一个独立的计算机系统一样运行，拥有自己的 CPU、内存、网卡和存储，但所有资源都来自物理主机机器。虚拟机是使用虚拟化软件创建的，该软件将物理主机机器的资源划分为多个隔离的环境。每个虚拟机可以运行不同的操作系统，允许在同一物理主机机器上运行各种不同的应用程序和服务。这比运行多个物理机更能充分利用硬件资源，减少功耗，并提高灵活性和可扩展性。

## VLAN

VLAN（虚拟局域网）是一组网络设备的逻辑分组，通常位于一个或多个物理网络交换机上，形成一个单一的广播域。VLAN 的创建是为了让网络管理员能够将大型网络划分为更小、更易于管理的组，从而提高网络性能、安全性和管理性。在 VLAN 内，设备可以像在同一个物理网络上一样相互通信，即使它们位于不同的物理交换机上。VLAN 的配置是通过将网络交换机的端口分配给特定的 VLAN，并通过 VLAN 标签来分离流量，这些标签被添加到每个数据包的以太网帧头中。

## 虚拟私有云

VPC 代表虚拟私有云。它是一种虚拟网络环境，允许用户在公共云提供商的基础设施中创建逻辑隔离的部分。VPC 为用户提供对网络设置（如 IP 地址和子网）的完全控制权。

## 虚拟专用网络

虚拟专用网络 (VPN) 是通过互联网在两个网络之间建立的安全加密连接。VPNs 用于提供远程访问企业网络并保护在线隐私。


---

# 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.console.zenlayer.com/welcome/cn/glossary/u-z/v.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.
