177k views
2 votes
How many ways to make data flow in pipe and filter architecture?

a. 4 ways: push-push/ pull-push/push-pull-pull
b. 2 ways: push / pull
c. 2 ways: push-pull/ pull-push
d. 3 ways: push only/ pull only/ push and pull

User Themiurgo
by
8.0k points

1 Answer

5 votes

Final answer:

Data can flow in two ways in pipe and filter architecture: push-pull and pull-push.

Step-by-step explanation:

In pipe and filter architecture, data can flow in several ways. The correct answer is (c) 2 ways: push-pull/ pull-push.

Push-Pull: In this approach, the data is pushed into the pipe from one end and pulled out from the other end simultaneously.

Pull-Push: In this approach, the data is first pulled from the pipe and then pushed back into the pipe after processing.

User A Human Being
by
9.0k points