Automation Flashcards
(138 cards)
In this network type, network flow decisions are made by multiple routers in a decentralized fashion
traditional network
In this network type, flow decisions are made by a central controller
controller based network
A network can be logically divided by function, into layers known as planes. On which plane are network decisions made?
control plane
On which plane do network access devices operate?
the data plane
On which plane are configuration and maintenance tasks performed?
the management plane
What are the main differences between a traditional network vs. controller based network?
Traditional network: the control plane is distributed among many devices.
Controller-based network: the decision making is moved to either a centralized single device, or the decision making logic is monitored by a central controller, instead of being distributed among many devices
What is the primary difference between the data plane in a traditional network vs a controller based network?
The primary difference is how the control plane communicates with the data plane.
Traditional network: end devices transmit data to switches; switches will forward that data to the control plane.
Controller based network: the controller communicates with devices in the data plane via an API
While both traditional and controller based networks use a management plane, what additional plane is used in a controller based network?
application plane
Applications in this plane are designed to improve network management efficacy through network automation
the application plane
This plane is considered a component of the management plane
the application plane is a component of the management plane
Which plane can completely replace the management plane
the application plane can completely replace the management plane
How does a controller communicate with applications in the application plane?
northbound API
Why is the northbound APIs named as such?
northbound APIs are named as such because the application plane is typically depicted above the control plane
How is device management on a controller-based network different from device management on a traditional network?
Traditional Network: configuration/maintenance is performed by an admin. either by physically connecting via console to a single device, or remotely connecting to a mgmt application in order to issue commands and verify or troubleshoot a configuration
Controller-based network: a central component (controller) is responsible for all network decision making. it communicates with devices via APIs, or interfaces into software applications
Cisco Software-Defined Access (SDA)
is the Cisco-developed SDN that can build local area networks by using policies and automation
Controller-based networks are also known as
SDNs
Name the three architectural components that make up SDNs and therefore Cisco Software-Defined Access (SDA)
the underlay network, the overlay network, and the fabric
The underlay network is comprised of
switches, or the physical composition of the network, devices, interfaces, and media that comprises the IP network that connects each fabric node
Which routing protocols are used to support SDN underlay networks?
IS-IS, OSPF, EIGRP
Why does Cisco recommend using IS-IS over OSPF and EIGRP routing protocols in SDN networks?
IS-IS performs better than OSPF or EIGRP and forms neighbor relationships without dependence on IP protocol configuration or operation
An SDN or SDA overlay network is a logical or virtualized network that is formed
on top of the underlay network
The data plane and control plane communication takes place in the ___ network
overlay
Multiple overlay networks can be constructed over a
single underlay network
The overlay network creates ___ tunnels between SDN or Cisco SDA switches
Virtual Extensible LAN or VXLAN