Skip to main content

Questions tagged [distributed-systems]

Questions about the challenges of solving problems with multiple cooperating but separate agents.

0 votes
0 answers
19 views

I'm looking for papers on some model close enough to the one I'm studying right now. The model is defined as follow: We have an alphabet of actions $\Sigma$ with two rendez-vous communication actions $...
Romain Delpy's user avatar
0 votes
0 answers
23 views

I keep coming across the terms coordination-free, wait-free, and high availability in distributed systems and concurrency literature, but I’m not sure how they differ.
Ershetz's user avatar
0 votes
0 answers
48 views

When making sure we have consistency across multiple postgres nodes - why do I have to handle this coordination layer in my application logic using the 2PC unlike in other databases? Grok and claude ...
lookins's user avatar
0 votes
0 answers
32 views

I'm working on my thesis that proposes some distributed lock-free MPSCs using the RMA programing model. I'm currently in the process of benchmarking. The thing is, I want to benchmark my algorithms ...
Huy Đỗ Nguyễn An's user avatar
0 votes
0 answers
34 views

I've been reading and exploring different types of consistency models. I mainly refer to this one: https://jepsen.io/consistency/models In many blogs or textbooks, when we discuss inconsistencies, we ...
Lingfeng Xiang's user avatar
2 votes
1 answer
59 views

If two binary session types $S_1$ and $S_2$ are bisimilar, are all subtypes of $S_1$ also subtypes of $S_2$ and vice versa?
joel's user avatar
  • 123
1 vote
1 answer
87 views

In the proof of Lemma 2 in the FLP impossibility paper, the authors use the fact that if a single process fails after inputting distinct messages into the message buffer and then failing, any schedule ...
entangled_photon's user avatar
0 votes
1 answer
75 views

Given p processes and n packages. Every process contains k = n / p distinct packages. Now, I ...
Green 绿色's user avatar
1 vote
0 answers
131 views

I’m trying to understand whether the Space Shuttle flight control computers, which are sometimes referred to as MISD (Multiple Instruction, Single Data), truly fit this classification. According to ...
CoadyTech's user avatar
1 vote
0 answers
44 views

RAFT gives consensus, and multiple rounds of consensus gives Linearizability(Strong Consistency). CAP theorem states you cannot have Consistency in the presence of Network Partitions if you definitely ...
D.B.K's user avatar
  • 111
0 votes
1 answer
135 views

I've been trying to design such an algo with TLA+ formal prover, that is till I realized that it's a case of "simple-looking problem but with soooo many corner-cases", which screams of "...
Hi-Angel's user avatar
  • 121
2 votes
2 answers
130 views

I need to understand the motivations behind distributed computing, namely the fact to perform a computation by making physically separated computer, connected by communication links, work together. I ...
StarBuck's user avatar
  • 137
1 vote
1 answer
165 views

With Lamport clocks, each node keeps its own counter. Before sending a message, a node increments its counter by one: LC(A)=LC(A)+1, and sends ...
A. Darwin's user avatar
  • 123
1 vote
1 answer
61 views

In the book A Science of Concurrent Programs Leslie Lamport describes alternative way how to look at safety and liveness properties in distributed algorithms. A.5 Another Way to Look at Safety and ...
Andreo's user avatar
  • 113
1 vote
0 answers
68 views

The original paper of Bully algorithm [1] does not make any assumption of a synchronous processing. But I see few lectures explicitly call it suitable for synchronous processing. I am not sure why do ...
KRG's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
28