Those are models of communication in distributed computation.
**The LOCAL model** :
Every vertex can send $poly(n)$ bits of information to each of its neighbors, each round.
**The CONGEST model** :
Every vertex can send $\log(n)$ bits of information to each of its neighbors, each round.
In both cases, the algorithm complexity is measured in the number of rounds it performs.