11) SDN

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:08 PM on 5/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

What is SDN?

Control plane separated from data plane

2
New cards

What is key idea of SDN?

Centralized control of network

3
New cards

What is data plane?

Packet forwarding and processing

4
New cards

What is control plane?

Computes forwarding decisions

5
New cards

What is management plane?

Configures and manages network

6
New cards

What does data plane do?

Match headers and take actions

7
New cards

What does control plane do?

Compute paths and routing

8
New cards

What is forwarding table?

Rules for packet forwarding

9
New cards

What algorithm used in routing?

Dijkstra shortest path

10
New cards

What problem in traditional networks?

Complex and hard to manage

11
New cards

What causes complexity?

Many independent control mechanisms

12
New cards

What is indirect control?

Changing configs to influence behavior

13
New cards

What is uncoordinated control?

Routers update independently

14
New cards

What is SDN benefit?

Simplifies network control

15
New cards

What is Network OS?

Maintains global network view

16
New cards

What does Network OS do?

Controls forwarding devices

17
New cards

What is control program?

Uses global view to configure network

18
New cards

What is forwarding abstraction?

Standard way to define forwarding rules

19
New cards

What is OpenFlow?

Protocol between control and data plane

20
New cards

What is flow table?

Set of match action rules

21
New cards

What is match action?

Match header then perform action

22
New cards

What actions in OpenFlow?

Forward drop modify send to controller

23
New cards

What is SDN advantage?

Programmability and flexibility

24
New cards

What is virtualization in SDN?

Abstract network into logical view

25
New cards

What is SDN driver?

Cloud and data center needs

26
New cards

What is B4?

Google private WAN using SDN

27
New cards

What is SDN goal?

Centralized traffic engineering