Distributed Raft Consensus algorithm implementation using UDP segments.
-
Updated
Jul 16, 2020 - Python
Distributed Raft Consensus algorithm implementation using UDP segments.
Implementation of Raft's distributed consensus using P4-programmable data-plane devices.
Implementation of a distributed replication protocol used for passive replication
This project aimed at extending the original Paxos implementation specified by Lamport into a version with preemption. As part of this project I also added correctness testing to check that executions with both the original and the extended versions are correct. I measure the running times to learn a consensus value under varying values of 3 par…
Add a description, image, and links to the distributed-consensus topic page so that developers can more easily learn about it.
To associate your repository with the distributed-consensus topic, visit your repo's landing page and select "manage topics."