<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Abstract: Approximation Algorithms for Data Management in 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">
Approximation Algorithms for Data Management in Networks
</h3>

<b>Christof Krick, Harald R&#228;cke and Matthias Westermann</b>
<p>

This paper deals with static data management 
in computer systems connected by networks.
A basic functionality in these systems
is the interactive use of shared data objects
that can be accessed from each computer in the system.
Examples for these objects are files in distributed file systems, 
cache lines in virtual shared memory systems, or pages in the WWW.
In the static scenario we are given read and write request frequencies
for each computer-object pair.
The goal is to calculate a placement of the objects to the memory modules, 
possibly with redundancy, 
such that a given cost function is minimized.
</p><p>
With the widespread use of commercial networks, as, e.g., the Internet, 
it is more and more important to consider commercial factors 
within data management strategies.
The goal in previous work was to utilize the available resources,
especially the bandwidth, as good as possible.
We will present data management strategies for a model
in which commercial cost instead of the communication cost is minimized,
i.e., we are given 
a metric communication cost function and a storage cost function.
</p><p>
We introduce new deterministic algorithms 
for the static data management problem on trees and arbitrary networks.
Our algorithms aim to minimize the total cost.
Note that this problem is MaxSNP-hard on arbitrary networks.
Our main result is a combinatorial algorithm that calculates 
a constant factor approximation for arbitrary networks in polynomial time.
Further, we present a dynamic programming algorithm for trees 
that calculates an optimal placement of all objects in <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>X</mi></math> on a tree <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>T</mi><mo>=</mo><mo>(</mo><mi>V</mi><mo>,</mo><mi>E</mi><mo>)</mo></math>
in time <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>O</mi><mo>(</mo><mo>|</mo><mi>X</mi><mo>|</mo><mo>&#x022C5;</mo><mo>|</mo><mi>V</mi><mo>|</mo><mo>&#x022C5;</mo><mo lspace="0em" rspace="thinmathspace">di</mo><mo>(</mo><mi>T</mi><mo>)</mo><mo>&#x022C5;</mo><mo lspace="0em" rspace="thinmathspace">log</mo><mo>(</mo><mo lspace="0em" rspace="thinmathspace">de</mo><mo>(</mo><mi>T</mi><mo>)</mo><mo>)</mo><mo>)</mo></math>.
</p></body></html>

