Skip to main content

Showing 1–50 of 56 results for author: Pelc, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2401.13044  [pdf, other

    cs.DC

    Deterministic Collision-Free Exploration of Unknown Anonymous Graphs

    Authors: Subhash Bhagat, Andrzej Pelc

    Abstract: We consider the fundamental task of network exploration. A network is modeled as a simple connected undirected n-node graph with unlabeled nodes, and all ports at any node of degree d are arbitrarily numbered 0,.....,d-1. Each of two identical mobile agents, initially situated at distinct nodes, has to visit all nodes and stop. Agents execute the same deterministic algorithm and move in synchronou… ▽ More

    Submitted 23 January, 2024; originally announced January 2024.

  2. arXiv:2311.12976  [pdf, ps, other

    cs.DS cs.DC

    Fast Deterministic Rendezvous in Labeled Lines

    Authors: Avery Miller, Andrzej Pelc

    Abstract: Two mobile agents, starting from different nodes of a network modeled as a graph, and woken up at possibly different times, have to meet at the same node. This problem is known as rendezvous. We consider deterministic distributed rendezvous in the infinite path. Each node has a distinct label which is a positive integer. The time of rendezvous is the number of rounds until meeting, counted from th… ▽ More

    Submitted 21 November, 2023; originally announced November 2023.

    Comments: A preliminary version of this paper appeared in the Proceedings of the 37th International Symposium on Distributed Computing (DISC 2023)

  3. arXiv:2310.01151  [pdf, other

    cs.DC

    Computing Functions by Teams of Deterministic Finite Automata

    Authors: Debasish Pattanayak, Andrzej Pelc

    Abstract: We consider the task of computing functions $f: \mathbb{N}^k\to \mathbb{N}$, where $ \mathbb{N}$ is the set of natural numbers, by finite teams of agents modelled as deterministic finite automata. The computation is carried out in a distributed way, using the {\em discrete half-line}, which is the infinite graph with one node of degree 1 (called the root) and infinitely many nodes of degree 2. The… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

  4. arXiv:2310.01136  [pdf, ps, other

    cs.DC

    Deterministic Treasure Hunt and Rendezvous in Arbitrary Connected Graphs

    Authors: Debasish Pattanayak, Andrzej Pelc

    Abstract: Treasure hunt and rendezvous are fundamental tasks performed by mobile agents in graphs. In treasure hunt, an agent has to find an inert target (called treasure) situated at an unknown node of the graph. In rendezvous, two agents, initially located at distinct nodes of the graph, traverse its edges in synchronous rounds and have to meet at some node. We assume that the graph is connected (otherwis… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

  5. arXiv:2303.10394  [pdf, other

    cs.DS

    Explorable families of graphs

    Authors: Andrzej Pelc

    Abstract: Graph exploration is one of the fundamental tasks performed by a mobile agent in a graph. An $n$-node graph has unlabeled nodes, and all ports at any node of degree $d$ are arbitrarily numbered $0,\dots, d-1$. A mobile agent, initially situated at some starting node $v$, has to visit all nodes of the graph and stop. In the absence of any initial knowledge of the graph the task of deterministic exp… ▽ More

    Submitted 18 March, 2023; originally announced March 2023.

  6. arXiv:2303.10391  [pdf, ps, other

    cs.DC

    Deterministic Rendezvous Algorithms

    Authors: Andrzej Pelc

    Abstract: The task of rendezvous (also called {\em gathering}) calls for a meeting of two or more mobile entities, starting from different positions in some environment. Those entities are called mobile agents or robots, and the environment can be a network modeled as a graph or a terrain in the plane, possibly with obstacles. The rendezvous problem has been studied in many different scenarios. Two among ma… ▽ More

    Submitted 18 March, 2023; originally announced March 2023.

  7. arXiv:2302.00052  [pdf, other

    cs.DS

    Exploring Wedges of an Oriented Grid by an Automaton with Pebbles

    Authors: Subhash Bhagat, Andrzej Pelc

    Abstract: A mobile agent, modeled as a deterministic finite automaton, navigates in the infinite anonymous oriented grid $\mathbb{Z} \times \mathbb{Z}$. It has to explore a given infinite subgraph of the grid by visiting all of its nodes. We focus on the simplest subgraphs, called {\em wedges}, spanned by all nodes of the grid located between two half-lines in the plane, with a common origin. Many wedges tu… ▽ More

    Submitted 31 January, 2023; originally announced February 2023.

  8. arXiv:2203.05160  [pdf, other

    cs.DC

    Deterministic Rendezvous in Infinite Trees

    Authors: Subhash Bhagat, Andrzej Pelc

    Abstract: The rendezvous task calls for two mobile agents, starting from different nodes of a network modeled as a graph to meet at the same node. Agents have different labels which are integers from a set $\{1,\dots,L\}$. They wake up at possibly different times and move in synchronous rounds. In each round, an agent can either stay idle or move to an adjacent node. We consider deterministic rendezvous alg… ▽ More

    Submitted 10 March, 2022; originally announced March 2022.

  9. arXiv:2105.10595  [pdf, other

    cs.DS

    Deterministic Size Discovery and Topology Recognition in Radio Networks with Short Labels

    Authors: Adam Gańczorz, Tomasz Jurdziński, Mateusz Lewko, Andrzej Pelc

    Abstract: We consider the fundamental problems of size discovery and topology recognition in radio networks modeled by simple undirected connected graphs. Size discovery calls for all nodes to output the number of nodes in the graph, called its size, and in the task of topology recognition each node has to learn the topology of the graph and its position in it. In radio networks, nodes communicate in synchr… ▽ More

    Submitted 21 May, 2021; originally announced May 2021.

  10. arXiv:2010.14916  [pdf, ps, other

    cs.DS cs.CC

    Almost-Optimal Deterministic Treasure Hunt in Arbitrary Graphs

    Authors: Sébastien Bouchard, Yoann Dieudonné, Arnaud Labourel, Andrzej Pelc

    Abstract: A mobile agent navigating along edges of a simple connected graph, either finite or countably infinite, has to find an inert target (treasure) hidden in one of the nodes. This task is known as treasure hunt. The agent has no a priori knowledge of the graph, of the location of the treasure or of the initial distance to it. The cost of a treasure hunt algorithm is the worst-case number of edge trave… ▽ More

    Submitted 13 February, 2021; v1 submitted 28 October, 2020; originally announced October 2020.

  11. arXiv:2009.06149  [pdf, ps, other

    cs.DC

    Four Shades of Deterministic Leader Election in Anonymous Networks

    Authors: Barun Gorain, Avery Miller, Andrzej Pelc

    Abstract: Leader election is one of the fundamental problems in distributed computing: a single node, called the leader, must be specified. This task can be formulated either in a weak way, where one node outputs 'leader' and all other nodes output 'non-leader', or in a strong way, where all nodes must also learn which node is the leader. If the nodes of the network have distinct identifiers, then such an a… ▽ More

    Submitted 13 September, 2020; originally announced September 2020.

  12. arXiv:2005.00880  [pdf, other

    cs.DS

    Almost Universal Anonymous Rendezvous in the Plane

    Authors: Sébastien Bouchard, Yoann Dieudonné, Andrzej Pelc, Franck Petit

    Abstract: Two mobile agents represented by points freely moving in the plane and starting at two distinct positions, have to meet. The meeting, called rendezvous, occurs when agents are at distance at most $r$ of each other and never move after this time, where $r$ is a positive real unknown to them, called the visibility radius. Agents are anonymous and execute the same deterministic algorithm. Each agent… ▽ More

    Submitted 2 May, 2020; originally announced May 2020.

  13. arXiv:2005.00875  [pdf, other

    cs.DS

    Deterministic Treasure Hunt in the Plane with Angular Hints

    Authors: Sébastien Bouchard, Yoann Dieudonné, Andrzej Pelc, Franck Petit

    Abstract: A mobile agent equipped with a compass and a measure of length has to find an inert treasure in the Euclidean plane. Both the agent and the treasure are modeled as points. In the beginning, the agent is at a distance at most $D>0$ from the treasure, but knows neither the distance nor any bound on it. Finding the treasure means getting at distance at most 1 from it. The agent makes a series of move… ▽ More

    Submitted 2 May, 2020; originally announced May 2020.

  14. arXiv:2002.02641  [pdf, ps, other

    cs.DC cs.DS

    Deterministic Leader Election in Anonymous Radio Networks

    Authors: Avery Miller, Andrzej Pelc, Ram Narayan Yadav

    Abstract: We consider leader election in anonymous radio networks modeled as simple undirected connected graphs. Nodes communicate in synchronous rounds. Nodes are anonymous and execute the same deterministic algorithm, so symmetry can be broken only in one way: by different wake-up times of the nodes. In which situations is it possible to break symmetry and elect a leader using time as symmetry breaker? To… ▽ More

    Submitted 7 February, 2020; originally announced February 2020.

    Comments: 33 pages

  15. arXiv:1908.11402  [pdf, ps, other

    cs.DS cs.DC

    Want to Gather? No Need to Chatter!

    Authors: Sébastien Bouchard, Yoann Dieudonné, Andrzej Pelc

    Abstract: A team of mobile agents, starting from different nodes of an unknown network, possibly at different times, have to meet at the same node and declare that they have all met. Agents have different labels and move in synchronous rounds along links of the network. The above task is known as gathering and was traditionally considered under the assumption that when some agents are at the same node then… ▽ More

    Submitted 29 August, 2019; originally announced August 2019.

  16. arXiv:1904.10850  [pdf, other

    cs.DS

    Building a Nest by an Automaton

    Authors: Jurek Czyzowicz, Dariusz Dereniowski, Andrzej Pelc

    Abstract: A robot modeled as a deterministic finite automaton has to build a structure from material available to it. The robot navigates in the infinite oriented grid $\mathbb{Z} \times \mathbb{Z}$. Some cells of the grid are full (contain a brick) and others are empty. The subgraph of the grid induced by full cells, called the field, is initially connected. The (Manhattan) distance between the farthest ce… ▽ More

    Submitted 24 April, 2019; originally announced April 2019.

    MSC Class: 68W40; 68W27

    Journal ref: Algorithmica 83(1): 144-176 (2021)

  17. arXiv:1902.06090  [pdf, other

    cs.DS

    Cost vs. Information Tradeoffs for Treasure Hunt in the Plane

    Authors: Andrzej Pelc, Ram Narayan Yadav

    Abstract: A mobile agent has to find an inert treasure hidden in the plane. Both the agent and the treasure are modeled as points. This is a variant of the task known as treasure hunt. The treasure is at a distance at most $D$ from the initial position of the agent, and the agent finds the treasure when it gets at distance $r$ from it, called the {\em vision radius}. However, the agent does not know the loc… ▽ More

    Submitted 16 February, 2019; originally announced February 2019.

  18. arXiv:1811.06823  [pdf, other

    cs.CG

    Advice Complexity of Treasure Hunt in Geometric Terrains

    Authors: Andrzej Pelc, Ram Narayan Yadav

    Abstract: Treasure hunt is the task of finding an inert target by a mobile agent in an unknown environment. We consider treasure hunt in geometric terrains with obstacles. Both the terrain and the obstacles are modeled as polygons and both the agent and the treasure are modeled as points. The agent navigates in the terrain, avoiding obstacles, and finds the treasure when there is a segment of length at most… ▽ More

    Submitted 4 January, 2020; v1 submitted 16 November, 2018; originally announced November 2018.

  19. arXiv:1811.06420  [pdf, other

    cs.DC

    Latecomers Help to Meet: Deterministic Anonymous Gathering in the Plane

    Authors: Andrzej Pelc, Ram Narayan Yadav

    Abstract: A team of anonymous mobile agents represented by points freely moving in the plane have to gather at a single point and stop. Agents start at different points of the plane and at possibly different times chosen by the adversary. They are equipped with compasses, a common unit of distance and clocks. They execute the same deterministic algorithm and travel at speed 1. When agents are at distance at… ▽ More

    Submitted 15 November, 2018; originally announced November 2018.

  20. arXiv:1810.03120  [pdf, other

    cs.DC

    Using Time to Break Symmetry: Universal Deterministic Anonymous Rendezvous

    Authors: Andrzej Pelc, Ram Narayan Yadav

    Abstract: Two anonymous mobile agents navigate synchronously in an anonymous graph and have to meet at a node, using a deterministic algorithm. This is a symmetry breaking task called rendezvous, equivalent to the fundamental task of leader election between the agents. When is this feasible in a completely anonymous environment? It is known that agents can always meet if their initial positions are nonsymme… ▽ More

    Submitted 7 October, 2018; originally announced October 2018.

  21. arXiv:1801.00237  [pdf, other

    cs.DC

    Deterministic Computations on a PRAM with Static Processor and Memory Faults

    Authors: Bogdan S. Chlebus, Leszek Gasieniec, Andrzej Pelc

    Abstract: We consider Parallel Random Access Machine (PRAM) which has some processors and memory cells faulty. The faults considered are static, i.e., once the machine starts to operate, the operational/faulty status of PRAM components does not change. We develop a deterministic simulation of a fully operational PRAM on a similar faulty machine which has constant fractions of faults among processors and mem… ▽ More

    Submitted 10 January, 2018; v1 submitted 31 December, 2017; originally announced January 2018.

    Journal ref: Fundamenta Informaticae, 55(3-4): 285--306, 2003

  22. arXiv:1710.08291  [pdf, ps, other

    cs.DS cs.DC

    Deterministic Rendezvous at a Node of Agents with Arbitrary Velocities

    Authors: Sébastien Bouchard, Yoann Dieudonné, Andrzej Pelc, Franck Petit

    Abstract: We consider the task of rendezvous in networks modeled as undirected graphs. Two mobile agents with different labels, starting at different nodes of an anonymous graph, have to meet. This task has been considered in the literature under two alternative scenarios: weak and strong. Under the weak scenario, agents may meet either at a node or inside an edge. Under the strong scenario, they have to me… ▽ More

    Submitted 17 August, 2019; v1 submitted 20 October, 2017; originally announced October 2017.

    Comments: arXiv admin note: text overlap with arXiv:1704.08880

  23. arXiv:1710.07145  [pdf, ps, other

    cs.DS

    Reaching a Target in the Plane with no Information

    Authors: Andrzej Pelc

    Abstract: A mobile agent has to reach a target in the Euclidean plane. Both the agent and the target are modeled as points. In the beginning, the agent is at distance at most $D>0$ from the target. Reaching the target means that the agent gets at a {\em sensing distance} at most $r>0$ from it. The agent has a measure of length and a compass. We consider two scenarios: in the {\em static} scenario the target… ▽ More

    Submitted 19 October, 2017; originally announced October 2017.

  24. arXiv:1710.03178  [pdf, ps, other

    cs.DC

    Constant-Length Labeling Schemes for Deterministic Radio Broadcast

    Authors: Faith Ellen, Barun Gorain, Avery Miller, Andrzej Pelc

    Abstract: Broadcast is one of the fundamental network communication primitives. One node of a network, called the $\mathit{source}$, has a message that has to be learned by all other nodes. We consider the feasibility of deterministic broadcast in radio networks. If nodes of the network do not have any labels, deterministic broadcast is impossible even in the four-cycle. On the other hand, if all nodes have… ▽ More

    Submitted 2 August, 2019; v1 submitted 9 October, 2017; originally announced October 2017.

    Comments: updated version of the paper that appeared in SPAA 2019: now contains a solution for the case where the source node is not designated when the labeling scheme is applied

  25. arXiv:1709.06217  [pdf, other

    cs.DC

    Deterministic meeting of sniffing agents in the plane

    Authors: Samir Elouasbi, Andrzej Pelc

    Abstract: Two mobile agents, starting at arbitrary, possibly different times from arbitrary locations in the plane, have to meet. Agents are modeled as discs of diameter 1, and meeting occurs when these discs touch. Agents have different labels which are integers from the set of 0 to L-1. Each agent knows L and knows its own label, but not the label of the other agent. Agents are equipped with compasses and… ▽ More

    Submitted 18 September, 2017; originally announced September 2017.

    Comments: A preliminary version of this paper appeared in the Proc. 23rd International Colloquium on Structural Information and Communication Complexity (SIROCCO 2016), LNCS 9988

  26. arXiv:1709.06214  [pdf, ps, other

    cs.DC

    Deterministic rendezvous with detection using beeps

    Authors: Samir Elouasbi, Andrzej Pelc

    Abstract: Two mobile agents, starting at arbitrary, possibly different times from arbitrary nodes of an unknown network, have to meet at some node. Agents move in synchronous rounds: in each round an agent can either stay at the current node or move to one of its neighbors. Agents have different labels which are positive integers. Each agent knows its own label, but not the label of the other agent. In trad… ▽ More

    Submitted 18 September, 2017; originally announced September 2017.

    Comments: A preliminary version of this paper appeared in Proc. 11th International Symposium on Algorithms and Experiments for Wireless Sensor Networks (ALGOSENSORS 2015), LNCS 9536, 85-97

    Journal ref: International Journal of Foundations of Computer Science 28 (2017), 77-97

  27. arXiv:1709.05869  [pdf, ps, other

    cs.DC

    Use of Information, Memory and Randomization in Asynchronous Gathering

    Authors: Andrzej Pelc

    Abstract: We investigate initial information, unbounded memory and randomization in gathering mobile agents on a grid. We construct a state machine, such that it is possible to gather, with probability 1, all configurations of its copies. This machine has initial input, unbounded memory, and is randomized. We show that no machine having any two of these capabilities but not the third, can be used to gather,… ▽ More

    Submitted 18 September, 2017; originally announced September 2017.

  28. Deterministic Distributed Construction of $T$-Dominating Sets in Time $T$

    Authors: Avery Miller, Andrzej Pelc

    Abstract: A $k$-dominating set is a set $D$ of nodes of a graph such that, for each node $v$, there exists a node $w \in D$ at distance at most $k$ from $v$. Our aim is the deterministic distributed construction of small $T$-dominating sets in time $T$ in networks modeled as undirected $n$-node graphs and under the $\cal{LOCAL}$ communication model. For any positive integer $T$, if $b$ is the size of a pa… ▽ More

    Submitted 2 May, 2017; originally announced May 2017.

    Comments: 13 pages

    Journal ref: Discrete Applied Mathematics 222: 172-178 (2017)

  29. arXiv:1704.08880  [pdf, ps, other

    cs.DC

    Deterministic Gathering with Crash Faults

    Authors: Andrzej Pelc

    Abstract: A team consisting of an unknown number of mobile agents, starting from different nodes of an unknown network, have to meet at the same node and terminate. This problem is known as {\em gathering}. We study deterministic gathering algorithms under the assumption that agents are subject to {\em crash faults} which can occur at any time. Two fault scenarios are considered. A {\em motion fault} immobi… ▽ More

    Submitted 28 April, 2017; originally announced April 2017.

  30. arXiv:1704.08713  [pdf, other

    cs.DC

    Finding the Size and the Diameter of a Radio Network Using Short Labels

    Authors: Barun Gorain, Andrzej Pelc

    Abstract: The number of nodes of a network, called its size, and the largest distance between nodes of a network, called its diameter, are among the most important network parameters. Knowing the size and/or diameter is a prerequisite of many distributed network algorithms. A radio network is a collection of nodes, with wireless transmission and receiving capabilities. It is modeled as a simple undirected g… ▽ More

    Submitted 11 November, 2020; v1 submitted 27 April, 2017; originally announced April 2017.

  31. arXiv:1704.01927  [pdf, other

    cs.DC

    Short Labeling Schemes for Topology Recognition in Wireless Tree Networks

    Authors: Barun Gorain, Andrzej Pelc

    Abstract: We consider the problem of topology recognition in wireless (radio) networks modeled as undirected graphs. Topology recognition is a fundamental task in which every node of the network has to output a map of the underlying graph i.e., an isomorphic copy of it, and situate itself in this map. In wireless networks, nodes communicate in synchronous rounds. In each round a node can either transmit a m… ▽ More

    Submitted 6 April, 2017; originally announced April 2017.

  32. arXiv:1702.03534  [pdf, other

    cs.DC cs.DM

    Leader Election in Trees with Customized Advice

    Authors: Barun Gorain, Andrzej Pelc

    Abstract: Leader election is a basic symmetry breaking problem in distributed computing. All nodes of a network have to agree on a single node, called the leader. If the nodes of the network have distinct labels, then agreeing on a single node means that all nodes have to output the label of the elected leader. If the nodes are anonymous, the task of leader election is formulated as follows: every node of… ▽ More

    Submitted 12 February, 2017; originally announced February 2017.

  33. arXiv:1611.08938  [pdf, ps, other

    cs.DC

    Asynchronous Broadcasting with Bivalent Beeps

    Authors: Kokouvi Hounkanli, Andrzej Pelc

    Abstract: In broadcasting, one node of a network has a message that must be learned by all other nodes. We study deterministic algorithms for this fundamental communication task in a very weak model of wireless communication. The only signals sent by nodes are beeps. Moreover, they are delivered to neighbors of the bee** node in an asynchronous way: the time between sending and reception is finite but unp… ▽ More

    Submitted 27 November, 2016; originally announced November 2016.

  34. arXiv:1607.01657  [pdf, other

    cs.DS

    Deterministic Graph Exploration with Advice

    Authors: Barun Gorain, Andrzej Pelc

    Abstract: We consider the task of graph exploration. An $n$-node graph has unlabeled nodes, and all ports at any node of degree $d$ are arbitrarily numbered $0,\dots, d-1$. A mobile agent has to visit all nodes and stop. The exploration time is the number of edge traversals. We consider the problem of how much knowledge the agent has to have a priori, in order to explore the graph in a given time, using a d… ▽ More

    Submitted 15 November, 2016; v1 submitted 6 July, 2016; originally announced July 2016.

  35. arXiv:1604.05023  [pdf, other

    cs.DS

    Impact of Knowledge on Election Time in Anonymous Networks

    Authors: Yoann Dieudonné, Andrzej Pelc

    Abstract: Leader election is one of the basic problems in distributed computing. For anonymous networks, the task of leader election is formulated as follows: every node v of the network must output a simple path, which is coded as a sequence of port numbers, such that all these paths end at a common node, the leader. In this paper, we study deterministic leader election in arbitrary anonymous networks. It… ▽ More

    Submitted 18 April, 2016; originally announced April 2016.

  36. Convergecast and Broadcast by Power-Aware Mobile Agents

    Authors: Julian Anaya, Jérémie Chalopin, Jurek Czyzowicz, Arnaud Labourel, Andrzej Pelc, Yann Vaxès

    Abstract: A set of identical, mobile agents is deployed in a weighted network. Each agent has a battery -- a power source allowing it to move along network edges. An agent uses its battery proportionally to the distance traveled. We consider two tasks : convergecast, in which at the beginning, each agent has some initial piece of information, and information of all agents has to be collected by some agent;… ▽ More

    Submitted 14 March, 2016; originally announced March 2016.

  37. arXiv:1602.05136  [pdf, ps, other

    cs.DS

    Exploration of Faulty Hamiltonian Graphs

    Authors: David Caissy, Andrzej Pelc

    Abstract: We consider the problem of exploration of networks, some of whose edges are faulty. A mobile agent, situated at a starting node and unaware of which edges are faulty, has to explore the connected fault-free component of this node by visiting all of its nodes. The cost of the exploration is the number of edge traversals. For a given network and given starting node, the overhead of an exploration al… ▽ More

    Submitted 16 February, 2016; originally announced February 2016.

    Comments: 17 pages, 1 figure

  38. Topology Recognition and Leader Election in Colored Networks

    Authors: Dariusz Dereniowski, Andrzej Pelc

    Abstract: Topology recognition and leader election are fundamental tasks in distributed computing in networks. The first of them requires each node to find a labeled isomorphic copy of the network, while the result of the second one consists in a single node adopting the label 1 (leader), with all other nodes adopting the label 0 and learning a path to the leader. We consider both these problems in networks… ▽ More

    Submitted 28 January, 2016; originally announced January 2016.

    Journal ref: Theoretical Computer Science 621 (2016) 92-102

  39. arXiv:1601.06040  [pdf, other

    cs.DC

    Topology recognition with advice

    Authors: Emanuele Guido Fusco, Andrzej Pelc, Rossella Petreschi

    Abstract: In topology recognition, each node of an anonymous network has to deterministically produce an isomorphic copy of the underlying graph, with all ports correctly marked. This task is usually unfeasible without any a priori information. Such information can be provided to nodes as advice. An oracle knowing the network can give a (possibly different) string of bits to each node, and all nodes must re… ▽ More

    Submitted 22 January, 2016; originally announced January 2016.

  40. arXiv:1508.06583  [pdf, ps, other

    cs.DC

    Global Synchronization and Consensus Using Beeps in a Fault-Prone MAC

    Authors: Kokouvi Hounkanli, Avery Miller, Andrzej Pelc

    Abstract: Consensus is one of the fundamental tasks studied in distributed computing. Processors have input values from some set $V$ and they have to decide the same value from this set. If all processors have the same input value, then they must all decide this value. We study the task of consensus in a Multiple Access Channel (MAC) prone to faults, under a very weak communication model called the… ▽ More

    Submitted 26 August, 2015; originally announced August 2015.

  41. arXiv:1508.06460  [pdf, ps, other

    cs.DC cs.DS

    Deterministic Broadcasting and Gossi** with Beeps

    Authors: Kokouvi Hounkanli, Andrzej Pelc

    Abstract: Broadcasting and gossi** are fundamental communication tasks in networks. In broadcasting,one node of a network has a message that must be learned by all other nodes. In gossi**, every node has a (possibly different) message, and all messages must be learned by all nodes. We study these well-researched tasks in a very weak communication model, called the {\em bee** model}. Communication proc… ▽ More

    Submitted 21 October, 2015; v1 submitted 26 August, 2015; originally announced August 2015.

  42. arXiv:1508.02471  [pdf, ps, other

    cs.DC

    Time Versus Cost Tradeoffs for Deterministic Rendezvous in Networks

    Authors: Avery Miller, Andrzej Pelc

    Abstract: Two mobile agents, starting from different nodes of a network at possibly different times, have to meet at the same node. This problem is known as $\mathit{rendezvous}$. Agents move in synchronous rounds. Each agent has a distinct integer label from the set $\{1,\dots,L\}$. Two main efficiency measures of rendezvous are its $\mathit{time}$ (the number of rounds until the meeting) and its… ▽ More

    Submitted 10 August, 2015; originally announced August 2015.

  43. arXiv:1508.01300  [pdf, other

    cs.DC

    Knowledge, Level of Symmetry, and Time of Leader Election

    Authors: Emanuele G. Fusco, Andrzej Pelc

    Abstract: We study the time needed for deterministic leader election in the ${\cal LOCAL}$ model, where in every round a node can exchange any messages with its neighbors and perform any local computations. The topology of the network is unknown and nodes are unlabeled, but ports at each node have arbitrary fixed labelings which, together with the topology of the network, can create asymmetries to be exploi… ▽ More

    Submitted 6 August, 2015; originally announced August 2015.

  44. arXiv:1506.07952  [pdf, other

    cs.DC

    Tradeoffs Between Cost and Information for Rendezvous and Treasure Hunt

    Authors: Avery Miller, Andrzej Pelc

    Abstract: In rendezvous, two agents traverse network edges in synchronous rounds and have to meet at some node. In treasure hunt, a single agent has to find a stationary target situated at an unknown node of the network. We study tradeoffs between the amount of information ($\mathit{advice}$) available $\mathit{a\ priori}$ to the agents and the cost (number of edge traversals) of rendezvous and treasure hun… ▽ More

    Submitted 26 June, 2015; originally announced June 2015.

  45. arXiv:1505.04308  [pdf, other

    cs.DC cs.DS

    Time vs. Information Tradeoffs for Leader Election in Anonymous Trees

    Authors: Christian Glacet, Avery Miller, Andrzej Pelc

    Abstract: The leader election task calls for all nodes of a network to agree on a single node. If the nodes of the network are anonymous, the task of leader election is formulated as follows: every node $v$ of the network must output a simple path, coded as a sequence of port numbers, such that all these paths end at a common node, the leader. In this paper, we study deterministic leader election in anonymo… ▽ More

    Submitted 25 June, 2015; v1 submitted 16 May, 2015; originally announced May 2015.

  46. arXiv:1411.1319  [pdf, other

    cs.DC cs.DS

    Election vs. Selection: Two Ways of Finding the Largest Node in a Graph

    Authors: Avery Miller, Andrzej Pelc

    Abstract: Finding the node with the largest label in a network, modeled as an undirected connected graph, is one of the fundamental problems in distributed computing. This is the way in which $\textit{leader election}$ is usually solved. We consider two distinct tasks in which the largest-labeled node is found deterministically. In $\textit{selection}$, this node must output 1 and all other nodes must outpu… ▽ More

    Submitted 5 November, 2014; originally announced November 2014.

  47. arXiv:1407.1428  [pdf, other

    cs.DS cs.DC

    Fast Rendezvous with Advice

    Authors: Avery Miller, Andrzej Pelc

    Abstract: Two mobile agents, starting from different nodes of an $n$-node network at possibly different times, have to meet at the same node. This problem is known as rendezvous. Agents move in synchronous rounds using a deterministic algorithm. In each round, an agent decides to either remain idle or to move to one of the adjacent nodes. Each agent has a distinct integer label from the set $\{1,...,L\}$, w… ▽ More

    Submitted 6 October, 2014; v1 submitted 5 July, 2014; originally announced July 2014.

  48. Rendezvous in Networks in Spite of Delay Faults

    Authors: Jérémie Chalopin, Yoann Dieudonné, Arnaud Labourel, Andrzej Pelc

    Abstract: Two mobile agents, starting from different nodes of an unknown network, have to meet at the same node. Agents move in synchronous rounds using a deterministic algorithm. Each agent has a different label, which it can use in the execution of the algorithm, but it does not know the label of the other agent. Agents do not know any bound on the size of the network. In each round an agent decides if it… ▽ More

    Submitted 14 October, 2015; v1 submitted 12 February, 2014; originally announced February 2014.

    Journal ref: Distributed Computing 29(3) (2016) 187-205

  49. arXiv:1301.7119  [pdf, other

    cs.DS

    How to Meet Asynchronously at Polynomial Cost

    Authors: Yoann Dieudonné, Andrzej Pelc, Vincent Villain

    Abstract: Two mobile agents starting at different nodes of an unknown network have to meet. This task is known in the literature as rendezvous. Each agent has a different label which is a positive integer known to it, but unknown to the other agent. Agents move in an asynchronous way: the speed of agents may vary and is controlled by an adversary. The cost of a rendezvous algorithm is the total number of ed… ▽ More

    Submitted 23 April, 2015; v1 submitted 29 January, 2013; originally announced January 2013.

  50. Leader Election for Anonymous Asynchronous Agents in Arbitrary Networks

    Authors: Dariusz Dereniowski, Andrzej Pelc

    Abstract: We study the problem of leader election among mobile agents operating in an arbitrary network modeled as an undirected graph. Nodes of the network are unlabeled and all agents are identical. Hence the only way to elect a leader among agents is by exploiting asymmetries in their initial positions in the graph. Agents do not know the graph or their positions in it, hence they must gain this knowledg… ▽ More

    Submitted 28 May, 2012; originally announced May 2012.

    Journal ref: Distributed Computing 27 (2014) 21-38