# Data Plane
**Domain:** Networking / Distributed Systems / Governance
**Doc Type:** Canonical Technical Concept
**Maturity:** Developed
## Definition
The **data plane** is the layer where packets, work, transactions or physical actions are actually forwarded or executed according to rules established by higher coordination layers.
## Governing Variable
The data plane governs immediate execution: the local transition performed on an item of traffic or work.
## Technical Distinction
The [[wiki/Control Plane|control plane]] computes or distributes policy and desired configuration. A management plane supports administration and lifecycle. The data plane applies the resulting state at operational speed. Separation can improve scale because local execution does not wait for one central actor to decide every event.
## Relation to Governance
The distinction clarifies how local autonomy can coexist with higher architectural authority. A packet chooses nothing about the routing policy it encounters; a human or institutional actor is not a packet, but can similarly retain detailed agency inside an environment whose interfaces and permissions are externally revised.
## Constitutional Question and Failure Modes
Control-plane failure may leave stale local rules active, while data-plane failure may interrupt immediate service. The constitutional issue is whether actors below the control plane can inspect governing rules, challenge them and preserve safe operation when coordination is unavailable.
## Related Ontology
[[wiki/Control Plane|Control Plane]] · [[wiki/Desired State|Desired State]] · [[wiki/Operational Autonomy|Operational Autonomy]] · [[wiki/Freedom Below the Control Plane|Freedom Below the Control Plane]]