how to Calculating throughput for muti-hop routing in wireless network.

4 visualizaciones (últimos 30 días)
Ex. source (s) to destination (d)
path is: s -r2-r4-d (r2 and r4 Relay nodes)
  8 comentarios
K Venkatesh
K Venkatesh el 2 de Mayo de 2019
Thank you ,Roberson
Every thing done as you mention above but calculating throutghput, i am facing problem.
Walter Roberson
Walter Roberson el 2 de Mayo de 2019
Sorry, that is very vague. There are thousands of routing protocols and millions of implementations. I cannot guess what lines have to be changed in each of your functions (which I have not seen) in order to instrument throughput.
At the level you have given so far, all we can do is talk about the general definition of throughput: throughput is the number of bits of payload that can be delivered per unit time. However, in a multi-node system, you need to decide whether you want to measure maximum throughput between two particular points, or if you want to measure some kind of average throughput over multiple conversations, or if you want to measure some kind of aggregate throughput, total amount of payload deliverable over all conversations over the entire network.
For example, you could have two users, A and B, both talking to server S, and it could be the case that communications A<->S and B<->S are both being limited by timing factors, but that S is able to talk to both A and B in some overlapped manner that does not violate the timing of either A or B, so total throughput could be A<->S throughput plus B<->S throughput. Or perhaps there is some effect on the conversations, so you might be able to get some factor alpha*(A+B) instead of max(A,B) as your throughput measurement.
You need to decide first what you might want to measure before you can figure out what code changes you need to make.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by