Distributed Environment
Distributed environment refers to multiple independent CPUs or processors in a computer system. Operating system does the following activities related to distributed environment.
- OS Distributes computation logics among several physical processors.
- The processors do not share memory or a clock.
- Instead, each processor has its own local memory.
- OS manages the communications between the processors. They communicate with each other through various communication lines.