I was reading Lamport's paper about the Byzantine Generals Problem and I would like to ask the following question: in order to the algorithm work, do I always need to know the number of faulty processes ?? For instance, if I have a network where there is no way of knowing how many processes may generate wrong messages, can't I use Lamport's solution (oral messages or signed messages) ??
Thanks !!