- Institute of Operating Systems and Computer Networks
- News
- About us
- Connected and Mobile Systems
- Distributed Systems
- Algorithms
- Microprocessor Lab
- Education
- Services
- Spin-Offs
- Research Cooperations
Smart service state partitioning in BFT
Supervisor | Dr. Bijun Li |
Wenbo Xu | |
Professor | Prof. Dr. Rüdiger Kapitza |
Project | RailCloud |
IBR Group | DS (Prof. Kapitza) |
Type | Bachelor Thesis |
Status | finished |
ProblemThe traditional BFT state machine replication system requires total order of all requests. However, there is already new mechanism exploiting parallelism in modern replication system. The service state is split into different partitions and only requires a partial order on requests visiting the same partition [0]. This arises the new challenge to define the partitions in a proper way, so that the requests crossing multiple partitions can be minimized. SolutionThis work is an extension of our previous wok [0], which is a multi-leader BFT mechanism. The objective is to develop an algorithm to smartly partition the service state according to the dependency of requests. One possible solution could be using machine learning and data mining approach to analyze underlying dependencies. A very good skill of Java and basic machine learning knowledge are required. [0]: https://www.ibr.cs.tu-bs.de/theses/bli/ml-bft.html |