Efficient bufferless packet switching on trees and leveled networks

  • Authors:
  • Costas Busch;Malik Magdon-Ismail;Marios Mavronicolas

  • Affiliations:
  • Computer Science Department, RPI, 110 8th Street, Troy, NY 12180, USA;Computer Science Department, RPI, 110 8th Street, Troy, NY 12180, USA;Computer Science Department, University of Cyprus, P.O. Box 20537, Nicosia CY-1678, Cyprus.

  • Venue:
  • Journal of Parallel and Distributed Computing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In bufferless networks the packets cannot be buffered while they are in transit; thus, once injected, the packets have to move constantly. Bufferless networks are interesting because they model optical networks. The objective of this work is to demonstrate that efficient bufferless packet switching is achievable in particular, interesting network topologies. We consider the tree and leveled network topologies, which represent a wide class of network configurations. On these networks, we study many-to-one batch problems where each node is the source of at most one packet, and the destination of an arbitrary number of packets. Each packet is to follow a preselected path from the source to the destination. Let T^* be the optimal delivery time for the packets. We have the following results:*For trees, we present two bufferless algorithms: (i) a deterministic algorithm with delivery time O(@d.T^*.logn),and (ii) a randomized algorithm with delivery time O(T^*.log^2n);where, @d is the maximum node degree, andn is the number of nodes. Both algorithms are distributed in the sense that packet forwarding decisionsare made locally at the nodes. *For leveled networks, we present two algorithms: (i) a centralized algorithm with delivery time O(T^*.logn),and (ii) a distributed algorithm with delivery timeO(T^*.log^2n),where n is the number of nodes. The first algorithm is centralized in the sense that all decisions are madeby a single node. The distributed algorithm simulates the centralized one; the cost of this simulation isan extra logarithmic factor. Our bufferless algorithms are near-optimal, and they improve on previous results for trees and leveled networks by multiple logarithmic factors.