DeploymentDiagramme
A Deployment Diagram is a type of Unified Modeling Language (UML) diagram used to model the physical deployment of artifacts onto nodes in a system. It illustrates the physical architecture of a system, showing how software components are distributed across hardware or execution environments. The primary purpose of a deployment diagram is to visualize the hardware topology of the system and the software components that reside on each hardware component.
The fundamental elements of a deployment diagram are nodes and artifacts. A node represents a physical or
Relationships in deployment diagrams include communication paths, which represent the physical or logical connections between nodes,