Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024

Software-Engineering

Question 157
The distributed system is a collection of (P)and communication is achieved in distributed system by (Q), where (P) and (Q) are:
A
Loosely coupled hardware on tightly coupled software and disk sharing, respectively.
B
Tightly coupled hardware on loosely coupled software and shared memory, respectively
C
Tightly coupled software on loosely coupled hardware and message passing, respectively
D
Loosely coupled software on tightly coupled hardware and file sharing, respectively.
Question 157 Explanation: 
A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another. The components interact with one another in order to achieve a common goal.
Since the components are located on different networked computers so we can say that the hardware are loosely coupled and since they are communicating and coordinating their actions then we can say that software are tightly coupled and the communication is taking place via message passing.
Hence option(C) is the correct answer.
Correct Answer: C
Question 157 Explanation: 
A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another. The components interact with one another in order to achieve a common goal.
Since the components are located on different networked computers so we can say that the hardware are loosely coupled and since they are communicating and coordinating their actions then we can say that software are tightly coupled and the communication is taking place via message passing.
Hence option(C) is the correct answer.

Leave a Reply

Your email address will not be published. Required fields are marked *