T1: Multi-party Communication Model (NOF)
Multi-party communication model is a generalization of the classical two-party communication model.
Definition
Given a set of players, and string each of which is -bit. Any player holds a string but can see strings but . It seems that that player put on the forehead (NOF).
The communication between parties is “writing on a blackboard” (broadcast): any bits sent by any party can be seen by all parties.
The in the multi-party communication model is the number of bits written on the blackboard.
A Toy Example
Consider the function . When , two bits are enough for solving . Since a player can see , it can return whether they are all equal or not by 1 or 0. Another player can check and similarly return 1 or 0. By these two bits, we can solve the function .
Reference
[1]. Communication Complexity. Eyal Kushilevitz and Noam Nisan.