What are the main participating components of Pipes and Filter architecture

 Posted by Niladri.Biswas on 9/11/2012 | Category: Design Pattern & Practices Interview questions | Views: 2393 | Points: 40
Answer:

Filter

Enriches, refines or transforms input data. Each processing step is implemented by a filter component

Pipes

Implement the data flow between adjacent processing steps

Pipeline
A sequence of filters that are connected using pipes

Port
The connection between the filter and the pipe. In the basic form, each filter component has one input port and one output port


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response