• 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/43

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;

43 Cards in this Set

  • Front
  • Back
Scalability
Accommodate growth easily
What does scalability require?
Hierarchical addressomg
How often do fast convergence changes happen?
17-30 seconds on most networks
OSPF
Open Shortest Path First
How does OSPF work?
- Picks the widest fastest path

- Relies on accumulated bandwidth
What is the Dijkstra Algorithm?
- Monitors link states

- Places a value on Bandwidth

- lowest cost wins
What is the OSPF metric called?
cost
Is OSPF open source or closed source?
Open source

NOTE: Local network programming can be used to modify and streamline
What are some disadvantages of OSPF?
- more difficult to understand

- can result in link flooding on slow flapping links (up and down network)

- Bigger topology and routing table
databases = more DRAM
Why is it a disadvantage to have a slow flapping link in OSPF?

NOTE: Flapping is a network that is up and down.
- algorithm constantly updating route tables

- difficult to achieve true convergence until the link stabilize

- Higher CPU utilization
OSPF:

What is area?
- An administrative domain of OSPF routers

- Area 0 is the backbone area. OSPF cannot run without area 0
What is the backbone area of OSPF?
area 0
OSPF:

What is a Adjacency (neighbor)
Two routers on the same OSPF area on the same physical link/subnet
OSPF:

What is a router ID?
Highest configured IP address of an active interface (or loopback address if configured)
OSPF:

What is the master or designated router?
- used to update all OSPF routers in a single broadcast network

- same role as Master in Point to Point networks
OSPF:

What is Cost?
sum of the cost of the link accumulated cost of bandwidth
What is the command to get into OSPF mode on the router?
router ospf 1

NOTE: The number 1 is simply a process id
When you use the "router ospf 1" command what is happening in the router?
Router ospf commands calls up the OSPF sub routines from IPS and moves them into DRAM
OSPF:

What does the process id do?
Helps the Dijkstra algorithm track the mathematics and keep them all together
What are some addition parameters often used when configuring OSPF?
- Router ID

- Router Priority

- Bandwidth parameters (link cost, etc)
How are interfaces configured in OSPF?
Interfaces can be configured individually, or they can be configured as a group using a wildcard mask,
What commands would you enter to OSPF for an area

10.0.1.5 0.0.0.0?
- router ospf 1

- network 10.0.1.5 0.0.0.0 area 0
OSPF Adjacency States:

What is Down?
no communication received
OSPF Adjacency States:

What is attempt?
only for NBMA environments
OSPF Adjacency States:

What is Init State?
Hellos exchanged
OSPF Adjacency States:

What is two way?
Established communication
OSPF Adjacency States:

What is Exstart?
Elect a Master/Slave

1. Exchange link state database

2. Discover Routes to all networks
OSPF Adjacency States:

What is exchange?
This is when Databases are swapped
OSPF Adjacency States:

What is loading?
1. Build Routing Table

2. Send receive updates
OSPF Adjacency States:

What is full State?
Adjacency Complete
Common commands in troubleshooting OSPF
- show ip route

- show ip protocols

- show run
Common commands specific to OSPF often used in troubleshooting.
- show ip OSPF neighbor

- show ip OSPF database
Types of OSPF networks?
- Point to Point

- Broadcast Multicast

- Point to Multipoint

- Non Broadcast Multi Access
What happens with a Broadcast MultiAccess?
There is an election to determine the designated router(DR) and the backup designated router (BDR)
Point to Point networks
Have a master and a slave.


NOTE: The master is the intitiator
What is a non Broadcast Multi Access network?
Designated Router must me specified
What is Point to Multipoint networks?
- This has a Master and slaves

- Single provider link is provisioned with subinterface
What happens with the subinterfaces on a point to multipoint network?
They lead to a different WAN endpoint/network
What can a technician do with the bandwidth on a subinterface for a point to multipoint connection?
Each subinterface can have a different bandwidth assigned out of the total bandwidth assigned out of the total bandwidth the provider is paid for
What is the network command used for in OSPF?
includes interfaces into an area
What state is an OSPF router in once the adjacency is completed?
Full
What area must exist for an OSPF network to function?
0
What does a 0 do in a wildcard mask>
Forces mathematical matches on corresponding bits in the IP address