# Потери

Эта метрика говорит о том, сколько из отправленных источником пакетов дошло до адресата.

Причиной потерь могут быть: проблема в интерфейсе/кабеле, перегрузка сети, битовые ошибки, блокирующие правила ACL.\
Что делать в случае потерь решает приложение. Оно может проигнорировать их, как в случае с телефонным разговором, где запоздавший пакет уже не нужен. Или перезапросить его отправку — так делает TCP, чтобы гарантировать точную доставку исходных данных.

![](/files/-LMaZEsMgNR8rUwWIzOj)

Как управлять потерями, если они неизбежны - в главе [Управление перегрузками](https://github.com/gunzrun/SDSM/tree/a654c07e984b9fcd41ba764760f876f69326e61b/15.-qos/7.-upravlenie-peregruzkami-congestion-management).

Как использовать потери во благо - в главе [Предотвращение перегрузок](https://github.com/gunzrun/SDSM/tree/a654c07e984b9fcd41ba764760f876f69326e61b/15.-qos/6.-predotvrashenie-peregruzok-congestion-avoidance).


---

# 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/0.-chem-opredelyaetsya-qos/0-poteri.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.
