zoukankan      html  css  js  c++  java
  • 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!



  • 相关阅读:
    问题排查帮助手册
    《操作系统真象还原》环境搭建
    crawlergo动态爬虫去除Spidername使用
    python实现排序算法
    深海 => 暴力扫描挖掘机
    WEB安全漏洞挖掘向入坑指北
    关于我 About Me
    代码审计系列题目CTFD部署(上)
    ARL资产导出对接Xray扫描
    Xray批量化自动扫描
  • 原文地址:https://www.cnblogs.com/ztguang/p/15171672.html
Copyright © 2011-2022 走看看