Module 7: Practice Quiz Flashcards

(18 cards)

1
Q

The main reason why SDNs were created was because of the increase of internet users.

T/F

A

False

The creation of SDNs was driven by the need for better network management and innovation, not just the increase in users.

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

SDNs divide the network in two planes: control plane and data plane, to ease management and speed up innovation.

T/F

A

True

This division allows for more efficient network management and facilitates innovation.

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

The Active Networks phase consisted mainly of creating a programming interface that exposed resources/network nodes.

T/F

A

True

This phase supported customization of functionalities for subsets of packets passing through the network.

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

The ‘Active Network’ phase focused on device-level configurations, and the ‘Separation of the Control and Data Plane’ phase focused on network-wide visibility.

T/F

A

True

The focus of these phases was different, with the latter emphasizing the separation of functions for better management.

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

An OpenFlow switch has a table of packet-handling rules, and whenever it receives a packet, it determines the highestpriority matching rule, performs the action associated with it and incrementstherespective counter.

True/False

A

True

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

One of the downfalls of OpenFlow when it was first created was that it was hard to deploy and scale it easily.

T/F

A

False

Initial deployment challenges hindered its widespread adoption.

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

SDNs use (software/hardware) to control the routers’ behavior (e.g., the path selection process).

A

software

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

With the separation of the control plane and the data plane, any change to the forwarding functions on a router is independent from the routing functions of the control plane.

T/F

A

True

This independence allows for more flexible network management.

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

In the SDN approach, the controller that computes and distributes the forwarding tables to be used by the routers is:
- Physically separate from the routers
- Located within each router

A

Physically separate from the routers

This separation enhances network management and control.

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

Software implementations in SDN controllers are increasingly open and publicly available, which _______ innovation in the field.

A

speeds up

Open access to software fosters collaboration and rapid development.

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

The network-control applications use the information about the network devices and elements, provided by the controller, to monitor and control the network devices.

T/F

A

True

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

In an SDN, the controller is responsible for the ——- of the traffic, and the SDN-controlled network elements such as the switches are responsible for the ——— the traffic.

A

routing,forwarding

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

Traffic forwarding can be based on any number of header field values in various layers like the transport-layer, network-layer and link-layer.

T/F

A

True

This flexibility allows for more granular control over traffic management.

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

SDN controllers operate on the ———— plane.

A

Control

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

Match the number of the missing components in the following image with their respective name/example:

A
  1. Load Balancer
  2. RESTful API
  3. Flow Tables
  4. OpenFlow
  5. SDN Controller
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The northbound interface is used by the controller and the network-control applications to interact with each other.

T/F

A

True

This interface facilitates communication between different layers of the SDN architecture.

17
Q

A REST interface is an example of a southbound API.

T/F

A

False

REST interfaces are typically considered northbound APIs as they facilitate communication with applications.

18
Q

SDN controllers that are implemented by centralized servers are more likely to achieve fault tolerance, high availability and efficiency.

T/F

A

True

Centralized implementations can streamline management and enhance reliability.