Objective Assessment Comprehensive Review
Guide Actual Exam 2026/2027 | Complete
Exam-Style Questions with Detailed Rationales |
Pass Guaranteed – A+ Graded
SECTION 1: SDN FUNDAMENTALS & ARCHITECTURE
Q1: What is the primary purpose of Software-Defined Networking (SDN)?
A. To increase the physical port density of network switches
B. To replace all hardware routers with virtual appliances
C. To decouple the control plane from the data plane, enabling centralized control and
programmability
D. To eliminate the need for network security policies
Correct Answer: C
Rationale: Correct because the primary purpose of SDN is to decouple the control and
data planes, allowing centralized management and programmability of network
behavior. This matches WGU D415 course content on SDN architecture fundamentals.
Q2: Which plane in SDN architecture is responsible for making centralized decisions
about traffic flows and contains the SDN controller?
A. Data plane
B. Management plane
C. Control plane
D. Application plane
Correct Answer: C
,Rationale: Correct because the control plane makes centralized decisions about traffic
flows and contains the SDN controller, separating decision-making from packet
forwarding functions.
Q3: In SDN architecture, which plane consists of switches and routers that forward
packets based on instructions from the control plane?
A. Application plane
B. Control plane
C. Data plane
D. Management plane
Correct Answer: C
Rationale: Correct because the data plane consists of switches and routers that forward
packets based on instructions received from the control plane, handling the actual
packet processing and forwarding.
Q4: Which SDN plane handles monitoring, configuration, and administrative tasks?
A. Data plane
B. Control plane
C. Management plane
D. Transport plane
Correct Answer: C
Rationale: Correct because the management plane handles monitoring, configuration,
and administrative tasks, providing the interface for network administrators to oversee
network operations.
Q5: The application plane in SDN architecture contains SDN applications that define
network behavior and communicates with the controller via which type of API?
A. Southbound API
B. Eastbound API
C. Northbound API
D. Westbound API
Correct Answer: C
Rationale: Correct because northbound APIs allow SDN applications in the application
plane to communicate with the SDN controller, enabling applications to define network
behavior such as load balancing and security policies.
,Q6: What is the primary benefit of separating the control plane from the data plane in
SDN?
A. Reduced power consumption in network devices
B. Centralized management and flexibility, allowing administrators to manage policies
from a single controller
C. Elimination of all network latency
D. Automatic physical cable installation
Correct Answer: B
Rationale: Correct because separating the control plane from the data plane provides
centralized management and flexibility, allowing administrators to manage network
policies from a single controller rather than configuring individual devices.
Q7: Which of the following best describes the control plane's function in SDN?
A. Physical packet forwarding through switches
B. Centralized decision-making about traffic flows and network policies
C. End-user application hosting
D. Physical cable termination
Correct Answer: B
Rationale: Correct because the control plane is responsible for centralized
decision-making about traffic flows, containing the logic and intelligence that directs
network behavior.
Q8: In a traditional network, the control plane and data plane are typically:
A. Located in separate buildings
B. Managed by different ISPs
C. Coupled together within the same network device
D. Connected only via wireless links
Correct Answer: C
Rationale: Correct because in traditional networks, the control plane and data plane are
coupled together within the same network device, whereas SDN decouples them to
enable centralized programmability.
Q9: Which SDN plane would be responsible for implementing a load balancing
application?
A. Data plane
B. Management plane
, C. Control plane
D. Application plane
Correct Answer: D
Rationale: Correct because the application plane contains SDN applications that define
network behavior, including load balancing, security policies, and other network
services.
Q10: What type of management does SDN enable by centralizing the control plane?
A. Device-by-device CLI configuration only
B. Centralized policy management from a single controller
C. Physical hardware replacement automation
D. Elimination of network monitoring
Correct Answer: B
Rationale: Correct because SDN enables centralized policy management from a single
controller, allowing administrators to define and enforce network-wide policies from one
location.
Q11: Which of the following is NOT a standard plane in SDN architecture?
A. Control plane
B. Data plane
C. Transport plane
D. Application plane
Correct Answer: C
Rationale: Correct because the transport plane is not a standard plane in SDN
architecture; the standard planes are control, data, management, and application.
Q12: The data plane in SDN is also commonly referred to as the:
A. Forwarding plane
B. Decision plane
C. Policy plane
D. Administrative plane
Correct Answer: A
Rationale: Correct because the data plane is commonly referred to as the forwarding
plane since its primary function is to forward packets based on instructions from the
control plane.