Questions: Software-Defined Networking (SDN)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network administrator needs to implement a quality-of-service policy that prioritizes video conferencing traffic over bulk file transfers, applying consistently across all 500 switches in a data center. How does this differ between traditional networking and SDN?

AIn traditional networking, the administrator updates one central router; in SDN, each switch must be configured individually.
BIn traditional networking, each switch must be configured individually; in SDN, the controller installs updated forwarding rules to all switches centrally.
CIn both approaches, the change propagates automatically — traditional routing protocols handle this via distributed consensus.
DIn SDN, the change is impossible because switches only make binary forward/drop decisions, not priority-based ones.
Question 2 Multiple Choice

A production SDN deployment uses three geographically distributed controller instances. What architectural concern motivates this design choice?

AThree controllers allow parallel processing, tripling the throughput of flow rule installations.
BDistributed controllers provide geographic locality, reducing latency between controller and switches.
CThe centralized controller is a single point of failure — if it fails, new flows cannot be handled. Clustering provides fault tolerance.
DThree controllers are required by the OpenFlow protocol, which mandates a minimum of three instances for quorum-based decision making.
Question 3 True / False

In an SDN architecture, the OpenFlow protocol allows the controller to remotely install and update forwarding rules in switch flow tables.

TTrue
FFalse
Question 4 True / False

In an SDN network, each switch continues to run distributed routing algorithms locally and makes its own forwarding decisions, but reports its decisions to the controller for monitoring.

TTrue
FFalse
Question 5 Short Answer

What is the fundamental advantage of the SDN controller's global network view over the distributed routing protocols used in traditional networking?

Think about your answer, then reveal below.