中文
相关论文

相关论文: Fork Sequential Consistency is Blocking

200 篇论文

Software-defined networking (SDN) allows operators to control the behavior of a network by programatically managing the forwarding rules installed on switches. However, as is common in distributed systems, it can be difficult to ensure that…

网络与互联网体系结构 · 计算机科学 2016-07-19 Pavol Cerny , Nate Foster , Nilesh Jagnik , Jedidiah McClurg

Today, network devices share buffer across priority queues to avoid drops during transient congestion. While cost-effective most of the time, this sharing can cause undesired interference among seemingly independent traffic. As a result,…

网络与互联网体系结构 · 计算机科学 2021-05-25 Maria Apostolaki , Vamsi Addanki , Manya Ghobadi , Laurent Vanbever

In this paper, we present a condition to obtain instability for a class of queueing networks where the arrival rates in each server are constant and the departure rate in each server is a decreasing function of the queue lengths of other…

概率论 · 数学 2023-08-01 Pierre Popineau , Seva Shneer

Programming models for concurrency are optimized for dealing with nondeterminism, for example to handle asynchronously arriving events. To shield the developer from data race errors effectively, such models may prevent shared access to data…

软件工程 · 计算机科学 2014-10-24 Mischael Schill , Sebastian Nanz , Bertrand Meyer

In modern databases, transaction processing technology provides ACID (Atomicity, Consistency, Isolation, Durability) features. Consistency refers to the correctness of databases and is a crucial property for many applications, such as…

数据库 · 计算机科学 2022-06-30 Haixiang Li , Yuxing Chen , Xiaoyan Li

Federated learning is a collaborative method that aims to preserve data privacy while creating AI models. Current approaches to federated learning tend to rely heavily on secure aggregation protocols to preserve data privacy. However, to…

密码学与安全 · 计算机科学 2022-11-14 John Reuben Gilbert

In this work, we study perfectly-secure multi-party computation (MPC) against general (non-threshold) adversaries. Known protocols in a synchronous network are secure against $Q^{(3)}$ adversary structures, while in an asynchronous network,…

密码学与安全 · 计算机科学 2022-08-15 Ananya Appan , Anirudh Chandramouli , Ashish Choudhury

Concurrent accesses to databases are typically grouped in transactions which define units of work that should be isolated from other concurrent computations and resilient to failures. Modern databases provide different levels of isolation…

数据库 · 计算机科学 2025-07-16 Ahmed Bouajjani , Constantin Enea , Enrique Román-Calvo

The fundamental tension between availability and consistency shapes the design of distributed storage systems. Classical results capture extreme points of this trade-off: the CAP theorem shows that strong models like linearizability…

分布式、并行与集群计算 · 计算机科学 2025-10-29 Hagit Attiya , Constantin Enea , Enrique Román-Calvo

The purpose of a consensus protocol is to keep a distributed network of nodes "in sync," even in the presence of an unpredictable communication network and adversarial behavior by some of the participating nodes. In the permissionless…

分布式、并行与集群计算 · 计算机科学 2024-06-25 Eric Budish , Andrew Lewis-Pye , Tim Roughgarden

Scientists have built a variety of covert channels for secretive information transmission with CPU cache and main memory. In this paper, we turn to a lower level in the memory hierarchy, i.e., persistent storage. Most programs store…

密码学与安全 · 计算机科学 2024-06-21 Qisheng Jiang , Chundong Wang

Preserving the privacy of individual databases when carrying out statistical calculations has a long history in statistics and had been the focus of much recent attention in machine learning In this paper, we present a protocol for…

密码学与安全 · 计算机科学 2011-12-01 Rob Hall , Yuval Nardi , Stephen Fienberg

Redundancy mechanisms consist in sending several copies of a same job to a subset of servers. It constitutes one of the most promising ways to exploit diversity in multiservers applications. However, its pros and cons are still not…

性能 · 计算机科学 2021-03-22 Elene Anton , Urtzi Ayesta , Matthieu Jonckheere , Ina Maria Verloop

Web Service is one of the most significant current discussions in information sharing technologies and one of the examples of service oriented processing. To ensure accurate execution of web services operations, it must be adaptable with…

社会与信息网络 · 计算机科学 2016-10-04 Marzieh Adelnia , Mohammad Reza Khayyambashi

Traditional approaches to replication require client requests to be ordered before making them durable by copying them to replicas. As a result, clients must wait for two round-trip times (RTTs) before updates complete. In this paper, we…

分布式、并行与集群计算 · 计算机科学 2017-10-30 Seo Jin Park , John Ousterhout

Storage networking technology has enjoyed strong growth in recent years, but security concerns and threats facing networked data have grown equally fast. Today, there are many potential threats that are targeted at storage networks,…

网络与互联网体系结构 · 计算机科学 2010-07-15 Siva Rama Krishnan Somayaji , Ch. A. S Murty

The prolonged service time at non-dedicated servers has been observed in [1]. Motivated by such real problems, we propose a stylized model which characterizes the feature of the prolonged service time at non-dedicated servers in an…

性能 · 计算机科学 2021-03-02 Yanting Chen , Jingui Xie , Taozeng Zhu

Users' devices, e.g., smartphones or laptops, are typically incapable of securely storing and processing cryptographic keys. We present Tandem, a novel set of protocols for securing cryptographic keys with support from a central server.…

密码学与安全 · 计算机科学 2020-07-14 Wouter Lueks , Brinda Hampiholi , Greg Alpár , Carmela Troncoso

In applications of distributed storage systems to distributed computing and implementation of key- value stores, the following property, usually referred to as consistency in computer science and engineering, is an important requirement: as…

信息论 · 计算机科学 2015-10-20 Zhiying Wang , Viveck R. Cadambe

Today's datacenter applications are underpinned by datastores that are responsible for providing availability, consistency, and performance. For high availability in the presence of failures, these datastores replicate data across several…

分布式、并行与集群计算 · 计算机科学 2020-01-28 A. Katsarakis , V. Gavrielatos , M. Katebzadeh , A. Joshi , A. Dragojevic , B. Grot , V. Nagarajan