Computer Science, asked by nayaksandip210, 3 months ago

which of the following will be true distributed system​

Answers

Answered by Anonymous
1

It is the collection of process

Hope it's help you.

Answered by aburaihana123
0

complete question:

which of the following will be true distributed system​.

(A) tightly-coupled software on loosely-coupled hardware.

(B) loosely-coupled software on tightly coupled software

(c)  tightly-coupled software on tightly-coupled hardware.

(d) loosely-coupled software on loosely-coupled software

Answer.

loosely-coupled software on tightly coupled software will be true distributed system

Explanation:

Tightly coupled software

  • Since one module will have an impact on many dependent modules, tight coupling makes it difficult to update the modules of an application.
  • It is challenging to alter the modules or test them after a modification due to their significant interdependency.

Loosely coupled software

  • The term "loose coupling" refers to a strategy in which there is little or no interdependence between the modules or components of an application.
  • If each component of a system knows little about the other components, the system is said to be loosely linked.

True distributed system:

While operating on a group of machines without shared memory, a distributed system appears to users as a single computer.

#SPJ3

Similar questions