Question 17
In a data processing application, raw sensor data is collected and passed through a series of stages: first, the data is cleaned, then it is normalized, after which statistical analyses are performed, and finally, visualizations are generated. Each stage processes the output from the previous stage and passes it to the next.
Which type of architecture is used in this data processing application?
Client-server
Pipe and filter
Model-view-controller
Peer-to-peer