Chapter 8: OSPF Flashcards

1
Q

What are the six (6) Feature of OSPF

A
  1. Classless - supports VLSM & CIDR.
  2. Efficient – triggered updates (not periodic), uses SPF.
  3. Fast convergence
  4. Scalable
  5. Secure - supports encrypted updates when config’d
  6. AD = 110
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The 3 main components of the OSPF

A
1. Data Structures
      • Creates & maintains three DBs:
      • Adjacency DB à neighbor table
      • Link-state DB (LSDB) à topology table
      • Forwarding DB à routing table
2. Routing Packets (5 types)
3. Dijkstra’s SPF algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What information does OSPF Routers exchange

A

used to discover neighbours & to exchange router info

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

what does LSA stand for

A

Link State Advertisment

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

what does the router Exchange Hello Packet do

A

If neighbour is present, the router establishes a

neighbour adjacency with that neighbour

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

What are six (6) information does router exchange Link State Advertisement

A
  1. LSAs contain the state & cost of each link.
  2. Router flood LSAs to adj neighbours.
  3. Adj neighbours receiving LSAs immediately flood
    them to other neighbours, until all router in the area
    have all LSAs.
  4. Build the topology table based on LSAs.
  5. This DB eventually holds all the info about the network.
  6. Executes the SPF Algorithm to build tree.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Administrative distance (AD)

A

s the trustworthiness (or preference) of the route source. OSPF has a default administrative distance of 110

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

What are the three (3) data structures

8.1.1.3

A
  1. Adjacency database - Creates the neighbor table
  2. Link-state database (LSDB) - Creates the topology table
  3. Forwarding database - Creates the routing table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the five (5) Routing Protocol Messages packets

8.1.1.3

A
  1. Hello packet
  2. Database description packet
  3. Link-state request packet
  4. Link-state update packet
  5. Link-state acknowledgment packet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Single-Area OSPF

8.1.1.5

A

all routers are in one area called the backbone area (area 0).

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

What is Multiarea OSPF

8.1.1.5

A

is implemented using multiple areas, in a hierarchical fashion. All areas must connect to the backbone area (area 0). Routers interconnecting the areas are referred to as Area Border Routers (ABR).

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

What does Fast Convergence?

8.1.1.6

A

Quickly Propagates network changes

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

What does Classless support?

8.1.1.6

A

VSLM and CIDR

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

What security does OSPF use

8.1.1.6

A

MD5 Authentication

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

What does Adjacency Database?

8.1.1.6

A

Created the Neighbour table

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

What does Dijksta’s Algorithm do?

8.1.1.6

A

Used to compute the SPF Cost

17
Q

What does Link-State database do?

8.1.1.6

A

Creates the Topology Table

18
Q

What is the Encapsulating OSPF Messages process.

8.1.2.1

A
  1. Data Link Ethernet Frame Header - Identifies the destination multicast MAC addresses 01-00-5E-00-00-05 or 01-00-5E-00-00-06.
  2. IP Packet Header - Identifies the IPv4 protocol field 89 which indicates that this is an OSPF packet. It also identifies one of two OSPF multicast addresses, 224.0.0.5 or 224.0.0.6.
  3. OSPF Packet Header - Identifies the OSPF packet type, the router ID and the area ID.
  4. OSPF Packet Type Specific Data - Contains the OSPF packet type information. The content differs depending on the packet type. In this case, it is an IPv4 Header.
19
Q

What are the 7 states of adjacency.

A
  1. Down State
  2. Initiation State
  3. Two - Way State
  4. ExStart State
  5. Exchange State
  6. Loading State
  7. Full State