Distributed Systems: Communication
Foundations
Layered protocols
Due to the absence of shared memory, all communication in distributed systems is based on sending and receiving messages.
When process P wants to communicate with process Q, it first builds a message in its own address s...
metwalli.hashnode.dev6 min read