> 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/o-t/o.md).

# O

## 源地址

源地址是网络中常用的一个术语，指的是生成网络流量或数据的设备或服务器的 内网 IP 地址。换句话说，它是在网络上传输的数据包的源地址。

## 源服务器

源服务器是在网站托管和内容分发网络（CDNs）中使用的一个术语，指的是存储网站原始内容（如 HTML 文件、图片、视频和其他数字资产）的主要服务器。当用户请求访问网站时，他们的浏览器会向源服务器发送请求，源服务器随后检索并交付请求的内容回到用户的浏览器。在 CDN 的上下文中，源服务器负责向边缘服务器提供内容，边缘服务器位于离最终用户更近的位置，以提高网站性能并减少延迟。


---

# 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/o-t/o.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.
