Minimizing Redundant Paths For Coding-Based Ip Congestion Control

Yuan Yuan,ShengYun Liu,Yuxing Peng
2012-01-01
Abstract:Network coding brings a new solution for IP congestion control, since more than one buffered packets can be encoded together and removed as a coded packet. This may significantly decrease the packet loss during the congestion, but at the cost of building redundant paths. However, how to minimize the overhead of redundant paths turns out to be a NP-hard problem. In this paper, we propose a novel approximation algorithm called FlowGrouping, which transforms the redundant paths building problem into a limited clique partition problem by increasing edge weights, and can find a good approximate solution within O(n(3)) computation time.
What problem does this paper attempt to address?