0
1.8kviews
Define the following terms

i. Component

ii. Connector

iii. Configuration

iv. Architectural style

v. Architectural patterns

vi. View and Viewpoints

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

* Marks:- * 12 M

* Years :- * Dec14, May13, May12

1 Answer
0
6views

i. Component

A software component is an architectural entity that

  • Encapsulates a subset of the system’s functionality and/or data.
  • Restricts access to that subset via an explicitly defined interface.
  • Has explicitly defined dependencies on its required execution context.

General notation used for a component is:

enter image description here

ii. Connector

A software connector …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.