200-155 · Question #182
Which type of traffic is handled by the data plane?
The correct answer is A. packets destined for the device. The data plane is responsible for the rapid forwarding of all network traffic, including processing packets that are specifically destined for the device itself before they are delivered to higher-layer processes or applications.
Question
Which type of traffic is handled by the data plane?
Options
- Apackets destined for the device
- Bcontrol packets
- Ctransit packets
- Dpackets indirectly destined for the device
How the community answered
(40 responses)- A88% (35)
- C5% (2)
- D8% (3)
Why each option
The data plane is responsible for the rapid forwarding of all network traffic, including processing packets that are specifically destined for the device itself before they are delivered to higher-layer processes or applications.
The data plane performs the initial reception, parsing, and processing of all incoming packets, including those whose destination address matches an interface on the device, before they are either forwarded or handed to the local CPU for termination.
Control packets, such as those used for routing protocols or network management, are primarily processed by the control plane, which uses them to build and maintain the forwarding information base.
While transit packets are a core function of the data plane, the option 'packets destined for the device' describes another specific type of traffic that the data plane handles by performing local delivery after initial processing.
Packets indirectly destined for the device is a vague term that largely overlaps with transit packets or packets where the device acts as an intermediary, which is handled by the data plane for forwarding.
Concept tested: Network Plane Functions - Data Plane
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/sw_overview.html
Topics
Community Discussion
No community discussion yet for this question.