+Although this approach is interesting, several practical
+questions arise when dealing with realistic models of
+computation and communication. As reported above, the
+algorithm's description is too succinct and no details are
+given on what is really sent and how the load balancing decision
+are taken. To our knowledge, the only first attempt for a possible
+implementation of this algorithm is investigated in~\cite{bahi+giersch+makhoul.2008.scalable} under the same conditions. Thus, in order to assess the performances
+of the new \besteffort{}, we naturally chose to compare it to this anterior
+work. More precisely, we will use the algorithm~2 from
+\cite{bahi+giersch+makhoul.2008.scalable} and, through out the paper, we will
+reference it under the original name {\it Bertsekas and Tsitsiklis} for the sake of convenience and readability.
+
+\smallskip
+Here is an outline of the main principle of the borrowed algorithm. When a given node $i$ has to take
+a load balancing decision, it starts by sorting its neighbors by non-increasing
+order of their loads. Then, it computes the difference between its own load, and
+the load of each of its neighbors. Finally, taking the neighbors following the
+order defined before, the amount of load to send $s_{ij}$ is computed as
+$1/(|V(i)|+1)$ of the load difference%, with $n$ being the number of neighbors
+. This process is iterated as long as the node is more loaded than the considered
+neighbors.