The Longest Queue Drop Policy for Shared-Memory Switches is 1.5-competitive
Nicolaos Matsakis

TL;DR
This paper proves that the Longest Queue Drop policy for shared-memory switches has a competitive ratio of 1.5, improving previous bounds and demonstrating its efficiency in managing packet queues.
Contribution
The paper establishes a tighter upper bound of 1.5 on the competitive ratio of the Longest Queue Drop policy, advancing understanding of its performance.
Findings
Proves Longest Queue Drop policy is 1.5-competitive
Improves upon previous 2-competitive bound
Shows policy's effectiveness in shared-memory switches
Abstract
We consider the Longest Queue Drop memory management policy in shared-memory switches consisting of output ports. The shared memory of size may have an arbitrary number of input ports. Each packet may be admitted by any incoming port, but must be destined to a specific output port and each output port may be used by only one queue. The Longest Queue Drop policy is a natural online strategy used in directing the packet flow in buffering problems. According to this policy and assuming unit packet values and cost of transmission, every incoming packet is accepted, whereas if the shared memory becomes full, one or more packets belonging to the longest queue are preempted, in order to make space for the newly arrived packets. It was proved in 2001 [Hahne et al., SPAA '01] that the Longest Queue Drop policy is 2-competitive and at least -competitive. It remained an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Distributed systems and fault tolerance · Age of Information Optimization
