Matters are complicated if we demand that a process goruo reaches an agereement. This is done for electinfg a coord, deciding or not whether to commit a Tx, and synchronizing. This is not that simple when comm. and procs. are not perfect. The general goal is to reach consensus, even with the faulty nodes in a finite set of steps.
The two-army problem
Red army 5000 troops is in a valley, let’s say Val d’Nuria.
Two blue armies are camped on the hills overlooking the valley, and are 3000 strong
If both blue armies attack at the same time, they will result victorious, however if only one attacks, math says:
5000 vs. 3000 = Slaughter!
The problem is that the communication channel is unreliable, the blue army messenger can be captured by the red army on his way down the hill to the other side. It’s all about ACKs! They may never know when the ACK is the final ACK, or when this messenger got captured.
Byzantine generals problem
Now comm. channels are reliable but the processes are not. Now there are n blue armies around Val d’Nuria. Communication is done by cellphone, as the generals all like Smartphones and so. However, among the generals there are m traitors (faulty) among the generals, and these are continually feeding the line with contradictory information.
The goal is to exchange information about the size of each army. So each general exchanges its information and by the end, they will each have a vector of length n corresponding to all the armies. If gral i is loyal then the element i is his troop strength, otherwise it’s undefined.
An algorithm by good old Leslie Lamport et al. is shown below, with n=4 and m=1:
- Step 1(a): general 1 reports 1K troops, 2 reports 2K, 3 lies to everyone and 4 reports 4K troops
- Step 2(b): Results are collected as a vector
- Step 3(c): Every gral. passes his vector from (b) to every other gral. Every gral gets 3 vectors, one from each general. Here general 3 is still a filthy little lier and lies more than ever, with values a-l
- Step 4: Each gral examines the value of each ith value, if any value has a majority, that value is used. If no value has a majority, the position is marked UNKNOWN.
- Result: (1,2,UNKNOWN,4)
In a system with m faulty processes, agreement can be achieved only if 2m+1 correctly functioning processes are present for a total of 3m+1.
If you like this post and nerdy apparel. Check this out!
http://www.spreadshirt.com/never-trust-byzantine-generals-bags-C3376A7439092