Intro Flashcards
What is DEVOPS?
Software development and Information Technology Operations
What is the Data Plane on a router/switch?
This is responsible for forwarding the packets/frames out of the appropriate interface.
What is the Control Plane on a router/switch?
Routing protocols, on switch STP
What is the Management Plane on a router/switch?
How we connect to the device ie Telnet or SSH
What is the CAM table for a switch?
Mac address to port mappings (on the Data Plane)
What is a distributed control plane?
The control place that resides on each device (Not SDN controller)
What is an API?
An Application Programming Interface.
What is a southbound interface (SBI) in an SDN controller environment?
An interface that connects a device from the SDN controller to the device that it controls.
What is Open Flow?
A protocol in Open Daylight that uses SBI and NBIs to manage the control plane on SBI interfaces and uses API for NBIs.
What is a REST API?
Representational State Transfer API (Normally used with NBI from SDN controller)
What are two common data coding formats that are used in SDN?
JavaScript Object Notation (JSON)
Extensible Markup Language (XML)
What is APIC
Application Policy Infrastructure Controller
What is APIC-EM
Application Policy Infrastructure Controller - Enterprise Module
What is the key difference between a traditional SDN control plane and Ciscos APIC?
Cisco keeps the control plane on the device but uses a stateless controller in its SDN to send policy changes to network devices. The individual network device is responsible for translating the policies into commands.
What is the key difference between a traditional SDN control plane and Ciscos APIC-EM
Uses traditional methods such as Telnet, SSH, and SNMP to the control plane on devices that do not have a native API environment.