nerdexam
(ISC)2

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.

Submitted by carlos_mx· Apr 18, 2026Cloud Platform & Infrastructure Security

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)
  • A
    1% (1)
  • B
    1% (1)
  • C
    93% (62)
  • D
    4% (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.

ARouting

Routing is a control plane function that determines traffic paths, which is distinct but directly dictates how forwarding occurs.

BFirewalling

Firewalling is a security function encompassing inspection and stateful decisions, which operates at a higher level than basic forwarding and often utilizes filtering capabilities.

CFilteringCorrect

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.

DIPS

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

#SDN#Control Plane#Data Plane#Network Capabilities

Community Discussion

No community discussion yet for this question.

Full CCSP Practice