1/74
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What does OSPF stand for?
Open Shortest Path First
What type of routing protocol is OSPF?
Link-state routing protocol
What is a key advantage of OSPF over RIP?
Faster convergence and scalability for larger networks
What is the purpose of areas in OSPF?
To control routing update traffic by dividing the routing domain
What is a link in the context of OSPF?
An interface on a router, a network segment connecting two routers, or a stub network
What information does a link-state contain?
Network prefix, prefix length, and cost
How many types of packets are used in OSPF?
Five types of packets
Name the five types of OSPF packets.
Hello, Database Description, Link-State Request, Link-State Update, Link-State Acknowledgment
What is the purpose of the Hello packet in OSPF?
To discover neighboring routers
What does the Adjacency Database contain?
A list of all neighbor routers with established bi-directional communication
What is the Link-State Database (LSDB)?
A database that lists information about all routers in the network
What algorithm does OSPF use to calculate the best routes?
Dijkstra's Shortest Path First (SPF) algorithm
What is the first step in the OSPF link-state routing process?
Establish Neighbor Adjacencies
What is the final step in the OSPF link-state routing process?
Choose the Best Route
What is the difference between Single-Area OSPF and Multiarea OSPF?
Single-Area OSPF has all routers in one area, while Multiarea OSPF uses multiple areas
What is the backbone area in OSPF?
Area 0
What are Area Border Routers (ABRs)?
Routers that interconnect different OSPF areas
What is one advantage of using Multiarea OSPF?
Smaller routing tables due to route summarization
What does OSPFv3 do?
Exchanges IPv6 routing information
How does OSPFv3 differ from OSPFv2?
OSPFv3 uses IPv6 as the network layer transport
What command can be used to view the neighbor table in OSPF?
show ip ospf neighbor
What command can be used to view the OSPF database?
show ip ospf database
What command can be used to view the routing table in OSPF?
show ip route
What is the purpose of link-state advertisements in OSPF?
To exchange routing information and maintain accurate network information
What is the role of the SPF tree in OSPF?
To calculate the shortest path to each node for routing decisions
What is the cumulative cost in OSPF?
The total cost to reach a destination calculated by the SPF algorithm
What is the impact of topology changes in Multiarea OSPF?
Minimized routing update impact as LSA flooding stops at the area boundary
What is the primary function of OSPFv3?
To communicate using IPv6 and advertise IPv6 routes.
What algorithm does OSPFv3 use to determine the best paths?
The SPF (Shortest Path First) algorithm.
What does the Database Description (DBD) packet do?
Checks for database synchronization between routers.
What is the function of the Link-State Request (LSR) packet?
Requests specific link-state records from router to router.
What does the Link-State Update (LSU) packet send?
Sends specifically requested link-state records.
What is the role of the Link-State Acknowledgment (LSAck) packet?
Acknowledges the receipt of other packet types.
How many types of OSPFv2 LSAs can an LSU packet contain?
11 different types.
What is the OSPF Type 1 packet?
The Hello packet.
What happens during the Down state of OSPF operation?
No Hello packets are received, and the router sends Hello packets to transition to the Init state.
What occurs in the Init state of OSPF operation?
Hello packets are received from the neighbor, containing the Router ID of the sending router.
What is established in the Two-Way state of OSPF operation?
Bidirectional communication between routers and election of DR and BDR on multiaccess links.
What is the purpose of the ExStart state in OSPF?
To decide which router will initiate the DBD packet exchange.
What happens during the Exchange state of OSPF operation?
Routers exchange DBD packets and transition to Loading or Full state based on information needs.
What is the Loading state in OSPF operation?
LSRs and LSUs are used to gain additional route information before transitioning to Full state.
What signifies the Full state in OSPF operation?
The link-state database of the router is fully synchronized.
What is the first step in establishing neighbor adjacencies in OSPF?
The router sends a Hello packet containing its router ID out all OSPF-enabled interfaces.
What is the reserved multicast address used by OSPF for Hello packets?
224.0.0.5.
What is the router ID in OSPF?
A unique 32-bit number formatted like an IPv4 address used to identify each router.
What happens when a router receives a Hello packet with an unknown router ID?
It attempts to establish an adjacency with the initiating router.
What is the process for electing a Designated Router (DR) and Backup Designated Router (BDR)?
The router with the highest router ID or priority is elected as the DR, and the second highest as the BDR.
What is the first step in synchronizing OSPF databases?
The router with the highest router ID sends its DBD first.
What must happen after exchanging DBDs in OSPF database synchronization?
The other router must acknowledge each DBD with an LSAck packet.
What occurs after all LSRs have been exchanged in OSPF?
The routers are considered synchronized and in a Full state.
What is OSPF?
Open Shortest Path First (OSPF) is a link-state routing protocol developed as an alternative to the distance vector Routing Information Protocol (RIP).
What are the two challenges OSPF faces in multiaccess networks?
The creation of multiple adjacencies and extensive flooding of Link-State Advertisements (LSAs).
What is the purpose of a Designated Router (DR) in OSPF?
The DR serves as the collection and distribution point for LSAs in a multiaccess network.
What happens if every router in a multiaccess network floods LSAs?
Network traffic would become chaotic due to excessive flooding and acknowledgment of LSAs.
What is a Backup Designated Router (BDR)?
The BDR is elected in case the DR fails and also assists in the distribution of LSAs.
What are DROTHERs in OSPF?
DROTHERs are routers that are neither the DR nor the BDR in a multiaccess network.
What types of packets does OSPF use to exchange routing information?
OSPF uses Hello packets, database description packets, link-state request packets, link-state update packets, and link-state acknowledgment packets.
What is the function of Hello packets in OSPF?
Hello packets are used to discover OSPF neighbors, establish adjacencies, and elect the DR and BDR.
What is the significance of the Dijkstra SPF algorithm in OSPF?
The Dijkstra SPF algorithm is used to calculate the best path to a destination based on cumulative cost.
What are the three OSPF databases maintained by routers?
The adjacency database, the link-state database (LSDB), and the forwarding database.
What is the purpose of the link-state database (LSDB)?
The LSDB creates the topology table used for routing decisions.
What is the best practice area number for single-area OSPF?
Best practice is to use area 0.
What is the benefit of multiarea OSPF?
It allows one large routing domain to be divided into smaller areas, supporting hierarchical routing.
What is OSPFv3?
OSPFv3 is the version of OSPF for exchanging IPv6 prefixes.
What information is included in the Hello packet?
Type, router ID, area ID, network mask, hello interval, router priority, dead interval, DR, BDR, and list of neighbors.
What states does OSPF progress through to reach convergence?
Down state, init state, two-way state, ExStart state, Exchange state, loading state, and full state.
How does OSPF determine if there is another OSPF neighbor on a link?
By sending a Hello packet containing its router ID out all OSPF-enabled interfaces.
What multicast address do Hello packets use in OSPF?
The reserved All OSPF Routers IPv4 multicast address 224.0.0.5.
What is the role of LSUs in OSPF?
Link-State Updates (LSUs) are used to forward OSPF routing updates, such as link changes.
What happens during the database synchronization states in OSPF?
Routers transition through a three-step process to synchronize their databases after reaching the Two-Way state.
What is the impact of a dramatic increase in routers on LSA exchange?
It dramatically increases the number of LSAs exchanged, impacting OSPF operation.
What is the consequence of excessive LSA flooding in OSPF?
It can lead to chaotic network traffic and inefficient routing operations.
What is the role of routing protocol messages in OSPF?
They are used to exchange route information and build data structures for routing algorithms.
What is the purpose of the adjacency database in OSPF?
It creates the neighbor table that maintains information about OSPF neighbors.
What is the link-state routing process in OSPF?
Establish Neighbor Adjacencies, Exchange Link-State Advertisements, Build the Link State Database, Execute the SPF Algorithm, and Choose the Best Route.