In a distributed computing environment, there exist two main problems that differentiate process operations from that of a non-distributed environment. 1. In a distributed computing environment, processes don't have a common notion of time. 2. There is no shared memory in a distributed computing environment. Therefore, processes don't have up-to-date knowledge about the global system state. |
Foundations >