Chapter 8: OSPF Flashcards
What are the six (6) Feature of OSPF
- Classless - supports VLSM & CIDR.
- Efficient – triggered updates (not periodic), uses SPF.
- Fast convergence
- Scalable
- Secure - supports encrypted updates when config’d
- AD = 110
The 3 main components of the OSPF
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
What information does OSPF Routers exchange
used to discover neighbours & to exchange router info
what does LSA stand for
Link State Advertisment
what does the router Exchange Hello Packet do
If neighbour is present, the router establishes a
neighbour adjacency with that neighbour
What are six (6) information does router exchange Link State Advertisement
- LSAs contain the state & cost of each link.
- Router flood LSAs to adj neighbours.
- Adj neighbours receiving LSAs immediately flood
them to other neighbours, until all router in the area
have all LSAs. - Build the topology table based on LSAs.
- This DB eventually holds all the info about the network.
- Executes the SPF Algorithm to build tree.
What is Administrative distance (AD)
s the trustworthiness (or preference) of the route source. OSPF has a default administrative distance of 110
What are the three (3) data structures
8.1.1.3
- Adjacency database - Creates the neighbor table
- Link-state database (LSDB) - Creates the topology table
- Forwarding database - Creates the routing table
What are the five (5) Routing Protocol Messages packets
8.1.1.3
- Hello packet
- Database description packet
- Link-state request packet
- Link-state update packet
- Link-state acknowledgment packet
What is Single-Area OSPF
8.1.1.5
all routers are in one area called the backbone area (area 0).
What is Multiarea OSPF
8.1.1.5
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).
What does Fast Convergence?
8.1.1.6
Quickly Propagates network changes
What does Classless support?
8.1.1.6
VSLM and CIDR
What security does OSPF use
8.1.1.6
MD5 Authentication
What does Adjacency Database?
8.1.1.6
Created the Neighbour table
What does Dijksta’s Algorithm do?
8.1.1.6
Used to compute the SPF Cost
What does Link-State database do?
8.1.1.6
Creates the Topology Table
What is the Encapsulating OSPF Messages process.
8.1.2.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.
- 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.
- OSPF Packet Header - Identifies the OSPF packet type, the router ID and the area ID.
- 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.
What are the 7 states of adjacency.
- Down State
- Initiation State
- Two - Way State
- ExStart State
- Exchange State
- Loading State
- Full State