A network administrator is evaluating how network operations are partitioned between functional planes in a controller-based architecture. Which task is performed exclusively within the control plane?
- Building the routing table and calculating optimal topology paths via dynamic routing protocolsAnswer
- BMatching incoming packet destination IP addresses against the Forwarding Information Base (FIB) in ASIC hardware
- CEncapsulating ethernet frames with 802.1Q VLAN headers prior to trunk transmission
- DFiltering transient transit traffic based on Access Control List (ACL) rules using TCAM memory
Answer
Building the routing table and calculating optimal topology paths via dynamic routing protocols is performed exclusively within the control plane.
The control plane is responsible for the network's brain and decision-making processes. This includes running routing protocol daemons, exchanging protocol messages, computing optimal paths, and maintaining the Routing Information Base (RIB). Once computed, these decision tables are pushed down to the data plane.
Step-by-Step Solution
Key Concept
Separation of Control Plane and Data Plane
Estimated Time:1m 0s