• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Part II deployment diagram notation

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings ranchers,

Does anyone have an idea how to properly depict firewalls/DMZ on a deployment diagram? When it comes to network topology, UML seems a little lacking.
Also, any ideas on depicting clusters will be appreciated. After a long deliberation, I have settled on using a node with a <<cluster>> stereotype along with a tagged value for the number of nodes, e.g "{min nodes=2}'

Thanks,
Drago
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..

Hope this helps..

Firewall:
We both are sailing in the same boat, I mentioned firewall as a long, thin rectangle with a text FIREWALL.

Clustered Environment:
I mentioned 3 nodes in a rectangle and named the rectangle as clustered environment.


Thanks,
Sri.
 
Drago Z Kamenov
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sri,

Thanks for your suggestion. If I was doing this for a real client, I would do that without hesitation,
but it's not UML compliant and the project will be judged on UML comliance among other things...

Drago
 
srees Nivas
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Drago,

I totally agree with you, I think I do not have other alternative as of now.

I'll dig more in UML before I submit my Part-II, if not I'll live with it.

Best Regards,
Sri.
 
Drago Z Kamenov
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sure, if you come across anything, let me know.

Drago
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

I am facing the same problem when I am doing my assignment. Well, actually I found following statement from wiki maybe could answer our questions about the cluster:

The nodes appear as boxes, and the artifacts allocated to each node appear as rectangles within the boxes. Nodes may have subnodes, which appear as nested boxes. A single node in a deployment diagram may conceptually represent multiple physical nodes, such as a cluster of database servers.

Here is the link of wiki: http://www.answers.com/topic/deployment-diagram
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just represented firewall as solid rectangles with text Firewall written on it.
reply
    Bookmark Topic Watch Topic
  • New Topic