Week 9: Link State Protocol (LSP) Flashcards

1
Q

What is a Link-State Routing Protocol?

A

A Distributed DB Algorithm

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

What occurs in a Link-State Routing Protocols?

A
  1. Each router is responsible for meeting its neighbours & learning who they are
  2. Each router constrcuts an LSA which contains a list of the neighbours (links) & costs to them
  3. The LSA is sent to all routers in the AS & each router stores the most recent LSA from all other routers (LSA-db)
  4. Each router now computes best routes to all networks based on the LSA information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an LSA?

A

Link State Advertisement

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

What are the properties of Distance Vector Routing Protocols?

A
  • Entire Routing Table is sent as an Update
  • Periodically sends updates every 30 or 90 seconds
  • Updates are Broadcast or Multicast
  • Updates are sent to directly connected neighbour only
  • Router don’t have end to end visibility of entire network
  • Prone to routing loops
  • Slow to converge
  • Easy to configure & administer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the properties of Link-State routing protocols?

A
  • Updates are incremental, & entire routing table is not sent as update
  • Updates are triggered, not periodic
  • Updates are Multicast
  • Updates are sent to entire network
  • Updates carry SPF tree information & cost calculation for entire topology
  • No routing loops
  • convergence is fast b/c of triggered updates
  • Harder to configure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Give an example of a Distance Vector Routing Protocol

A

RIP

IGRP

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

Give an example of Link State routing Protocols

A

OSPF

IS-IS

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

OPSF is what type of Routing Protocol?

A

Link-State

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

What do Link-State protocols allow?

A

Allow Routers to share a common view of the entire network

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

In OSPF, what is sent out by routers?

A

LSA’s describing their attached links to all routers in an area

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

In OPSF, each router holds what?

A

A Topological Database of the entire area

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

What routing algorithm is used by OSPF?

A

Shortest Path First (SPF) a.k.a. Dijkstra

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

True or False: SPF is a routing protocol

A

False, SPF is the algorithm used by the routing protocol

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

What are the reasons to implement OSPF in a Hierarchical Design?

A
  • Decrease routing overhead
  • Speed up convergence
  • Confine network instability to single areas of the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Router ID?

A

An IP address used to identify the router

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

What is a Neighbour?

A

Two or more routers having an interface on common network

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

What is Adjacency?

A

Permits direct exchange of route updates

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

What is a Designated Route?

A

elected to minimize adjacencies

19
Q

What is a Backup Designated Router?

A

A standby for a Designated Router

20
Q

What is a Hello Protocol?

A

Provides dynamic neighbour discovery

21
Q

What is a Neighbour Database?

A

A list of all OSPF routers for which Hello Packets have been seen

22
Q

What is a Topological Database?

A

Information from all of the LSA’s received for an area

23
Q

What is a Link State Advertisement (LSA)?

A

A packet containing link-state & routing information that’s shared among OSPF Routers

24
Q

What is an OSPF Area?

A

A group of networks & routers sharing a common area ID

25
What are the steps in OSPF Operation?
1. Neighbour & Adjacency Initialization 2. LSA Flooding 3. Shortest Path First Tree Calculation
26
In OSPF operation, what happens during Neighbour & Adjacency initialization?
- An OSPF Router forms adjacencies with neighbours | - A Designated Router and Backup Designated Router are elected in OSPF
27
In OSPF operation, what happens during LSA flooding?
routers flood their Link State Advertisements
28
What is the general format of a Hello Message?
- Hello Layer - OSPF Layer - IP Packet Layer - Layer 2 Info Layer
29
In a Hello Message, what is the Hello segment?
- The Presentation Card | - Contains Router ID & Timers
30
In a Hello Message, what is the OSPF Layer?
The general header for OSPF
31
In a Hello Message, what is the IP Packet Layer?
Encapsulation of the OSPF Message
32
In a Hello Message, what is the Layer 2 Information layer?
Contains a protocol such as Ethernet to deliver the packet to the next hop
33
What is LSA Flooding?
Link-State data is shared with all OSPF routers within an area via LSA updates (LSU)
34
What is the reserved multicast address for OSPF?
224.0.0.5
35
True or False: Each recipient doesn't have to acknowledge that an LSA flood update has been recieved
False, Each recipient must acknowledge that the flooded update has been received
36
What metric does OSPF use?
Cost
37
What is the cost metric for OSPF associated with?
every outgoing interface included in an SPF Tree
38
What are the five different types of OSPF Packets?
1. Hello Packet 2. Database Description Packet 3. Link State Request Packet 4. Link State Update Packet 5. Link State Acknowledgement
39
What is the function of the Hello Packet in OSPF?
Neighbour discovery & adjacency maintenance
40
What is the function of the Database Description Packet in OSPF?
Summarizes topological database b/w routers during initialization of neighbour relationship
41
What is the function of the Link State Request Packet in OSPF?
Request Link State information from a neighbour's database
42
What is the function of the Link State Update Packet in OSPF?
Advertises available links via network flooding
43
What is the function of the Link State Acknowledgement Packet in OSPF?
Response to flooded links sent via Link State Updates