> 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/h-n/j.md).

# J

## 抖动

在网络中，抖动指的是数据包到达目的地时延迟的变化。它是衡量数据包到达时间一致性的指标。抖动可能由于网络拥塞、路由变化以及其他影响网络上传输数据包的因素而发生。对于需要一致延迟以保证流畅和无缝用户体验的实时应用（如语音和视频会议），抖动尤其成问题。高水平的抖动会导致音频或视频断断续续、帧丢失，以及其他可能负面影响通信质量的问题。抖动通常以毫秒（ms）为单位进行测量，为了确保高质量的用户体验，尽可能减少抖动是非常重要的。网络工程师使用各种技术来管理和减少抖动，例如实施服务质量（QoS）策略、优化网络路由以及采用缓冲和排队机制。


---

# 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/h-n/j.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.
