中文
相关论文

相关论文: Reliable Broadcast despite Mobile Byzantine Faults

200 篇论文

Causal ordering in an asynchronous system has many applications in distributed computing, including in replicated databases and real-time collaborative software. Previous work in the area focused on ordering point-to-point messages in a…

分布式、并行与集群计算 · 计算机科学 2024-07-01 Anshuman Misra , Ajay Kshemkalyani

Modern networks assemble an ever growing number of nodes. However, it remains difficult to increase the number of channels per node, thus the maximal degree of the network may be bounded. This is typically the case in grid topology…

分布式、并行与集群计算 · 计算机科学 2012-10-18 Alexandre Maurer , Sébastien Tixeuil

This paper explores the problem good-case latency of Byzantine fault-tolerant broadcast, motivated by the real-world latency and performance of practical state machine replication protocols. The good-case latency measures the time it takes…

分布式、并行与集群计算 · 计算机科学 2022-03-14 Ittai Abraham , Kartik Nayak , Ling Ren , Zhuolun Xiang

We consider the following problem: two nodes want to reliably communicate in a dynamic multihop network where some nodes have been compromised, and may have a totally arbitrary and unpredictable behavior. These nodes are called Byzantine.…

分布式、并行与集群计算 · 计算机科学 2015-02-17 Alexandre Maurer , Sébastien Tixeuil , Xavier Défago

Traditional resilient systems operate on fully-replicated fault-tolerant clusters, which limits their scalability and performance. One way to make the step towards resilient high-performance systems that can deal with huge workloads, is by…

数据库 · 计算机科学 2021-08-20 Jelle Hellings , Mohammad Sadoghi

To improve the overall efficiency and reliability of Byzantine protocols in large sparse networks, we propose a new system assumption for developing multi-scale fault-tolerant systems, with which several kinds of multi-scale Byzantine…

分布式、并行与集群计算 · 计算机科学 2022-03-08 Shaolin Yu , Jihong Zhu , Jiali Yang , Yulong Zhan

This paper considers the good-case latency of Byzantine Reliable Broadcast (BRB), i.e., the time taken by correct processes to deliver a message when the initial sender is correct. This time plays a crucial role in the performance of…

分布式、并行与集群计算 · 计算机科学 2023-03-13 Timothé Albouy , Davide Frey , Michel Raynal , François Taïani

Byzantine Reliable Broadcast (BRB) is a fundamental distributed computing primitive, with applications ranging from notifications to asynchronous payment systems. Motivated by practical consideration, we study Client-Server Byzantine…

分布式、并行与集群计算 · 计算机科学 2022-09-28 Martina Camaioni , Rachid Guerraoui , Matteo Monti , Manuel Vidigueira

Traditional techniques for handling Byzantine failures are expensive: digital signatures are too costly, while using $3f{+}1$ replicas is uneconomical ($f$ denotes the maximum number of Byzantine processes). We seek algorithms that reduce…

分布式、并行与集群计算 · 计算机科学 2021-08-04 M. K. Aguilera , N. Ben-David , R. Guerraoui , D. Papuc , A. Xygkis , I. Zablotchi

Distributed learning has many computational benefits but is vulnerable to attacks from a subset of devices transmitting incorrect information. This paper investigates Byzantine-resilient algorithms in a decentralized setting, where devices…

机器学习 · 计算机科学 2025-07-04 Renaud Gaucher , Aymeric Dieuleveut , Hadrien Hendrikx

In distributed computing, a Byzantine fault is a condition where a component behaves inconsistently, showing different symptoms to different components of the system. Consensus among the correct components can be reached by appropriately…

Robustness to Byzantine attacks is a necessity for various distributed training scenarios. When the training reduces to the process of solving a minimization problem, Byzantine robustness is relatively well-understood. However, other…

This paper investigates the task solvability of mobile robot systems subject to Byzantine faults. We first consider the gathering problem, which requires all robots to meet in finite time at a non-predefined location. It is known that the…

分布式、并行与集群计算 · 计算机科学 2011-06-02 Taisuke Izumi , Zohir Bouzid , Sébastien Tixeuil , Koichi Wada

Byzantine broadcast (BB) and Byzantine agreement (BA) are two most fundamental problems and essential building blocks in distributed computing, and improving their efficiency is of interest to both theoreticians and practitioners. In this…

密码学与安全 · 计算机科学 2020-10-07 Kartik Nayak , Ling Ren , Elaine Shi , Nitin H. Vaidya , Zhuolun Xiang

Ensuring reliable communication despite possibly malicious participants is a primary objective in any distributed system or network. In this paper, we investigate the possibility of reliable broadcast in a dynamic network whose topology may…

分布式、并行与集群计算 · 计算机科学 2018-11-06 Silvia Bonomi , Giovanni Farina , Sébastien Tixeuil

This paper considers the Byzantine consensus problem for nodes with binary inputs. The nodes are interconnected by a network represented as an undirected graph, and the system is assumed to be synchronous. Under the classical point-to-point…

分布式、并行与集群计算 · 计算机科学 2019-05-29 Muhammad Samir Khan , Syed Shalan Naqvi , Nitin H. Vaidya

In this work we look at Byzantine consensus in asynchronous systems under the local broadcast model. In the local broadcast model, a message sent by any node is received identically by all of its neighbors in the communication network,…

分布式、并行与集群计算 · 计算机科学 2019-09-09 Muhammad Samir Khan , Nitin Vaidya

This paper studies the {\em good-case latency} of {\em unauthenticated} Byzantine fault-tolerant broadcast, which measures the time it takes for all non-faulty parties to commit given a non-faulty broadcaster. For both asynchrony and…

分布式、并行与集群计算 · 计算机科学 2021-09-28 Ittai Abraham , Ling Ren , Zhuolun Xiang

The Reliable Broadcast concept allows an honest party to send a message to all other parties and to make sure that all honest parties receive this message. In addition, it allows an honest party that received a message to know that all…

分布式、并行与集群计算 · 计算机科学 2016-11-17 Danny Dolev , Meir Spielrien

In this report, we study the problem of Byzantine fault-tolerant distributed set intersection and the importance of redundancy in solving this problem. Specifically, consider a distributed system with $n$ agents, each of which has a local…

分布式、并行与集群计算 · 计算机科学 2024-02-15 Shuo Liu , Nitin H. Vaidya