> 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/cloud-networking/cloud-networking-faq/what-are-the-benefits-of-a-full-mesh-network.md).

# 全网状网络有什么好处？

全网状网络是一种网络拓扑结构，其中每个节点（或设备）都直接连接到网络中的每个其他节点。这种网络提供了多项优势，包括：

1. High availability: 在全网状网络中，如果一个链路或节点发生故障，流量可以自动通过备用路径重新路由，确保网络仍然运行。这使得全网状网络具有高度的可靠性和容错性。
2. Low latency: 由于每个节点都直接连接到每个其他节点，数据可以快速高效地传输，而无需经过多个中间设备。这导致低延迟和高速的数据传输。
3. Scalability: 全网状网络可以通过添加额外的节点轻松扩展，而无需对网络拓扑进行重大更改。这使得随着组织的发展，网络扩展变得容易。
4. Security: 全网状网络比其他类型的网络拓扑更安全，因为每个节点都直接连接到每个其他节点。这消除了流量需要经过可能被入侵或黑客攻击的中间设备的需求。
5. Redundancy: 全网状网络为流量提供了冗余路径，确保如果一个链路或节点发生故障，流量可以自动通过备用路径重新路由。这提高了网络的弹性，减少了停机风险。


---

# 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.console.zenlayer.com/welcome/cn/cloud-networking/cloud-networking-faq/what-are-the-benefits-of-a-full-mesh-network.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.
