• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
OSPF
Open Shorted Path First
IS-IS
Intermediate System to
Intermediate System
configure OSPF
Basic OSPF operations can be configured with a
router ospf process-id
and
a network statement
shortest path first (SPF) algorithm
Dijkstra's algorithm is commonly referred to as the shortest path first (SPF) algorithm
how does a link-state routing protocol work?
1. Each router learns about its own links, its own directly connected networks
2. exchange hello packets to meet neighbors on directly connected networks
3. each router builds a link state packet (LSP) containing the state of each directly connected link.
4.each router floods the LSP to all neighbors to store in the receiver's database and forward on to its neighbors.
5.each router uses the db to create a topology of the network and create the beat path to each destination network.
what does LSP contain
neighbor ID,
link type,
bandwidth
what is a link
an interface on a router
the interface must be up and should be in one of the network statements
what is a link state
information about the state of the interface:
contains:
IP and subnet mask
type of network (ethernet or serial point to point link)
cost of the link
any neighbor routers on that link
learning about directly connected networks
-learn about the the interface and the state of the link
neighbor on directly connected network
the next hop that's running OSPF
adjacency
when two routers learn they are neighbors, they form adjancency.
LSP
each router builds an LSP containing the state of each directly connected interface.
flooding LSP to neighbors
each router floods the link state info to all other link state routers in the routing area. When a router receives an LSP from a neighbor, it sends the LSP out all other interfaces except the interface it received it.
when is an LSP sent
-during initial startup of the router or during the configuration of the routing protocol on the router
-when there is a change in topology
what is in an LSP
-link state information
-sequence numbers
-aging information
the extra info other than link state is used to determine if the received LSP has new information or if that LSP is already present in it's database
what is the SPF algorithm used for
to construct the topology of the netowrk area and compute the best path to each destination.
generating the routing table from the SPF tree
using the shortest parth info determined from the SPF, the path can be added to routing table.
advantages
topological map
fast convergence
event driven updates
hierarchical design
topological map
is created using the SPF tree
fast convergence
b/c flooding happens first and then the SPF is calculated after, convergence happens faster
event driven updates
LSP happens only when there is a change in topology.
OSPF udate happens every 30 minutes.
heirarchical design
Link-state routing protocols such as OSPF and IS-IS use the concept of areas. Multiple areas create a hierarchical design to networks, allowing for better route aggregation (summarization) and the isolation of routing issues within an area
areas
-used to reduce the size of the link-state databases
-Multiple areas can also limit the amount of link-state information flooding in a routing domain and send LSPs only to those routers that need them.
how does areas work
-nly those routers in the affected area receive the LSP and run the SPF algorithm. This can help isolate an unstable link to a specific area in the routing domain.
inter area updates
Routers in other areas will learn that a route in another network is down, but this will be done with a type of link-state packet that does not cause them to rerun their SPF algorithm. Routers in other areas can update their routing tables directly.
requirements
-more memory
-more CPU processing
-sometimes requires more bandwidth than distance vector protocols.
OSPF
-designed by IETF
-OSPF for IPv4
-OSPF for IPv6
IS-IS
IS-IS was designed by ISO