中文
相关论文

相关论文: Vertical Atomic Broadcast and Passive Replication …

200 篇论文

Communication primitives play a central role in modern computing. They offer a panel of reliability and ordering guarantees for messages, enabling the implementation of complex distributed interactions. In particular, atomic broadcast is a…

分布式、并行与集群计算 · 计算机科学 2024-10-08 José Augusto Bolina , Pierre Sutra , Douglas Antunes Rocha , Lasaro Camargos

Atomic broadcast is an important communication primitive often used to implement state-machine replication. Despite the large number of atomic broadcast algorithms proposed in the literature, few papers have discussed how to turn these…

分布式、并行与集群计算 · 计算机科学 2014-01-24 Parisa Jalili Marandi , Marco Primi , Nicolas Schiper , Fernando Pedone

Reliable broadcast is a fundamental primitive, widely used as a building block for data replication in distributed systems. Informally, it ensures that system members deliver the same values, even in the presence of equivocating Byzantine…

分布式、并行与集群计算 · 计算机科学 2021-09-20 João Paulo Bezerra , Petr Kuznetsov , Alice Koroleva

Atomic multicast is a communication primitive used in dependable systems to ensure consistent ordering of messages delivered to a set of replica groups. This primitive enables critical services to integrate replication and sharding (i.e.,…

分布式、并行与集群计算 · 计算机科学 2025-09-10 Lorenzo Martignetti , Eliã Batista , Gianpaolo Cugola , Fernando Pedone

Atomic multicast is a communication primitive that delivers messages to multiple groups of processes according to some total order, with each group receiving the projection of the total order onto messages addressed to it. To be scalable,…

分布式、并行与集群计算 · 计算机科学 2019-04-16 Alexey Gotsman , Anatole Lefort , Gregory Chockler

The rise of worldwide Internet-scale services demands large distributed systems. Indeed, when handling several millions of users, it is common to operate thousands of servers spread across the globe. Here, replication plays a central role,…

分布式、并行与集群计算 · 计算机科学 2016-08-11 Samuel Benz , Parisa Jalili Marandi , Fernando Pedone , Benoît Garbinato

We present a novel and simple solution to Atomic Broadcast (AB). We reduce AB to two subproblems. One of them is Reliable Broadcast (RB). We also introduce a subproblem we call Weakly-terminating Binary Agreement (WBA). WBA relaxes Binary…

分布式、并行与集群计算 · 计算机科学 2022-05-16 Andreas Fackler , Samuel Schlesinger , Matthew Doty

The problem of total-order (uniform reliable) broadcast is fundamental in fault-tolerant distributed computing since it abstracts a broad set of problems requiring processes to uniformly deliver messages in the same order in which they were…

分布式、并行与集群计算 · 计算机科学 2022-09-30 Oskar Lundström , Michel Raynal , Elad Michael Schiller

Many distributed systems work on a common shared state; in such systems, distributed agreement is necessary for consistency. With an increasing number of servers, these systems become more susceptible to single-server failures, increasing…

分布式、并行与集群计算 · 计算机科学 2019-12-13 Marius Poke , Colin W. Glass

Reconfiguration is one of the central mechanisms in distributed systems. Due to failures and connectivity disruptions, the very set of service replicas (or servers) and their roles in the computation may have to be reconfigured over time.…

分布式、并行与集群计算 · 计算机科学 2020-09-16 Petr Kuznetsov , Thibault Rieutord , Sara Tucci-Piergiovanni

Atomic multicast is a communication abstraction where messages are propagated to groups of processes with reliability and order guarantees. Atomic multicast is at the core of strongly consistent storage and transactional systems. This paper…

分布式、并行与集群计算 · 计算机科学 2023-09-29 Eliã Batista , Paulo Coelho , Eduardo Alchieri , Fernando Dotti , Fernando Pedone

Web processes are made up of services as their units of functionality. The services are represented as a graph and compose a synergy of service. The composite service is prone to failure due to various causes. However, the end-user should…

软件工程 · 计算机科学 2012-11-28 Hadi Saboohi , Sameem Abdul Kareem

Active replication is commonly built on top of the atomic broadcast primitive. Passive replication, which has been recently used in the popular ZooKeeper coordination system, can be naturally built on top of the primary-order atomic…

分布式、并行与集群计算 · 计算机科学 2015-10-13 Flavio P. Junqueira , Marco Serafini

Broadcast networks allow one to model networks of identical nodes communicating through message broadcasts. Their parameterized verification aims at proving a property holds for any number of nodes, under any communication topology, and on…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Nathalie Bertrand , Patricia Bouyer , Anirban Majumdar

Reliable broadcast is a communication primitive guaranteeing, intuitively, that all processes in a distributed system deliver the same set of messages. The reason why this primitive is appealing is twofold: (i) we can implement it…

分布式、并行与集群计算 · 计算机科学 2020-11-24 Rachid Guerraoui , Jovan Komatovic , Petr Kuznetsov , Yvonne-Anne Pignolet , Dragos-Adrian Seredinschi , Andrei Tonkikh

This paper introduces a new communication abstraction, called Set-Constrained Delivery Broadcast (SCD-broadcast), whose aim is to provide its users with an appropriate abstraction level when they have to implement objects or distributed…

分布式、并行与集群计算 · 计算机科学 2017-06-19 Damien Imbs , Achour Mostefaoui , Matthieu Perrin , Michel Raynal

We consider the problem of throughput-optimal broadcast- ing in time-varying wireless networks, whose underlying topology is restricted to Directed Acyclic Graphs (DAG). Previous broadcast algorithms route packets along spanning trees. In…

信息论 · 计算机科学 2016-04-05 Abhishek Sinha , Leandros Tassiulas , Eytan Modiano

This paper introduces a novel algorithm, the Active Virtual Network Management Protocol (AVNMP), for predictive network management. It explains how the AVNMP facilitates the management of an active network by allowing future predicted state…

网络与互联网体系结构 · 计算机科学 2009-09-25 Stephen F. Bush

Many distributed systems require coordination between the components involved. With the steady growth of such systems, the probability of failures increases, which necessitates scalable fault-tolerant agreement protocols. The most common…

分布式、并行与集群计算 · 计算机科学 2017-04-24 Marius Poke , Torsten Hoefler , Colin W. Glass

The most common strategy for enabling a process in a distributed system to broadcast a message is one-to-all communication. However, this approach is not scalable, as it places a heavy load on the sender. This work presents an autonomic…

分布式、并行与集群计算 · 计算机科学 2025-12-03 Luiz A. Rodrigues , Elias P. Duarte , Luciana Arantes
‹ 上一页 1 2 3 10 下一页 ›