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