updated: picture links now use internal repo images authored by Alexander Krause's avatar Alexander Krause
**Sources:** http://www.omg.org/spec/UML/2.5 (Starting at PDF page 693)
# Usage Scenarios
The **deployment diagram** is used to describe deployment relationships between artifacts and targets, i.e. which target deploys which artifact. We distinguish *instance* and *type* level deployment relationships (p. 694, first paragraph).
The **deployment diagram** is used to describe deployment relationships between artifacts and targets, i.e. which target deploys which artifact. We distinguish *instance* and *type* level deployment relationships (l-d-r) (p. 694, first paragraph). Instance l-d-r show the deployment for actual instances of nodes, e.g.
---
......@@ -9,11 +9,10 @@ The **deployment diagram** is used to describe deployment relationships between
Below you can find two different approaches for modelling a deployment of the previously defined [component diagram](https://git.informatik.uni-kiel.de/ag-se/teaching-public/wikis/uml/component-diagram).
## Single server (black box) deployment
![deployment-flat.svg](/uploads/3a70e7f973c3a71e68772562e9613acd/deployment-flat.svg)
![Deployment Diagram (black box)](https://git.informatik.uni-kiel.de/ag-se/teaching-public/wikis/uml-sources/img/deployment-blackbox.svg)
## Multi server (detailed) deployment
![deployment-hierarchy.svg](/uploads/a79207fc8b240923e5e660e4e12ceac3/deployment-hierarchy.svg)
![Deployment Diagram (black box)](https://git.informatik.uni-kiel.de/ag-se/teaching-public/wikis/uml-sources/img/deployment-distributed.svg)
TODO (Besprechen):
......
......