Computer Science, asked by rekha12341, 1 year ago

distibuted computing each processor has its own local memory or not

Answers

Answered by aqibkincsem
0

The distributed computing each processor has both its own local memory and clock also.

Distributed computing is a field of computer science that studies distributed systems- a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to each other.

And, the components interact with each other in order to achieve a common goal.

Answered by Shaizakincsem
0

Every processor will have its own particular cache memory yet RAM can be shared between processor in a multi processor framework.

On the off chance that the distributed framework comprise of different PCs in comparison to every framework will have its own particular local memory.

Inside your normal desktop processor, you have numerous processor centers with a typical memory.

The caches of each center additionally need instruments to permit synchronization - this is a significant complex accomplishment.

It is conceivable to compose code so you can guarantee that each center is ensured to see a specific value kept in touch with memory instantly.

A few calculations have excessive information reliance, so local memory must be shared between the computing units.


Similar questions