UML Deployment Diagram (Unified Modeling Language)

Deployment Diagram in UML

Deployment Diagram shows the configuration of run time processing nodes and the components that live on them. It is used for modeling topology of the hardware on which your system executes.

Contents of the diagram are
- Nodes
- Dependency.

We can use this diagram in modeling
- Client/Server systems
- Modeling fully distributed systems
- Modeling embedded systems.
UML component diagrams - What is component diagrams?
UML component diagrams - What is component diagrams? - A component diagram is particularly useful with teams of larger size....
UML sequence diagrams - What are the various components in sequence diagrams?
UML sequence diagrams - What are the various components in sequence diagrams? - Actor: Actor represents an external user / end user who interact with the system. ....
UML deployment diagram - What are the parts of a deployment diagram?
UML deployment diagram - What are the parts of a deployment diagram? - Nodes: A node represents any hardware component. The configuration of hardware is represented by attributes of nodes......
Post your comment