Difference Between Data Plane Vs Control Plane
https://www.routexp.com/2020/03/difference-between-data-plane-vs.html
Most widely used words in SDN discussion and believe me once you know the difference, it is easy to move ahead on SD-WAN journey.
Control Plane is all out the intelligence which governs where to send traffic. This traffic originated by the router and destined to the router. Control traffic includes management traffic, routing updates and configurations updates. In short, you can say this type of traffic is a kind of signal traffic.
Data Plane forwards the actual user traffic across the network patch decided by control plane traffic. Data plane traffic originated by users destined to users or servers and passed through routers. This is also known as the forwarding plane.
Why does it matter?
Next generation routing (SD-WAN) is the one that follows the basic SDN principles where we see clear separations of both the plane and control plane. That is missing in the traditional network and, therefore, it faces the scalability issues where we depended on the fat routers to process large network control and data processing requirement.
![]() |
Fig 1.1- Data Plane Vs Control Plane |
What if, I separate the control and data plane and make control plane software-defined? This thought gave birth to SD-WAN where control plane processing is take-care by the controllers deployed in a central site or in the cloud. By offloading the control plane traffic by the controller:
- Customers are not dependent on the costly routers with high CPU to process control traffic
- Customer overcome the scale limit – as the software can support the huge processing based on the server it is hosted and if required can be easily upgraded
- Control plane disruption does not impact the data forwarding. Once the router has the known good state of the network, it will continue to forward traffic
Yes, when you talk SD-WAN where control and data planes are separate require security measure for traffic between the routers and the controller. Ask your SD-WAN vender how traffic is secured between them – believe me, if it true SD-WAN solution they will be able to answer!
分类:
089_FPGA_RDMA
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通