UML Implementation diagram includes: Deployment diagram, Component diagram
Component diagram describes the main functions of a system from the perspective of software architecture; The deployment diagram describes the structure of the system runtime and the mapping between software and hardware.
The following figure is a summary of the implementation diagram:
Three: Description
Component diagrams: Describes the physical structure of code artifacts and the dependencies between the various constructs. The components used to model software and their relationship to each other, which are composed of the relationship between the component marker and the component. In a component diagram, a component is a single component of software that can be a file, product, executable, script, and so on.
Deployment diagram: Is the physical deployment used to model the system. such as computers and devices, and how they are connected. The users of the deployment diagram are developers, system integrators, and testers.