Distributed Graph Realizations

02/13/2020
by   John Augustine, et al.
0

We study graph realization problems from a distributed perspective and we study it in the node capacitated clique (NCC) model of distributed computing, recently introduced for representing peer-to-peer networks. We focus on two central variants, degree-sequence realization and minimum threshold-connectivity realization both of which result in overlay network realizations. Overlay network realizations can be either explicit or implicit. Explicit realizations require both endpoints of any edge in the realized graph to be aware of the edge. In implicit realizations, on the other hand, at least one endpoint of each edge of the realized graph needs to be aware of the edge. The main realization algorithms we present are the following. 1. An Õ(min{√(m),Δ}) time algorithm for implicit realization of a degree sequence. Here, Δ = max_v d(v) is the maximum degree and m = (1/2) ∑_v d(v) is the number of edges in the final realization. An Õ(Δ) time algorithm for an explicit realization of a degree sequence. We first compute an implicit realization and then transform it into an explicit one in Õ(Δ) additional rounds. 2. An Õ(Δ) time algorithm for the threshold connectivity problem that obtains an explicit solution and an improved Õ(1) algorithm for implicit realization when all nodes know each other's IDs. These algorithms are 2-approximations w.r.t. the number of edges. We complement our upper bounds with lower bounds to show that the above algorithms are tight up to factors of log n. Additionally, we provide algorithms for realizing trees and an Õ(1) round algorithm for approximate degree sequence realization.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/22/2022

Fault-Tolerant Graph Realizations in the Congested Clique

In this paper, we study the graph realization problem in the Congested C...
research
11/06/2019

Distributed MST: A Smoothed Analysis

We study smoothed analysis of distributed graph algorithms, focusing on ...
research
11/09/2017

Fast Distributed Approximation for TAP and 2-Edge-Connectivity

The tree augmentation problem (TAP) is a fundamental network design prob...
research
10/26/2019

Pseudospectra of Loewner Matrix Pencils

Loewner matrix pencils play a central role in the system realization the...
research
03/06/2020

Distributed Computation and Reconfiguration in Actively Dynamic Networks

In this paper, we study systems of distributed entities that can activel...
research
11/22/2017

On Computing Min-Degree Elimination Orderings

We study faster algorithms for producing the minimum degree ordering use...
research
04/23/2018

How to Realize a Graph on Random Points

We are given an integer d, a graph G=(V,E), and a uniformly random embed...

Please sign up or login with your details

Forgot password? Click here to reset