[Distributed systems] Communication model
·
[ Computer Science ]/Distributed systems
types of process communication1. same machine, same process (inter thread)2. same machine (inter process)3. over network (remote machines)process 1. heterogeneous (all can be different)2. expensive communication cost (limited ... number and size !!!)>> communication models and protocols are neededcommunication model components = message format +protocolRPC = remote procedure callremote procedure..