Component Diagram and Deployment Diagram PDF

Title Component Diagram and Deployment Diagram
Author A-072 Saquib Sheikh
Course DBMS
Institution Shri Ramdeobaba College of Engineering and Management
Pages 3
File Size 145.2 KB
File Type PDF
Total Downloads 17
Total Views 175

Summary

It is all about Component and Deployment Diagram. Component Diagram is all about components involved in the software development....


Description

Practical 7 Name: Saquib Sheikh Roll No: 72 Aim: To construct Component Diagram and Deployment Diagram to depict the structural view of the E-library Management System Theory: A component diagram, also known as a UML component diagram, describes the organization and wiring of the physical components in a system. Component diagrams are often drawn to help model implementation details and double-check that every aspect of the system's required functions is covered by planned development. A deployment diagram is a UML diagram type that shows the execution architecture of a system, including nodes such as hardware or software execution environments, and the middleware connecting them. Deployment diagrams are typically used to visualize the physical hardware and software of a system Steps to be followed: Component Diagram: 1. 2.

Decide on the purpose of the diagram. Add components to the diagram, grouping them within other components if appropriate. 3. Add other elements to the diagram, such as classes, objects and interface. 4. Add the dependencies between the elements of the diagram Deployment Diagram:

1. 2. 3. 4.

Decide on the purpose of the diagram. Add nodes to the diagram. Add communication associations to the diagram. Add other elements to the diagram, such as components or active objects, if required. 5. Add dependencies between components and objects, if required.

Output:

Component Diagram

Deployment Diagram

Conclusions: Component Diagrams show the types of software components in the system, their interfaces and dependencies. Deployment diagrams are used to visualize the hardware processors/ nodes/ devices of a system, the links of communication between them and the placement of software files on that hardware....


Similar Free PDFs