Describe OSPF
Lecture 2
OSPF (Open Shortest Path First) is a link-state routing protocol that was devleoped as an alternative for RIP.
OSPF uses areas to define its routing protocol. A network can be divided into distinct areas to control routing update traffic.
Why is OSPF used over other routing protocols?
Lecture 2
OSPF offers Faster convergence and is more scalable which makes it ideal to be used in larger networks.
What are the 5 exchange packets used by OSPF?
Lecture 2
What are the 3 OSPF databases?
Lecture 2
What is the name of the algorithm that helps build the OSPF topology table?
Lecture 2
Dijkstra Shortest-Path First (SPF) Algorithm.
How does the SPF Algorithm build a topology table?
Lecture 2
The SPF algorithm creates an SPF tree by placing each router at the root of the tree, and then calculating the shortest path to each node. This is how the best routes are determined by the router.
Once the best paths are determined, they are stored in a forwarding database and then used to create the routing table.
Describe the 5 steps of link-state routing.
Lecture 2
Define Single and Multarea OSPF
Lecture 2
Define Single and Multarea OSPF
Lecture 2
What are some of the advantages of Multiarea OSPF?
Lecture 2
What is OSPF v3
Lecture 2
OSPFv3 is the IPv6 verision of OSPFv2.
While it is possible to do IPv6 rouing using OSPFv2, the routing is done in seperate instances. OSPFv3 allows you to similtaniously configure both IPv4 and IPv6 . `
List and describe the 5 different OSPF link state packets.
Lecture 2
Name some functions of the OSPF Type 1 Hello Packet
Lecture 1
Hello Packets:
* Discover OSPF neighbors and establish neighbor adjacencies
* Advertise parameters on which two routers must agree to become neighbors
* Elect the DR (Designated Router) and the BDR (Backup Designated Router) on multiaccess networks.
Name the operational states of OSPF
Lecture 2
Dedscribe the 3 step process of the Database Desynchronization state
Lecture 2
When are Link-State Requests sent to routers?
Lecture 2
Whever a change is perceived in a routers database
OR
Every 30 Minutes
What are the 2 multiaccess network problems that designating a DR helps solve?
Lecture 2
What is the purpose of assigning a router ID?
Lecture 3A
Router ID’s participate in the synchronization of OSPF databases. The router with the highest ID sends the DBD packets before anybody else does.
Router IDs are also used to elect
the DR.
How are router ID’s formatted?
Lecture 3A
Router IDs are a 32 bit value represented as an IPv4 address. A router requires an RID to participate in OSPF. If a router ID isn’t manually assigned, it is automatically determined based on the IP address of the router.
Describe the Router ID order of precedence.
Lecture 3A
What is a Wildcard Mask?
Lecture 3
A wildcard mask is the inverse of a subnet mask configured on an interface.
An easy way to determine a wild card mask is to subtract your subnet mask from 255.255.255.255.
Example:
The Wildcard mask for a /24 address is 255.255.255.255 - 255.255.255.0 which would be 0.0.0.255
What is the purpose of using a Passive Interface when configuring OSPF?
Lecture 3A
If you do not configure a passive interface, OSPF will waste resources by sending messages into a lan where no routers need OSPF information. This can affect the network by:
Wasting bandwidth and resources
Harming security by sending unnessecary packets that can be picked up by packet sniffing software. (but they would have already infiltrated your lan so i don’t get how this is a security risk but whatever lol)
What do DRs, BDRs and DROTHERs do?
Lecture 3A
A DR is responsible for collecting and distributing LSAs.
A BDR is a backup incase something happens to the DR. Passively listens and maintains a relationship with all connected routers, and in the event that the DR fails, It is elected to the role of DR.
DROTHERs are all other routers on a network.
Describe the 5 DR/BDR neighbor states in multiaccess networks
Lecture 3A
The default normal state of an OSPF router is FULL. The only exception to this rule is the 2WAY state.