Security Concepts Flashcards
Configuration/Monitoring, CLI/GUI, each vendor has its proprietary way to configure its devices
Management Plane
Layer 2 protocols and control, L3 protocols (OSPF, RIP, BGP, etc)
Control Plane
Institutes how data is forwarded inside the hardware from the interface to interface
Data Plane
What is Cisco APIC?
Cisco Application Policy Infrastructure Controller that acts as the main architectural component and the brain of the Cisco ACI solution. It can be considered a policy and a topology manager.
What is Cisco ACI?
Cisco Application Centric Infrastructure provides the ability to automate setting networking policies and configurations in a very flexible and scalable way.
What is VXLAN?
a network virtualization technology that leverages an encapsulation technique similar to VLANs to encapsulate L@ frames within UDP packets (UDP 4789).
What is “east-west” traffic?
Network traffic between servers (virtual servers or physical servers, containters, and so on)
What is “north-south” traffic?
Network traffic flowing in and outside the data center.
What is a “southbound” API?
are used to communicate between the SDN controller and the switches and routers within the infrastructure. They enable SDN controllers to dynamically make changes based on real-time demands and scalability needs
What is a “northbound” API?
are typically RESTful APIs that are used to communicate between the SDN controller and the services and applications running over the network.
What is Cisco DNAC?
Cisco DNA Center is a C2 element that provides centralized management via dash-boards and APIs.
What type of API does Cisco DNAC use?
RESTful
HTTP status codes
100 informational
200 success
300 redirect
400 client error
500 server error
What is SOAP?
Simple Object Access Protocol is a standards-based web services access protocol that exclusively uses XML to provide API services.
What is REST?
Representational State Transfer is an API standard that is easier to use than SOAP. It uses JSON instead of XML.