# Near Optimal Coflow Scheduling in Networks

**Authors:** Mosharaf Chowdhury, Samir Khuller, Manish Purohit, Sheng Yang, Jie You

arXiv: 1906.06851 · 2019-06-18

## TL;DR

This paper introduces a practical, efficient approximation algorithm for coflow scheduling in general networks, extending prior work from bipartite graphs to more complex graph models, with strong theoretical and empirical results.

## Contribution

It presents a randomized 2-approximation algorithm for coflow scheduling on general graphs, improving previous bounds and demonstrating practical effectiveness.

## Key findings

- The algorithm achieves a 2-approximation ratio.
- Extensive experiments show the algorithm is practical and performs well.
- The approach extends coflow scheduling to general network topologies.

## Abstract

The coflow scheduling problem has emerged as a popular abstraction in the last few years to study data communication problems within a data center. In this basic framework, each coflow has a set of communication demands and the goal is to schedule many coflows in a manner that minimizes the total weighted completion time. A coflow is said to complete when all its communication needs are met. This problem has been extremely well studied for the case of complete bipartite graphs that model a data center with full bisection bandwidth and several approximation algorithms and effective heuristics have been proposed recently.   In this work, we study a slightly different model of coflow scheduling in general graphs (to capture traffic between data centers) and develop practical and efficient approximation algorithms for it. Our main result is a randomized 2 approximation algorithm for the single path and free path model, significantly improving prior work. In addition, we demonstrate via extensive experiments that the algorithm is practical, easy to implement and performs well in practice.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.06851/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1906.06851/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1906.06851/full.md

---
Source: https://tomesphere.com/paper/1906.06851