欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Evaluate multipath olia congestion control algorithm on ns3

程序员文章站 2022-03-17 14:28:57
...

The dumbbell topology in [1] is used for to evaluate olia [2] performance on ns3.

n0--L0--n2--L1--n3--L2--n4
n1--L3--n2--L1--n3--L4--n5

 flow1 and flow4 are two subflows of a multipath session. flow2 and flow3 take Reno for rate control. flow1 and flow2 take route(n0->n4). flow3 and flow4 take route(n1->n5).
 The bandiwidth of L1 is 5Mbps.
 The sending rate of each flow:
Evaluate multipath olia congestion control algorithm on ns3
 Packets received rate, here mp denotes the total throughput of the multipath session:
Evaluate multipath olia congestion control algorithm on ns3
  The bottleneck fairness can be maintained byOLIA algorithm.
[1] Evaluation multipath weswood congestion control on ns3
[2] MPTCP Is Not Pareto-Optimal: Performance Issues and a Possible Solution