| Author |
Relationship between Assumption and Risks
|
Kuppusamy Venkatasubramanian
Ranch Hand
Joined: Dec 30, 2004
Posts: 91
|
|
Hi,
I have a question on the relationship between assumption and risks.
Does the top 3 risks listed should come from assumption or it can be any unforeseen circumstances? For example, in the assumption section i have specified that the security of the message to an outgoing web service is handled properly. In this case, i can specify in the risk like if security is not handled properly, what will be impact to the system like invalid data is entered into the system. Or It can be anything not listed in assumption. For example, if a hacker hacks into the system due to a security hole not listed in the assumption section, the system will be compromised. Is there any relationship between assumption and risk/mitigation? If the list in risk comes from assumption section, then the mitigation section will be back from assumption section too.
So, the question is whether the top 3 risks should be based on the solution for the problem or based on the items not covered in the architecture.
Thanks,
Kuppusamy.V.,
|
SCJP1.4, SCBCD 1.3, SCWCD 1.4, SCEA 5, JLPT-N3
My Blog
|
 |
Teja Saab
Rancher
Joined: Mar 08, 2010
Posts: 152
|
|
Kuppusamy Venkatasubramanian wrote:
Does the top 3 risks listed should come from assumption or it can be any unforeseen circumstances?
I don't think that there is any relationship between the assumptions and risks. Assumptions will provide the context in which your architecture was created. It is quite possible that there might be some overlap between the assumptions and the risks. However, we need to ensure that assumptions are reasonable and risks are real.
Kuppusamy Venkatasubramanian wrote:
For example, in the assumption section i have specified that the security of the message to an outgoing web service is handled properly.
In my opinion, this cannot be an assumption. You will have to architect a solution that handles the security of the outgoing message appropriately unless it is outside the SuD.
Kuppusamy Venkatasubramanian wrote:
In this case, i can specify in the risk like if security is not handled properly, what will be impact to the system like invalid data is entered into the system.
This cannot be a risk since this is a known issue that can be handled appropriately in the architecture with data validation. A risk would be something like a tornado hitting your data center causing power disruption and resulting in your production systems going down thereby causing significant loss of revenue and customer satisfaction issues.
As always just my thoughts though....
|
SCEA 5, SCJD,SCWCD,SCJP,PMP,IBM-SOA Solution designer,IBM-XML
|
 |
raj sirohi
Ranch Hand
Joined: Mar 02, 2010
Posts: 35
|
|
Thanks Teja for clarification. Great explanation.
I have a question about assiumptions . Since the use cases are not clear can I write down assumptions which makes the use cases clearer.
thanks
Raj
|
SCJP5.0 , SCBCD5.0, SCEA
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10816
|
|
|
Raj, please keep your questions generic. The actual SCEA assignment or implementation you are working on cannot be discussed.
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: Relationship between Assumption and Risks
|
|
|