# O

## 源地址

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

## 源服务器

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


---

# 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://docs.console.zenlayer.com/welcome/cn/glossary/o-t/o.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.
