CH3 Flashcards

1
Q

What are the 3 planes of traditional networking

A

management, control, data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Has a global view of the network, and uses a common management protocol to configure the network infrastructure devices

A

SDN controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A network virtualization technology that leverages an encapsulation (similar to VLANs) to encapsulate Layer 2 Ethernet frames within UDP packets (over UDP port 4789, by default).

A

VXLAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The use of what protocol in VXLAN enables routers to apply hashing algorithms on the outer header to load balance network traffic.

A

UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

VXLAN uses a tag that represents a logical segment - what is the tag called.

A

VNID (VXLAN Network Identifier)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The logical segment identified by a VNID is a what?

A

Layer 2 broadcast domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Segmentation that is application aware that takes place at the VM level regardless of VLAN or subnet.

A

Micro-segmentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In an SDN architecture, what type of API’s are used to communicate between the SDN controller and the switches and routers within the infrastructure?

A

Southbound

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

These API’s (typically RESTful API’s) are used to communicate between the SDN controller and the services and applications running over the network.

A

Northbound API’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Technology that addresses the virtualization of layer 4 through 7 services such as load balancing and security capabilities(firewal features). Essentially, you can convert certain types of network appliances into VM’s.

A

Network Functions Virtualization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

An intent-based networking solution developed by Cisco that provides automation and assurance services across campus networks, WANs, and branch networks. It is based on an open and extensible platform and provides policy, automation, and analytics capabilities.

A

DNA (Cisco Digital Network Architecture)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Cisco DNA group-based access control policy uses the scalable groups that were configured where?

A

Cisco ISE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Application policies can be configured in Cisco DNA Center to provide what type of capabilities?

A

QoS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Traffic copy policies in DNA center are used for what function?

A

ERSPAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

DNA solution that allows you to get contextual visibility into network functions with historical, real-time, and predictive insights across users, devices, applications, and the network.

A

Cisco DNA Center Assurance Solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Northbound REST APIs that expose specific capabilities of the Cisco DNA center platform and provide policy-based abstraction of business intent, allowing you to focus on an outcome to achieve instead of struggling with the mechanisms that implement that outcome.

A

Intent APIs

17
Q

All REST request in Cisco DNA Center require what?

A

Authentication

18
Q

Part of the Cisco DNA Security solution, this allows you to detect security threats in encrypted traffic without decrypting the packets. It is able to do this using machine learning and other capabilities.

A

ETA (Encrypted Traffic Analysis)

19
Q

To use ETA, you need Cisco Stealthwatch Enterprise along with one of the following network devices:

A

Catalyst 9000, ASR 1000, ISR 4000, CSR 1000V, ISR 1000, Catalyst 9800 WLC

20
Q

A platform created by Cisco that has numerous resources for network and application developers. It includes many tutorials, free video courses, sandboxes, learning paths, and sample code to interact with many APIs.

A

DevNet

21
Q

What are the 3 methods/technologies behind modern API’s.

A

SOAP (Simple Object Access Protocol), REST (Representational State Transfer), GraphQL and queryable APIs.

22
Q

An API contract language used in many networking devices. You can use this to write a specification for what the interface between a client and networking device should be on a particular topic.

A

YANG

23
Q

Invented to overcome the challenges in legacy SNMP implementations.

A

NETCONF

24
Q

What is a REST based variant of NETCONF?

A

RESTCONF

25
Q

What is a major difference between RESTCONF and NETCONF

A

RESTCONF requires the server to keep some client state.