routing protocol

조회 수: 18 (최근 30일)
nounou
nounou 2011년 6월 11일
댓글: Abdullah Bahattab 2020년 12월 22일
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

답변 (2개)

Walter Roberson
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
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
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
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
  댓글 수: 4
Abdullah Bahattab
Abdullah Bahattab 2020년 12월 22일
Thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by