1

I'm drawing a deployment diagram and I have one node that communicates with a second one through TCP/IP, however, this second node also hears UDP messages from the first one, how can I model that one my diagram? Should I draw 2 lines each one with a different stereotype?

Thanks.

Christophe
  • 68,716
  • 7
  • 72
  • 138
Lucia
  • 4,657
  • 6
  • 43
  • 57

1 Answers1

0

Deployment diagrams are for depicting the structure of artifacts to be deplyed. How does the networking stuff relate to that? If you want to depict the communication within the system you are deplyoing, then try some of the interaction diagrams.

Gabriel Ščerbák
  • 18,240
  • 8
  • 37
  • 52