# Краткий итог

Итак:\
**Forwarding Plane** — передача трафика на основе таблиц пересылок — собственно то, из чего оператор извлекает прибыль.\
**Control Plane** — служебный уровень, необходимый для формирования условий для работы Forwarding Plane.\
**Management Plane** — модуль, следящий за общим состоянием устройства.

Вместе они составляют самодостаточный узел в сети пакетной коммутации.

![](/files/-LMaZGwTT7DBaO_S3cAx)

Разделение на Control и Forwarding/Data Plane — не абстрактное — их функции действительно выполняют разные чипы на плате.\
Так Control Plane обычно реализован на связке CPU+RAM+карта памяти, а Forwarding Plane на ASIC, FPGA, CAM, TCAM.\
Но в мире виртуализации сетевых функций всё смешалось — эту ремарку я буду делать до конца статьи.


---

# 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/14.-packet-life/1.-urovni-i-ploskosti/3-kratkii-itog.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.
