dataplaners
Dataplaners are the operational elements that perform the forwarding and processing of user traffic in a network device or software-defined environment. They implement the data plane, handling tasks such as packet forwarding, header parsing, ACL checks, quality of service and shaping, NAT, tunneling, and encryption as configured by higher layers. The dataplane executes the rules that have been installed by the control plane, and it is designed to operate at line rate with minimal latency.
Dataplaners are distinct from the control plane, which runs routing and signaling protocols, makes decisions about
Programmability is a growing focus for dataplaners. Languages like P4 are used to define how packets are
Security considerations for dataplaners include access control, isolation between tenants, and integrity of forwarding tables, as