A model which is suited to applications where data is generated by one…
2025
A model which is suited to applications where data is generated by one sub-system and used by another
- A.
Control models
- B.
Machine-model
- C.
Client-server model
- D.
Repository model
Attempted by 28 students.
Show answer & explanation
Correct answer: D
The Repository Model (also known as the Shared Data model) is an architectural pattern where all shared data is held in a central database or "repository." Sub-systems communicate with each other by generating data and placing it in this repository, from where other sub-systems can then retrieve and use it. This is highly efficient for large-scale data sharing between complex sub-systems that do not necessarily need to communicate directly.