• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deployment diagram queries

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,
I hope some one reply to this post ,
i,m working on deployment diagram and want to know that what level of detail i should provide.

I know i have to provide the hardware configuration of the server,s like

¦ CPUs (number of cores, clock speed)
¦ RAM (quantity in GB)
¦ Network (minimum interface speed)
¦ Storage (disk/SAN configuration) for application as well as database server.

1. I want to know that, whether i put this information into the diagram or do in the cade's way like <<hardware profile A>>, if so than where to specify the details of hardware profiles in note or in a description below the diagram.
2. Do i need to show calculation for memories(RAM, hard disk) ?
3.if i have to show these calculations any web reference to know the calculation method.
4. Anything else that i have to show in the diagram.

thank you,



 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I put that information in a note. Justify it as you feel necessary. Calculations are fine. An alternative approach is fine too.
 
Ranch Hand
Posts: 125
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Khan,

The information which you put in the Deployment diagram has to be based how you meet the non functional requirements in the assignment.
like traffic/no. of users hitting the url at the same time, how the application responds during peak time, expected time for a page to be displayed blah blah blah. Your environment setup has to be handle these kind of situations.

A good and helpful blog on providing the level of details in Deployment diagram are provided here http://java.dzone.com/articles/my-path-scea-5

Thanks,
Kumar.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic