# 1. Три модели обеспечения QoS

Все вышеуказанные характеристики (потери, задержка, джиттер) универсальны относительно природы сети. Однако существует три разных подхода к их обеспечению.

* [Best Effort](/sdsm/15.-qos/1.-tri-modeli-obespecheniya-qos/0-best-effort-be.md) - никакой гарантии качества. Все равны.
* [IntServ](/sdsm/15.-qos/1.-tri-modeli-obespecheniya-qos/1-intserv.md) - гарантия качества для каждого потока. Резервирование ресурсов от источника до получателя.
* [DiffServ](/sdsm/15.-qos/1.-tri-modeli-obespecheniya-qos/2-diffserv.md) - нет никакого резервирования. Каждый узел сам определяет, как обеспечить нужное качество.


---

# 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://linkmeup.gitbook.io/sdsm/15.-qos/1.-tri-modeli-obespecheniya-qos.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.
