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
NETCONF/YANG
Protocols for network configuration and management.
26
Bellman-Ford Equation
Calculates least-cost paths in distance vector routing.
27
Dynamic Programming
Method used in Bellman-Ford for optimization.
28
Convergence
When distance vector estimates stabilize.
29
Local Link Cost Change
Change in cost of a direct link.
30
DV Update Message
Message sent to update distance vector estimates.
31
Distance Vector Example
Illustration of distance vector calculations.
32
Iteration
Process of updating distance vectors repeatedly.
33
Neighbor Notification
Informing neighbors of distance vector changes.
34
Local Distance Vector
Node's current estimate of distances to neighbors.
35
Cost Calculation
Determining the least cost to reach a node.
36
Convergence Time
Time taken for all routers to agree on routing.
37
Count-to-Infinity Problem
Routing issue where incorrect cost circulates indefinitely.
38
Link-State Protocol
Routing protocol where routers share complete network state.
39
Routing Loop
Situation where packets circulate endlessly in the network.
40
Administrative Autonomy
Control over routing policies by individual network admins.
41
Path Vector Protocol
Routing protocol where paths to destinations are advertised.