Ch. 5 - Network Layer (Control Plane) Flashcards

1
Q

What is OSPF?

A

Open Shortest Path First; intra-ISP routing protocol.

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

What is BGP?

A

Border Gateway Protocol; inter-ISP routing protocol.

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

What is SNMP?

A

Simple Network Management Protocol; network management standard.

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

What is YANG?

A

Data modeling language for network configuration.

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

What is NETCONF?

A

Network configuration protocol for managing devices.

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

Per-router Control

A

Traditional method with local routing algorithms.

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

Logically Centralized Control

A

SDN approach with remote controller managing routers.

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

Link State Algorithm

A

Routing method using complete topology information.

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

Distance Vector Algorithm

A

Routing method based on neighbor information exchange.

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

Dijkstra’s Algorithm

A

Finds least-cost paths in a network graph.

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

Link Cost

A

Cost associated with a direct link between routers.

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

Graph Abstraction

A

Modeling network as nodes (routers) and edges (links).

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

Routing Protocol Goal

A

Determine optimal paths through a network of routers.

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

Message Complexity

A

Total messages exchanged during routing updates.

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

Oscillations in Routing

A

Route instability due to changing link costs.

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

Cost Definition

A

Determined by network operator; affects routing decisions.

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

Routing Algorithm Classification

A

Categorizes algorithms based on information availability.

18
Q

Network Management

A

Processes for configuring and monitoring network devices.

19
Q

Routing Among ISPs

A

BGP handles routing between different Internet Service Providers.

20
Q

Intra-ISP Routing

A

OSPF manages routing within a single ISP.

21
Q

Control Plane Roadmap

A

Outline of topics in network layer control plane.

22
Q

Routing Path

A

Sequence of routers packets traverse to reach destination.

23
Q

Link State

A

Routing protocol that maintains a complete network map.

24
Q

Distance Vector

A

Routing protocol based on neighbor distance estimates.

25
Q

NETCONF/YANG

A

Protocols for network configuration and management.

26
Q

Bellman-Ford Equation

A

Calculates least-cost paths in distance vector routing.

27
Q

Dynamic Programming

A

Method used in Bellman-Ford for optimization.

28
Q

Convergence

A

When distance vector estimates stabilize.

29
Q

Local Link Cost Change

A

Change in cost of a direct link.

30
Q

DV Update Message

A

Message sent to update distance vector estimates.

31
Q

Distance Vector Example

A

Illustration of distance vector calculations.

32
Q

Iteration

A

Process of updating distance vectors repeatedly.

33
Q

Neighbor Notification

A

Informing neighbors of distance vector changes.

34
Q

Local Distance Vector

A

Node’s current estimate of distances to neighbors.

35
Q

Cost Calculation

A

Determining the least cost to reach a node.

36
Q

Convergence Time

A

Time taken for all routers to agree on routing.

37
Q

Count-to-Infinity Problem

A

Routing issue where incorrect cost circulates indefinitely.

38
Q

Link-State Protocol

A

Routing protocol where routers share complete network state.

39
Q

Routing Loop

A

Situation where packets circulate endlessly in the network.

40
Q

Administrative Autonomy

A

Control over routing policies by individual network admins.

41
Q

Path Vector Protocol

A

Routing protocol where paths to destinations are advertised.