In: Computer Science
which architechtural pattern is suitable to appliactio in which data is genrated by one computer and used by anoter
The architectural pattern that is suitable for an appliction where one computer generates data and the same data is used by another computer.is clien server architectural pattern.
Client Server Architecture:
Client-Server architecture is a distributed computing system where data and processing is distributed across a range of network or server and can be utilized by any number of client over the same network. For an application where one computer generates data and another utilizes that data client server architecture is suitable as sever computer generates data and utilized by client computer.
Lets consider weather forecast application as such an application. In weather forecast application the client server architecture can be implemneted as weather data is generated and stored and processesd in server computer and utilized by different client computers.
HOPE I ANSWERED YOUR QUESTION AND WISH YOU ALL THE BEST.
PLEASE RATE THIS ANSWER WITH AN UPVOTE, THANKYOU.