December 31st, 2008
FOREVER: Fault/intrusiOn REmoVal through Evolution & Recovery
Alysson Neves Bessani, Hans P. Reiser, Paulo Sousa, Ilir Gashi, Vladimir Stankovic, Tobias Distler, Rüdiger Kapitza, Alessandro Daidone, Rafael R. Obelheiro
In Middleware (Companion), Leuven, Belgium, pages 99-101, December 2008.
No Comments » | Publications | Permalink
Posted by pjsousa
December 31st, 2008
IEEE Security & Privacy Nov/Dec 2008
The CRUTIAL Way of Critical Infrastructure Protection
Alysson Neves Bessani, Paulo Sousa, Miguel Correia, Nuno Ferreira Neves, Paulo Veríssimo
IEEE Security and Privacy, vol. 6, no. 6, pp. 44-51, Nov/Dec 2008.
No Comments » | Publications | Permalink
Posted by pjsousa
December 18th, 2008
JBP aims to provide a complete, modular and clear implementation of the Byzantine Paxos agreement protocol in Java programming language. Since there are several variants of this algorithm, we choose to implement Paxos at War, by Piotr Zielinski, for consensus and extended it to for total order multicast adding only one communication step and maintaining the quadratic message complexity using the usual technique proposed by Leslie Lamport in the Classical Paxos algorithm and later extended by Castro and Liskov in the BFT system.
JBP was developed because there was no implementation of a fast Byzantine fault-tolerant Total order multicast protocol in Java. Moreover, JBP implementation follow the same line of the BFT system (implemented in C), but we want to separate state management (basically, checkpoints) from the core total order multicast algorithm.
JBP is available to download, you are welcome to try it!
No Comments » | Software | Permalink
Posted by pjsousa