Computer Science, asked by TbiaSamishta, 1 year ago

Write a program to simulate the behavior of link state routing protocol to find suitable path for transmission.

Answers

Answered by Sidyandex
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