5V0-43.21 · Question #68
Which function is performed by the data plane?
The correct answer is D. Pool health monitoring. Pool health monitoring is a data plane function because service engines - the data plane components - actively probe backend pool members in real time to determine availability, ensuring traffic is only forwarded to healthy endpoints. This is an operational, traffic-adjacent…
Question
Which function is performed by the data plane?
Options
- ALog indexing
- BService engine lifecycle management
- CConfiguration backups
- DPool health monitoring
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- C5% (2)
- D87% (33)
Explanation
Pool health monitoring is a data plane function because service engines - the data plane components - actively probe backend pool members in real time to determine availability, ensuring traffic is only forwarded to healthy endpoints. This is an operational, traffic-adjacent task that must happen continuously at the forwarding layer.
Why the distractors are wrong:
- A (Log indexing) is a management-plane or analytics function - logs are aggregated and indexed by centralized components, not the forwarding layer.
- B (Service engine lifecycle management) is a control-plane function; the controller (not the service engines themselves) handles spinning up, scaling, and retiring service engines.
- C (Configuration backups) is also a control-plane/management task - the controller owns system configuration and backup operations.
Memory tip: Think data plane = doing the work of data delivery. Anything that keeps traffic flowing - health checks, load balancing decisions, SSL offload - lives in the data plane. If it's about managing the system itself (configs, backups, lifecycle), it belongs to the control or management plane.
Topics
Community Discussion
No community discussion yet for this question.