Software Defined Networking Flashcards
What does SDN stand for?
Software Defined Networking.
What are the three functional planes in SDN?
The three functional planes are:
1. Data plane 2. Control plane 3. Management plane
How does SDN split the functions of networking devices?
SDN splits the functions into separate logical units, extending functionality and management for devices.
Why is SDN considered suitable for cloud environments?
SDN is perfectly built for the cloud due to its logical separation of functions, allowing better flexibility and control.
What is the role of the Infrastructure layer / Data plane in SDN?
It processes the network frames and packets, including forwarding, trunking, encrypting, and NAT
What is the function of the Control layer / Control plane in SDN?
It manages the actions of the data plane, including routing tables, session tables, NAT tables, and dynamic routing protocol updates.
What tasks does the Application layer / Management plane perform in SDN?
It configures and manages the device using tools like SSH, browser, and API
How do data flows work in SDN
Data flows through dynamic routing protocols between the control and data planes, and management protocols like SSH, SNMP, and API configure the devices.
What are the three parts of a network box
1- application manager
2- control layer/ control plane
3- infrastructure plane/data plane