Can someone send me information on how to diagram dfs?

Asked By 20 points N/A Posted on -
qa-featured

Hi! I am working on different structure diagrams for file systems, websites as a learning process for an upcoming job. I would like to know how to diagram dfs, understanding the entire structure and relationships. This should not be copy paste from what Microsoft provides, but individual analysis. I know it might take some time to figure out. Thanks.

SHARE
Answered By 65 points N/A #168787

Can someone send me information on how to diagram dfs?

qa-featured

Hello,

Unified Modelling Language (UML) supports two types of diagrams namely Structure Diagrams and Behavior Diagrams. Structure Diagrams have six different types of diagrams namely Class, Component, Composite, Deployment, Object, and Package Diagrams. Class diagrams model for structure of an application by showing classes and objects etc. Component diagrams model the architecture of an application showing physical inter-dependent components. Composite Structure Diagrams model structure of classes. Deployment Diagrams model the hardware, the system component, its association between the other, tells what is installed, when and where it communicates. Object diagrams model hierarchical structure of a system and basically shows object interactions. Lastly, Package Diagrams model hierarchical structures of a system in terms of logical groupings and their dependencies with each other.

 

 

Related Questions