CCSP · Question #347
Software-defined networking (SDN) is intended to separate different network capabilities and allow for the granting of granular configurations, permissions, and features to non-network staff or…
The correct answer is C. Filtering. In Software-Defined Networking (SDN), the control plane, which handles decision-making capabilities like filtering, is logically separated from the data plane, responsible for forwarding traffic.
Question
Software-defined networking (SDN) is intended to separate different network capabilities and allow for the granting of granular configurations, permissions, and features to non-network staff or customers. Which network capability is separated from forwarding of traffic? Response:
Options
- ARouting
- BFirewalling
- CFiltering
- DIPS
How the community answered
(67 responses)- A1% (1)
- B1% (1)
- C93% (62)
- D4% (3)
Why each option
In Software-Defined Networking (SDN), the control plane, which handles decision-making capabilities like filtering, is logically separated from the data plane, responsible for forwarding traffic.
Routing is a control plane function that determines traffic paths, which is distinct but directly dictates how forwarding occurs.
Firewalling is a security function encompassing inspection and stateful decisions, which operates at a higher level than basic forwarding and often utilizes filtering capabilities.
In SDN, the control plane is decoupled from the data plane. The data plane is responsible for the actual forwarding of network traffic, while capabilities like filtering, which involve making decisions about which traffic to allow or block based on predefined rules, belong to the control plane, dictating how the data plane should handle traffic.
IPS (Intrusion Prevention System) is a security service that inspects traffic for malicious activity and takes preventive actions, operating at a much higher layer than basic traffic forwarding or filtering.
Concept tested: SDN control and data plane separation
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/networking-sdn
Topics
Community Discussion
No community discussion yet for this question.