written 6.8 years ago by | modified 2.8 years ago by |
Subject :- Data Structures
Topic :- Fundamentals of Distributed Computing
Difficulty :- Medium
written 6.8 years ago by | modified 2.8 years ago by |
Subject :- Data Structures
Topic :- Fundamentals of Distributed Computing
Difficulty :- Medium
written 6.8 years ago by |
Loosely coupled system.
It is a concept of system design and computing where loosely coupled system is one in which every individual component has no knowledge of the definitions of other components.
In a loosely coupled system, hardware and software may interact but they are not dependent on each other.
It uses distributed memory concept. High space in this architecture
Contention is low in loosely coupled
It has high scalability
Data rate in loosely coupled system is low
Cost of loosely coupled system is low
It has static interconnection network
It operates on Multiple Operating System
In loosely coupled system, each process have its own cache memory
Throughput is low in loosely coupled
Security is low in loosely coupled
Power consumption is higher than tightly coupled system
Reusable in the case of flexibility
Tightly coupled system.
It is a concept of system design and computing where every hardware and software components that are linked together in such manner that each component is dependent upon each other.
Tightly coupled architecture promotes interdependent applications and code.
Tightly coupled architecture is fragile as the minor issue in one segment can bring the whole system down.
It uses shared memory concept. Hence Low space in this architecture
Contention is high in tightly coupled
It has low scalability
Data rate in tightly coupled system is high
Cost of tightly coupled system is high
It has dynamic interconnection network
It operates on Single Operating System
In tightly coupled system cache memory assign according to the need of processing
Throughput is high in tightly coupled
Security is high in tightly coupled
Power consumption is lower than loosely coupled system
Not reusable in the case of flexibility