Control Plane vs Data Plane: What is the Difference?

Rashmi Bhardwaj | Blog,Hardware, Infrastructure & Design
Advertisements

In the last post we discussed the control plane and the data plane in detail. In this post we will emphasize on the difference between the two.

What is Control Plane?

Refer: CONTROL PLANE AND DATA PLANE

What is Data Plane?

Refer: CONTROL PLANE AND DATA PLANE

Advertisements

Comparison: Control Plane vs Data Plane

Below table describes the Control Plane vs Data Plane in detail -:

S.No.CONTROL PLANEDATA PLANE
1The control plane process is responsible for building and maintaining the IP routing table.
The data plane process is responsible for actual forwarding of IP packet.
2Makes decisions about where traffic will be sent.
Control Plane = Learning what we will do.
Forwards traffic to the next hop along the path to the selected destination network according to control plane logic.
Data Plane = Actually moving the packets based on what we learned.
3Control plane packets are destined to or locally originated by the router itself.
Data plane packets go through the router.
4Control plane packets are processed by the router to update the routing table information.
The routers/switches use what the control plane built to dispose incoming and outgoing frames and packets
5Control plane is the process of learning what we will do before sending the packet or frame.
Data plane is moving the actual packets based on what we learned from control plane.
6Routing (exchange of routing information) is performed in the control plane.
Switching (packet forwarding) is performed in the data (forwarding) plane
7Includes STP, ARP, DHCP, RIP, OSPF etc.
Includes decrementing TTL, recomputing IP header checksum etc.
8Router inserts the results of the control-plane protocols into Routing Information Base (RIB) and Forwarding Information Base (FIB).
Data plane software or ASICs uses FIB structures to forward the transit traffic.

Download the comparison table: Data Plane vs Control Plane

You can watch this video for better understanding:

(or continue reading)

FAQs on Control and Data Plane

Question: Why do we separate the control plane and the data plane?

Answer: The Software control of the network can evolve independently of the hardware. Infact separation of control and data plane helps in areas like network virtualization, Layer 3 routing decision taking , Egress selection i.e. selection of destination path. This approach helps in more control over decision logic. Separation of both the planes also supports Denial-of-Service attack detection.

Question: What is control plane in networking?

Answer: The control plane is that part of a network which carries information necessary to establish and control the network. It is part of the theoretical framework used to understand the flow of information packets between network interfaces or the control plane is the part of a network that carries signaling traffic and is responsible for routing. The routing table contains destination addresses and the outgoing interface associated with them. Control packets originate from or are destined for a router.

In Routing, control plane refers to the all functions and processes that determine which path to use to send the packet or frame. Control plane is responsible for populating the routing table, drawing network topology, forwarding table and hence enabling the data plane functions. Means here the router makes its decision. In a single line it can be said that it is responsible for How packets should be forwarded.

Some key features of control plane are enlisted below –

  • Control plane refers to the all functions and processes that determine which path to use to send the packet or frame.
  • It is responsible for building and maintaining the IP routing table.
  • Control plane responsible about how packets should be forwarded.
  • Control plane performs its task independently.
  • In general, we can say in control plane it is learned what and how it can be done.
  • Control plane packets are processed by router to update the routing table.
  • It includes Spanning Tree Protocol (STP), Address Resolution Protocol (ARP), Routing Information Protocol (RIP), Dynamic Host Configuration Protocol (DHCP) etc.
  • Control plane packets are locally originated by the router itself.
  • Control plane acts as a decision maker in data forwarding.
  • Routing is performed in the control plane.

Question: What is data plane and control plane in MPLS?

Answer: MPLS Control Plane:

  1. MPLS control plane indicates how the updates are sent from one PE to another PE router.
  2. MPLS Control Plane is used to build FIB table from the information of RIB and LFIB table based upon label exchange protocol.
  3. Control Plane makes use of label exchange protocol to create and maintain label internally and to exchange label with other device.
  4. The label exchange protocol bind label with network learned via routing protocol.
  5. Label exchange protocol includes MPLS LDP, CISCO TDP and BGP (used by MPLDVPN), RSVP used by MPLS TE.

MPLS Data Plane:

  1. MPLS Data Plane indicates how the data will flow from one PE to another PE router.
  2. Data Plane forward packets to the appropriate interface based on the information in the LFIB or the FIB table.
  3. As the IP packet arrives, an IP routing lookup is performed and verification is done if any label is associated. The assocated label in the packet is checked by LFIB, which swaps the label and processes it to forward toward destination. If no label is assigned with IP Packet, it will have processed as normal IP Packet by FIB.

Question: What is the main function of the data plane?

Answer:  Data Plane forwards the traffic according to control plane logic. It performs –

  • IP forwarding
  • Layer 2 switching

In Routing, data plane refers to all the functions and processes that forward packets/frames from one interface to another based on control plane logic. Routing table, forwarding table and the routing logic constitute the data plane function. Data plane packet goes through the router and incoming and outgoing of frames are directed based on control plane logic. It is responsible for moving packets from source to destination and also called as forwarding plane.

Below points give details on data plane –

  1. Data plane refers to all the functions and processes that forward packets/frames from one interface to another based on control plane logic.
  2. It is responsible for forwarding actual IP packet.
  3. Data plane is responsible for moving packets from source to destination.
  4. Data plane performs its function (data bits transfer) depending on data plane instructions or path set.
  5. In general, we can say that in data plane the actual task is performed based on what is learned.
  6. The forwarding plane/data plane forwards the packets based on the built logic of control plane.
  7. It includes decrementing Time to Live (TTL), re-computing IP header checksum etc.
  8. Data plane packets go through the router.
  9. Data plane acts as a decision implementer in data forwarding.
  10. Switching is performed in the data plane.

ABOUT THE AUTHOR


Leave a Comment

Your email address will not be published. Required fields are marked *

Shopping Cart