In which of the following architecture styles does a device receive input from connectors and generate transformed outputs?
Answer options:
A. N-tiered
B. Heterogeneous
C. Pipes and filters
D. Layered
Answer correct:
C
In the pipes and filters architecture style, a device receives input from connectors and generates transformed outputs. A pipeline has a series of processing elements in which the output of each element works as an input of the next element. A little amount of buffering is provided between the two successive elements.