From 1f60cbd14e3b3e4ce1b9ed866b195935816a668b Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Thu, 17 Sep 2020 19:28:06 +0000 Subject: [PATCH] Update 04-conceptual-design.md about planes. --- documentation/design/04-conceptual-design.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/design/04-conceptual-design.md b/documentation/design/04-conceptual-design.md index 23c4cfedf..ef3665cee 100644 --- a/documentation/design/04-conceptual-design.md +++ b/documentation/design/04-conceptual-design.md @@ -61,3 +61,18 @@ Some conceptual building blocks for a network supervisor: * **Northbound Interface (SBI)** * **East-West-bound Interface (SBI)** + + +## Applying Changes to What Plane? + +Some basic thoughts to dissect how different approaches are applying changes to the various planes. + +### Changes to the Control Plane + +### Changes to the Data Plane + +This is the use case for the SDN approach: A so-called SDN-controller applies policy rules to the data plane. These policy rules are defining the handling of the flows in the networks on a larger scale or to be more precise the handling of more less specified packets. + +A change to the data plane will not directly trigger a change to other planes. Though the flow of packets on the data plane can be observed by the control plane and the control plane can take action depending on the data packets. + +### Changes to the Management Plane -- GitLab