0
2.3kviews
What types of application are applicable for following styles and give example of each:

i. Event based

ii. Pipe and Filter

iii. Layered

iv. Mobile Code

v. Black board

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

Marks: 10 M

Year: Dec 12

1 Answer
0
28views

Event based:

Here the components are independent and communicate asynchronously.

The qualities are that they are

  • Highly scalable
  • Easy to evolve
  • Effective for highly distributed heterogeneous applications. Example: User interface software, wide-area applications involving independent parties.

Pipe and Filter: Here, separate programs are executed potentially and concurrently. The data …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.