> For the complete documentation index, see [llms.txt](https://http3-explained.haxx.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://http3-explained.haxx.se/fa/the-protocol/feature-udp.md).

# UDP

## پروتکل انتقال روی UDP

پروتکل QUIC یک پروتکل انتقالِ پیاده‌سازی شده بر روی UDP است. اگر گاهی ترافیک شبکهٔ خود را زیر نظر بگیرید، می‌بیند که QUIC به شکل بسته‌های UDP نمایان می‌شود.

بر اساس UDP، این پروتکل نیز از شماره درگاه‌های UDP برای شناسایی خدمات خاص شبکه در یک نشانی IP داده شده استفاده می کند.

تمام پیاده‌سازی‌های شناخته شدهٔ QUIC در حال حاضر در فضای کاربری هستند چرا که این امر منجر به بالا رفتن سرعت توسعه نسبت به آن چیزی خواهد بود که فضای هسته برای پیاده‌سازی‌ اجازه می‌دهد.

## آیا کارساز خواهد بود؟

شرکت‌ها و نهادهای شبکه‌ای دیگری وجود دارند که ترافیک UDP روی درگاه‌های غیر از ۵۳ (که برای DNS استفاده می‌شود) را مسدود می‌کنند. دیگری‌ها نیز داده‌ها را به گونه‌ای محدود می‌کنند که باعث می‌شود QUIC از پروتکل‌های مبتنی بر TCP هم بدتر عمل کند. برای کارهای احتمالی برخی از اپراتورها پایانی نیست.

تا آن‌جایی که می‌توان آینده را پیش‌بینی کرد، احتمالاً تمامی استفاده از انتقال‌های مبتنی بر QUIC باید بتوانند به‌طور خوشایندی به دیگر جایگزین‌ها (مبتنی بر TCP) بازگردند. مهندس‌های گوگل پیشتر نرخِ شکست را در درصدهای تک‌رقمیِ پایین پیش‌بینی کرده‌اند.

## آیا پیشرفت خواهد کرد؟

اگر ثابت شود QUIC چیزی با ارزش به دنیای اینترنت اضافه می‌کند، آن‌وقت احتمال دارد افراد بخواهند از آن استفاده کنند و در نتیجه بخواهند که آن در شبکه‌هایشان کار کند و بدین ترتیب ممکن است شرکت‌ها شروع به بازنگری و بررسی موانع موجودِ خود کنند. طی سال‌های پیشرفت در توسعهٔ QUIC، نرخ موفقیت برای ایجاد و استفاده از اتصالات QUIC در اینترنت افزایش یافته است.


---

# 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://http3-explained.haxx.se/fa/the-protocol/feature-udp.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.
