Write a program to simulate the behavior of link state routing protocol to find suitable path for transmission.
Answers
Answered by
0
In link state routing, each router shares it knowledge and thus gain neighborhood by sharing it routers in the network.
It is used in link state protocols and implement based on algorithm for taking called shortest path first.
It is used to determine the path to a remote destination and called as Dijkstra Algorithm.
Similar questions