# Overlay网络

Overlay网络是一种在节点间建立虚拟网络链路，而对物理层无感的组网方式，在虚拟链路中通讯的网络包需要在发送端进行封包，在接收端进行解包。目前常用的Overlay网络实现方式有VxLAN，GRE和STT

### 参考资料

{% embed url="<https://www.cnblogs.com/sammyliu/p/4627230.html>" %}


---

# Agent Instructions: 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://viva.gitbook.io/project/wang-luo/sui-dao-wang-luo.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.
