Modeldraw
  • Welcome to Modeldraw
  • Getting Started
    • Quickstart Guide
  • FAQ
  • UML Designer
    • Common Elements
      • Comment
      • Comment Link
      • Dependency
      • Realization
      • Frame
    • Class Diagrams
      • Class
      • Association
      • Generalization
      • Composition
      • Aggregation
      • Enumeration
      • Interface
      • Association Class Link
      • Ball (Interface Realization)
      • Socket (Required Interface)
    • Sequence Diagrams
      • Lifeline
      • Activation Bar
      • Synchronous Message
      • Asynchronous Message
      • Return Message
      • Found Message
      • Interaction Frame
    • Use Case Diagrams
      • Actor
      • Use Case
      • Association
      • System Boundary
      • Generalization
      • Include Relationship
      • Extend Relationship
    • State Machine Diagrams
      • State
      • Initial State
      • Final State
      • Transition
      • Superstate
      • Concurrent Boundary
      • History Pseudostate
      • History Transition
    • Package Diagrams
      • Package
    • Deployment Diagrams
      • Node
      • Communication Path
      • Deployed Artifact
      • Internet
    • Activity Diagrams
      • Initial Node
      • Activity Final
      • Action
      • Flow
      • Decision / Merge
      • Fork / Join
      • Partitions
      • Flow Final
      • Send Signal
      • Accept Signal
      • Time Signal
    • Component Diagrams
      • Component
      • Ball (Interface Realization)
      • Socket (Required Interface)
    • Communication Diagrams
      • Object
      • Link
  • Wireframes
    • Views
    • Layouts
    • Components
Powered by GitBook
On this page
  • Understanding Communication Path
  • Creating a Communication Path
  1. UML Designer
  2. Deployment Diagrams

Communication Path

PreviousNodeNextDeployed Artifact

Last updated 7 months ago

A Communication Path in a Deployment Diagram represents a connection between nodes in the system. It illustrates how different nodes interact or communicate with each other, showing the physical or logical connections between components of the deployed system.

With Communication Paths in Modeldraw's Deployment Diagram, you can:

  • Show how nodes in your system are connected

  • Illustrate the flow of communication between different components

  • Represent network connections or other forms of data transfer

  • Demonstrate the overall connectivity of your system architecture

  • Indicate the type or protocol of communication between nodes

Understanding Communication Path

A Communication Path in Modeldraw's Deployment Diagram tool is typically represented by a solid line connecting two nodes. Key points to understand about Communication Paths include:

  • They show how nodes are linked and can communicate with each other.

  • By default, Communication Paths are considered bidirectional.

  • They can be labeled to indicate the communication protocol used (e.g., HTTP, TCP/IP).

  • Can represent physical network connections or logical communication channels.

Creating a Communication Path

To create a Communication Path in Modeldraw's Deployment Diagram:

  1. Select the Communication Path tool from the relationship toolbox.

  2. Click on the first node you want to connect.

  3. Move your mouse to the second node you want to connect.

  4. Click on the second node. A Communication Path line will appear connecting the two nodes.

A Communication Path connecting two Nodes