0
0
Computer Networksknowledge~10 mins

Link state routing (OSPF) in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the protocol used by OSPF.

Computer Networks
OSPF uses the [1] protocol to exchange routing information.
Drag options to blanks, or click blank then click option'
ABGP
BLink State
CDistance Vector
DRIP
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing OSPF with RIP which is a distance vector protocol.
Thinking OSPF uses BGP protocol.
2fill in blank
medium

Complete the code to specify the algorithm OSPF uses to calculate shortest paths.

Computer Networks
OSPF uses the [1] algorithm to compute the shortest path tree.
Drag options to blanks, or click blank then click option'
ABellman-Ford
BFloyd-Warshall
CPrim
DDijkstra
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Dijkstra with Bellman-Ford which is used in distance vector protocols.
Thinking OSPF uses Prim's algorithm which is for minimum spanning trees.
3fill in blank
hard

Fix the error in the statement about OSPF packet types.

Computer Networks
OSPF sends [1] packets to discover neighbors and exchange routing information.
Drag options to blanks, or click blank then click option'
ARequest
BUpdate
CHello
DAcknowledgment
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Hello packets with Update packets used in RIP.
Thinking Request packets are used for neighbor discovery.
4fill in blank
hard

Fill both blanks to complete the OSPF router state description.

Computer Networks
A router in OSPF maintains a [1] database and uses [2] to calculate routes.
Drag options to blanks, or click blank then click option'
Alink-state
Bdistance vector
CDijkstra's algorithm
DBellman-Ford algorithm
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing distance vector concepts with OSPF's link-state approach.
Using Bellman-Ford algorithm which is not used by OSPF.
5fill in blank
hard

Fill all three blanks to complete the OSPF packet description.

Computer Networks
OSPF packets include a [1] header, [2] packets for neighbor discovery, and [3] packets to update routing information.
Drag options to blanks, or click blank then click option'
Acommon
BHello
CLink State Advertisement
DDistance Vector
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Link State Advertisements with Distance Vector packets.
Thinking Hello packets carry routing updates.