0
928views
Describe the concept of node instance used in deployment diagram. Also write its notation OR Explain node instances of deployment diagram with example.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
1
8views

A node is a physical element that exists at run time and represents a computational resource with some memory and processing capability. Instance of node can be hardware device or execution environment.Hardware device can be server, printer etc. Execution environment can be a node that offers an executionenvironment for specific types of components that are deployed on it in the form of executable.

Example:

enter image description here

  • Execution environment can be a node that offers an execution environment for specific types of components that are deployed on it in the form of executable.

    Example:

enter image description here

Please log in to add an answer.