Evaluate multipath olia congestion control algorithm on ns3

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_第1张图片
 Packets received rate, here mp denotes the total throughput of the multipath session:
Evaluate multipath olia congestion control algorithm on ns3_第2张图片
  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

你可能感兴趣的:(仿真,拥塞控制,mptcp)