<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Abstract: Minimizing Congestion in General Networks
</title>
<script language="JavaScript" type="text/JavaScript" src="../myscript.js"></script>
</head>
<body  style="font-family: Tahoma, Verdana, Arial, sans-serif;" bgcolor="#ffffff">
<script type="text/javascript">
checkBrowserWidth();
window.onresize = checkBrowserWidth;
</script>
<h3 style="color:#A94279">
Minimizing Congestion in General Networks
</h3>

<b>Harald R&#228;cke</b>
<p>

  A principle task in parallel and distributed systems is to reduce the
  communication load in the interconnection network, as this is usually the
  major bottleneck for the performance of distributed applications. In this
  paper we introduce a framework for solving on-line problems that aim
  to minimize the congestion (i.e. the maximum load of a network link) in
  general topology networks.
</p><p>
  We apply this framework to the problem of on-line routing of virtual circuits
  and to a dynamic data management problem. For both scenarios we achieve a
  competitive ratio of <math xmlns='http://www.w3.org/1998/Math/MathML'><mo lspace="0em" rspace="thinmathspace">O</mo><mo>(</mo><msup><mo lspace="0em" rspace="thinmathspace">log</mo> <mn>3</mn></msup><mi>n</mi><mo>)</mo></math> with respect to the congestion of the
  network links.  
</p><p>
  Our on-line algorithm for the routing problem has the remarkable property that
  it is <i>oblivious</i>, i.e., the path chosen for a virtual circuit is
  independent of the current network load. Oblivious routing strategies can
  easily be implemented in distributed environments and have therefore been
  intensively studied for certain network topologies as e.g. meshes, tori and
  hypercubic networks. This is
  the first oblivious path selection algorithm that achieves a polylogarithmic
  competitive ratio in general networks.
</p></body></html>

