Software Defined Networking Flashcards

1
Q

Is IS-IS a control or data plane protocol? Explain Why.

A

control – this is used to calculate routes that allow routers to later forward data packets, but does not carry data for any application

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

Is IP a control or data plane protocol? Explain Why.

A

data. the actual IP packets that are forwarded by routers are the packets that contain application data

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

Is UDP a control or data plane protocol? Explain Why.

A

data. similar to IP these UDP packets contain application data

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

Is DHCP a control or data plane protocol? Explain Why.

A

control – this is used to automatically assign IP addresses to end hosts (and sometimes subnet and DNS server locations as well), which is required for that end host to then be able to send and receive data packets, but DHCP messages do not contain any application data themselves.

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

Is 802.11(WiFi) a control or data plane protocol? Explain Why.

A

data – this is a link layer protocol that carries data for applications or higher level protocols (which would be considered “data” by the link layer, even if they are not data at the application layer)

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

Network Management

A

the Process of configuring the network to achieve a variety of tasks such as:
§ Load Balancing
§ Security
§ Business Relationships

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

3 things provided by SDN

A

Network-wide views of topology and traffic
Ability to satisfy network-level objectives
Load balance
Security
Direct Control
An operator can write a control program that
directly affects the data plane

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

Function of the Data Plane

A

Forward Traffic according to control plane logic.

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

Function of the Control Plane

A

Compute Routing Tables.

Contains Logic that controls forwarding behavior.

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