In distributed computing, each processor has its own local memory. ?
Answers
Answered by
1
Yes. Distributed computing is a field that studies distributed systems. These distributed systems are groups of computers which share a network.
A program running within a distributed system is known as a distributed program. In a system, each processor has its own private (local) memory.
Information is exchanged between these processors by passing of messages.
Similar questions