Computer Science, asked by ikram97hossain, 4 months ago

Differentiate between loosely coupled configuration and tightly coupled configuration.

Answers

Answered by aarifatrichy
1

Answer:

The key difference between loosely coupled and tightly coupled system is that loosely coupled system has distributed memory, whereas, the tightly coupled system has shared memory. Loosely coupled is efficient when the tasks running on different processors has minimal interaction between them.

Similar questions