Chat with our AI personalities
The star bus topology has the most fault tolerance.
An old topology called Token Ring
Different types of Networking topologies are 1] Bus topolgy 2] Ring topology 3] Mesh topology 4] Hibrid topology
ring
Yes they will yield the same result. But this is iif they have the same topology . That is if the topology remains the same 100% chances to yield the same result But if the topology differs. That is both have diff topology they will not yield the same result in most of the cases. This is a good debatable question. If you see the differences in the algorithms , one is distance vector and one is link state. all i can say is if the n/w large , then bellman ford will not converge soon. So for large n/ws Dijkstras is preferred. But for smaller n/ws Bellman is preferred because its based on Distance/hops. So in short they will yield same results if the topology is the same, But if the topology differs it can be found out by checking the algorithms flow chart. And if there is any negetive weights Bellman will converge soner than Dijkstras. I hope this should answer your question. Good question btw but no defined answer for this one. Hpe this was Helpful.