routing protocol
조회 수: 18 (최근 30일)
이전 댓글 표시
Please does anyone can help me, I need to simulate a mobile network in Matlab (nodes + links) and possibly the search for the shortest path between source node and destination node
댓글 수: 0
답변 (2개)
Walter Roberson
2011년 12월 22일
Dijkstra's Algorithm is appropriate for searching for the shortest path between nodes.
You should be considering, however, that the shortest path between nodes is not necessarily the path that will be most reliable or have the clearest or fastest transmissions, as the shortest path might happen to involve nodes that are very busy or even overloaded.
댓글 수: 2
Firmansyah wahyu
2012년 5월 1일
Mr. Walter, i'm doing research in network routing, too. can you help me how to build computer network simulation in matlab??
maybe you can give me tutorial or some step to build it..
thank you..
Geoff
2012년 5월 1일
@Walter: I think that if it's possible to have a snapshot of the entire network at any point in the simulation, you can factor the load and bandwidth of each node into the cost function for the search algorithm.
@Firmansyah wahyu: That's a bit like saying "I'm a researcher but I don't understand my subject". Make sure you understand what you are trying to achieve - if you don't, then there's no way you can write code to achieve it. Learn how to write code in MatLab if you haven't already. Then if you are having problems, ask a SPECIFIC question like "I have a bunch of nodes representing routers in a graph with the following connections and properties (insert list): can anybody suggest a good way to represent these in MatLab?".
Abdullah Bahattab
2020년 12월 20일
Hi,
I have invented a new routing protocol. Can I implement it in MATLAB?
It is to forward the packets from source to sidtenation.
please contact me at: abahattab@gmail.com
Thanks
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!