#1
What does SDN stand for?
Software-Defined Network
ExplanationSDN stands for Software-Defined Network, a network architecture that allows centralized control and programmability of network resources.
#2
What is one of the key advantages of SDN?
Centralized network management
ExplanationOne of the key advantages of SDN is centralized network management, providing a unified control point for network resources.
#3
What is the role of the SDN controller in the network?
To provide a centralized control point
ExplanationThe role of the SDN controller is to provide a centralized control point for managing and directing network traffic.
#4
What is the primary function of the Data Plane in SDN architecture?
Forward packets based on controller instructions
ExplanationThe primary function of the Data Plane in SDN is to forward packets based on instructions from the centralized controller.
#5
What is one of the main advantages of SDN over traditional networking?
Network programmability
ExplanationOne of the main advantages of SDN over traditional networking is enhanced network programmability.
#6
Which layer of the OSI model is primarily associated with SDN?
Network Layer
ExplanationSDN is primarily associated with the Network Layer of the OSI model.
#7
Which of the following protocols is commonly used in SDN for communication between the controller and the switches?
OpenFlow
ExplanationOpenFlow is commonly used in SDN for communication between the controller and switches.
#8
What is the primary goal of SDN?
To centralize network management
ExplanationThe primary goal of SDN is to centralize network management, improving efficiency and flexibility.
#9
Which programming language is commonly used to write SDN controller applications?
Python
ExplanationPython is commonly used to write SDN controller applications due to its simplicity and versatility.
#10
Which of the following is NOT a characteristic of SDN?
Hardware dependency
ExplanationSDN is characterized by reduced hardware dependency, as it emphasizes software-based control.
#11
Which of the following is a key principle of SDN architecture?
Centralized control
ExplanationA key principle of SDN architecture is centralized control, enabling efficient network management.
#12
Which of the following is a potential challenge of implementing SDN?
Decreased network visibility
ExplanationA potential challenge of implementing SDN is decreased network visibility, which can impact monitoring and troubleshooting.
#13
Which of the following is NOT a component of SDN architecture?
Application Plane
ExplanationThe Application Plane is not a component of SDN architecture.
#14
In SDN, what is the purpose of the Southbound API?
To communicate between controller and switches
ExplanationThe Southbound API in SDN is designed to facilitate communication between the controller and switches.
#15
Which of the following is NOT a characteristic of SDN controllers?
They perform packet forwarding
ExplanationSDN controllers do not perform packet forwarding; they focus on centralized control and management.
#16
Which protocol is typically used for communication between SDN controllers in a distributed SDN environment?
NETCONF
ExplanationNETCONF is typically used for communication between SDN controllers in a distributed SDN environment.
#17
Which of the following is a limitation of SDN?
Limited support for legacy hardware
ExplanationA limitation of SDN is limited support for legacy hardware, requiring infrastructure upgrades for full compatibility.