Security Concepts Flashcards

1
Q

Configuration/Monitoring, CLI/GUI, each vendor has its proprietary way to configure its devices

A

Management Plane

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

Layer 2 protocols and control, L3 protocols (OSPF, RIP, BGP, etc)

A

Control Plane

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

Institutes how data is forwarded inside the hardware from the interface to interface

A

Data Plane

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

What is Cisco APIC?

A

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.

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

What is Cisco ACI?

A

Cisco Application Centric Infrastructure provides the ability to automate setting networking policies and configurations in a very flexible and scalable way.

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

What is VXLAN?

A

a network virtualization technology that leverages an encapsulation technique similar to VLANs to encapsulate L@ frames within UDP packets (UDP 4789).

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

What is “east-west” traffic?

A

Network traffic between servers (virtual servers or physical servers, containters, and so on)

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

What is “north-south” traffic?

A

Network traffic flowing in and outside the data center.

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

What is a “southbound” API?

A

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

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

What is a “northbound” API?

A

are typically RESTful APIs that are used to communicate between the SDN controller and the services and applications running over the network.

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

What is Cisco DNAC?

A

Cisco DNA Center is a C2 element that provides centralized management via dash-boards and APIs.

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

What type of API does Cisco DNAC use?

A

RESTful

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

HTTP status codes
100 informational
200 success
300 redirect
400 client error
500 server error

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

What is SOAP?

A

Simple Object Access Protocol is a standards-based web services access protocol that exclusively uses XML to provide API services.

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

What is REST?

A

Representational State Transfer is an API standard that is easier to use than SOAP. It uses JSON instead of XML.

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

What is NETCONF?

A

created to overcome the challenges of legacy SNMP. Client = application, Server = network device, Manger = controller. It is XML-based structure done over SSH using TCP 830.

17
Q

What is RESTCONF?

A

capabilities of NETCONF over REST. Big difference between RESTCONF and NETCONF is that NETCONF has a client server model.

18
Q

What is the protocol and port number for IKE?

A

UDP 500

19
Q

ESP and AH operate at what level in the OSI model and what are there protocol numbers?

A

L3, ESP - 50 and AH - 51