Hi,
I have to implement in C an distibuted algorithm, which counts the number of processes in a full-connected network when happens f byzantine faults.

Could you help me with the algorithm ? Only a basic idea!
I don't want the implementation.

I am looking in web and I found EIGBYZ algorithm, but I can't understand it.

Any help?? please
Thanks a lot

Recommended Answers

All 3 Replies

anybody ??

Perhaps you could explain which part you don't understand?

Perhaps you could explain which part you don't understand?

If I run the algorithm EIGBYZ with 4 processes [A,B,C,D] and f=1 fault for example.
with initial values 0,0,0,1 and the last proccess is fault what is the output from the algorithm ?

A: B->0, C->0, D->unknown
B: A->0, C->0, D->unknown
C: A->0, B->0, D->unknown
D: A-<unknown B->unknown, C->unknown, D->unknown
???


To count my proccesses I have instead to send a value to increase a counter for every message ?
And if the fault proccess sends two messages ??


I can't understand!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.