Implementation Diagrams - Component and Deployment
So far, we've seen how to diagram the tasks that your system will perform, the details of the classes in your system, and the dynamic behaviour of the system - but what about the big picture? The two types of implementation diagrams provide the solution. With the deployment diagram, you can show how the components of your system are physically related, and with the component diagram, you can show the components in the system are organized.
You can combine the two diagrams if you choose:
View Complete Post