Steps in the operation of OSPF
2.3.1
|
|
Link
|
A
link is a physical and electrical connection between two network devices.
|
Link-state
(LS)
|
Link-state
is the status of a link between two routers. This status includes information
about a router interface and its relationship to neighboring routers.
|
Cost
|
Cost
is the value assigned to a link. Link-state protocols assign a cost to a
link, which is based on the speed of the network connection.
|
Area
|
An
area is a collection of networks and routers that has the same area
identification. Each router within an area has the same link-state
information. A router within an area is called an internal router.
|
Designated
Router (DR)
|
|
Backup
Designated Router (BDR)
|
A
BDR is a standby router that becomes the DR, if the original DR fails.
|
Adjacencies
database (AD)
|
An
AD is a listing of all the neighbors to which a router has established
bi-directional communication.
|
Link-state database (LSD) or topological
database
|
An
LSD is a list of information about all other routers in the network. It shows
the network topology. All routers within an area have identical link-state
databases.
|
Routing
table
|
The
routing table, also known as the forwarding database, is generated when an
algorithm is run on the link-state database. Each routing table is unique and
contains information of how and where to send packets to other routers.
|
SPF
algorithm
|
An
SPF algorithm is a routing algorithm that iterates on length of path to
determine a shortest-path spanning tree.
|
Link-state
advertisement (LSA)
|
An
LSA is a broadcast packet used by link-state protocols that contain
information about neighbors and path costs. LSAs are used by the receiving
routers to maintain their routing tables.
|