PRACTICAL 4: Drawing Engineering Diagram Using Dia

Dia is free and open source general-purpose diagramming software, developed originally by Alexander Larsson. Dia uses a controlled single document interface (SDI) similar to GIMP and Inkscape.
Dia has a modular design with several shape packages available for different needs: flowchart, network diagrams, circuit diagrams, and more. It does not restrict symbols and connectors from various categories from being placed together.
Dia has special objects to help draw entity-relationship models (obsoleted tedia2sql or newer parsediasql can be used to create the SQL DDL), Unified Modeling Language (UML) diagrams, flowcharts, network diagrams, and simple electrical circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of Scalable Vector Graphics (SVG) to draw the shape.
Dia loads and saves diagrams in a custom XML format which is, by default, gzipped to save space. It can print large diagrams spanning multiple pages and can also be scripted using the Python programming language.
Dia can export diagrams to various formats including PNG, VDX, EPS.

Dia can be downloaded from http://dia-installer.de/
  •   Dia diagram of internet connection between two building







  • Dia diagram of Solar system




  • Dia diagram of cloud storage








  • Dia diagram of different type of network topology

MORE DIAGRAMS WILL BE UPLOADED SOON TO THIS BLOG


  • network diagram of ATM machine
  • network diagram of lab
  • network diagram of Vlan (virtual local area network)

Comments

Popular posts from this blog

Login into Gmail Account Using Web Driver

Tutorial 4

Case study of Library Management System