0
2.3kviews
Explain the existing frameworks for pipe and filer style and C2 architectural style.

Mumbai University > Computer engineering > Sem 7 > Software Architecture.

Marks: 10 M

Year: May 12

1 Answer
0
22views

Pipe and Filter style

  • Components (filters) organized linearly, communicate through character-stream ‘pipes,’ which are the connectors
  • Filters may run concurrently on partial data
  • In general, all input comes in through the left and all output exits from the right

There are two frameworks for this style-

The Standard I/O framework: …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.