We're Open
+44 7340 9595 39
+44 20 3239 6980

AN INITIAL HIGH LEVEL ARCHITECTURAL BREAKDOWN FOR THE SYSTEM USED BY A LARGE TELECOMMUNICATIONS COMPANY

  100% Pass and No Plagiarism Guaranteed

AN INITIAL HIGH LEVEL ARCHITECTURAL BREAKDOWN FOR THE SYSTEM USED BY A LARGE TELECOMMUNICATIONS COMPANY

Part I:

The Call Center Customer Care (C4) Case Study provided in the supplementary readings for this project assignment presents an initial high level (“Level 1”) architectural breakdown for the system used by a large telecommunications company. This system comprises several subsystems, one of which is C4 itself.

1. By now, you have read about the architectural design process, including the selection of architectural styles. Not all styles are applicable to all systems and any choice of style will involve making trades on various system attributes. Pick any two styles that you have read about and design two different architectures for the C4 system, one that adheres to each style. In order to apply a style, you will need to create a detailed architectural breakdown (a “Level 2” architectural breakdown) for C4. In other words, “expand” the C4 box shown the figure present on page 1 in the Case Study into an architecture. It is, of course, difficult to decide on the exact degree of detail to be provided in a “Level 2” architecture, such as the one required for Part I.

Also, there is no such thing as the “correct” or “optimal” architecture. However, as a granularity guideline, your decomposition of C4 should consist of no less than 10 distinct components.1 Note that you are not required to select a style from the course text book, but you must let us know what style you are attempting to apply and provide a reference if the style in not one from the course text. Submit one diagram for each architecture you design.

2. Give a brief rationale for your architecture: why did you select the styles that you did? Weigh the pros and cons of each architectural style. We will not grade you based on how accurately you apply each style so much as your rationale for selecting a particular style and understanding its limitations. Please limit your answer to 2 paragraphs.

3. Compare each of your architectures: give one example of a system property/requirement described in the Case Study that is addressed in a superior manner by one of your architectures. Be sure to not only name the property/requirement, but explain how each architecture addresses the property/requirement and give rationale for why you think one system in superior to the other.

Please limit your answer to 2 paragraphs.

4. From each of your architectures, compose a hybrid architecture which addresses individual shortcomings. Discuss any tradeoffs which may have been made. What particular changes in each of your architectures caused the loss or gain of desired properties?

5. Since C4 is a very large system with many different, possibly conflicting, requirements, your architecture may only directly address a subset. To demonstrate this, for one of your architectures, select two of the key architectural challenges and requirements (listed in bulleted items on page 4 of the Case Study) and argue/discuss how your architecture DOES NOT support them in an acceptable fashion. Again, please limit your answer to 2 paragraphs.

Part II:

During early development phases of a software system, the informal system requirements are often translated into more formal models to allow different types of early analyses and to support subsequent development of more concrete design artifacts. For example, natural language descriptions of the required behavior in particular use cases are commonly represented via sequence diagrams which depict the resulting interactions among the system’s constituent components. Further, different states in the system execution are often captured using state variables, values of which can restrict the possible execution sequences (e.g., we can define pre-and post-conditions on these variables for different component operations).

Figure 1 depicts an example system specification diagram of a web caching system. The depicted UML sequence diagram corresponds to the following use case scenario: “When the Client requests a web page that is not cached, the page should be fetched from the Server and returned to the Client.” Additionally, the “OCL-like2” constraints depicted in Figure 1 describe the conditions that should be satisfied in order to invoke a particular operation. For example, the requestServerData operation can be invoked only if

the particular page is not cached.


Figure 1. Sequence diagram and operation constraints for a simple web caching system.

In Part II, we provide a set of high-level natural language specifications of use cases of the C4 system from Part I. These descriptions also contain hints suggesting possible system states. The provided specifications are reflective of the types of natural language specifications that are often given for real development projects.

Your task is to depict how one of the architectures you developed in Part 1 supports the provided set of C4 use cases. The execution sequences of the use cases should be captured as UML sequence diagrams similar to Figure 1. You are also required to define pre-and post-conditions for execution of operations occurring in your sequence diagrams. These conditions should be captured as OCL-like constraints on

2 OCL is a commonly used constraint-modeling notation often used in conjunction with UML. For the purposes of Part II, we are not asking you to adhere to OCL syntax, but rather use first order logic constraints like those in Figure 1.
system state variables. You can extract the system state variables relevant for your system from the provided specifications (e.g., you can have a variable requestPending).

The use cases of the C4 system you need to model are as follows:

1. Successful ISDN request submission. An administrator can submit a request for activation of

ISDN services on user’s behalf. The user’s request is accepted after checking with the database if ISDN option exists for the user’s site, and the user has no other pending requests. The request is forwarded to NOSS subsystem.

2. Unsuccessful ISDN request submission. A user’s request for ISDN services is rejected and the user is informed if the user’s site does not have an ISDN option or the user has other pending requests.

3. ISDN is physically installed. The service provider can install ISDN support at the user’s site. This scenario happens only when there is a pending user’s ISDN request. In the system, this will be reflected with the exchange of events in which the NOSS system sends confirmation of successful installation to the C4 system.

4. ISDN will not be physically installed. The service provider can refuse to provide ISDN for a user if the management decides that it is not cost efficient after all. This scenario happens only when there is a pending user request. In the system, this will be reflected with the exchange of events in which the NOSS subsystem sends refusal message to C4. Subsequently, the ISDN option for the user is disabled.

5. Administrator enables ISDN option. A manager operating on one of the Downstream subsystem can enable ISDN option for a user. This can be done only if the user does not have that option already enabled.

6. ISDN request completed. An administrator can check on the completion status of a user’s ISDN request. If the request is completed, the user is informed about the outcome.

7. Successful phone plan request submission. An administrator can submit a request for a change of phone plan on user’s behalf. The user’s request is accepted if the user has no other pending requests. The request is forwarded to the Billing subsystem.

8. Unsuccessful phone plan request submission. A user’s request for ISDN services is rejected and the user is informed if she has other pending requests.

9. Phone plan modified. When the requested phone plan modification has been successfully completed, the Billing system reports it to the C4 system. The administrator subsequently informs the user about the successful completion of the request.

10. Subscription to new business options. A user can subscribe to receiving information about the published business options. This is first reported to the database. If the user is not already subscribed, the Downstream system in charge of publishing new business options is notified about the user’s subscription. The Billing system is also notified.

11. Unsubscription from new business options. A user can unsubscribe from receiving information about the published business options. This is stored in the database. If the user has actually been subscribed (users without subscriptions can still make these requests), the Downstream system in charge of publishing new business options is notified about the cancellation of the user’s subscription. The Billing system is also notified.

12. New business options notification. The Downstream system can publish new business options. If a user is subscribed, the C4 administrator will be notified about it in order to forward the information to the subscribed user.

13. Disconnecting ISDN. If a user did not pay the bills, the Billing system will notify the C4 system. The C4 system will then manage the necessary processing: the administrator will notify the user, the ISDN option will be disabled and the NOSS system will be requested to physically disconnect the user’s ISDN line.

QUESTIONS

1) For each of the use cases above, create a UML sequence diagram for your C4 architecture complete with OCL-like constraints on system variables. If your architecture DOES NOT support a particular use case, do not change your architecture, but rather explain in detail why your architecture as designed in Part 1 does not support the use case.

2) Briefly describe any discovered deficiencies with the given scenario specifications, discrepancies between different scenarios, or potential problems when executing different scenarios in your system (e.g., deadlock conditions). Be specific: For example, note where your constraints have been violated.

3) Having supported each of these use cases (or attempted to support each), how would you modify your C4 architecture to better address your scenarios. How would you resolve inconsistencies and simplify component interactions?

PLEASE NOTE: For the purposes of Part II, you can focus your models on the case of a single user who is always being serviced through the same administrator. Additionally, an administrator can do only one thing at a particular time instant (e.g., an administrator cannot report a business offer at the same time she is trying to submit an ISDN request on the user’s behalf). The given specifications are at a very high level of abstraction and provide a lot of room for interpretation, which will depend on your system’s architecture. If you are making substantial assumptions besides the ones given above, please write these down.


100% Plagiarism Free & Custom Written,
Tailored to your instructions


International House, 12 Constance Street, London, United Kingdom,
E16 2DQ

UK Registered Company # 11483120


100% Pass Guarantee

STILL NOT CONVINCED?

View our samples written by our professional writers to let you comprehend how your work is going to look like. We have categorised this into 3 categories with a few different subject domains

View Our Samples

We offer a £ 2999

If your assignment is plagiarised, we will give you £ 2999 in compensation

Recent Updates

Details

  • Title: AN INITIAL HIGH LEVEL ARCHITECTURAL BREAKDOWN FOR THE SYSTEM USED BY A LARGE TELECOMMUNICATIONS COMPANY
  • Price: £ 109
  • Post Date: 2018-11-09T10:29:49+00:00
  • Category: Assignment
  • No Plagiarism Guarantee
  • 100% Custom Written

Customer Reviews

 AN INITIAL HIGH LEVEL ARCHITECTURAL BREAKDOWN FOR THE SYSTEM USED BY A LARGE TELECOMMUNICATIONS COMPANY AN INITIAL HIGH LEVEL ARCHITECTURAL BREAKDOWN FOR THE SYSTEM USED BY A LARGE TELECOMMUNICATIONS COMPANY
Reviews: 5

A masterpiece of assignment by , written on 2020-03-12

I am not good at designing PowerPoint presentations so I took help from Insta Research. The format is cool and attractive. All the information is nicely placed and used. I am looking forward to presenting so that I could demonstrate my presentation and receive good comments. Thank you for help.
Reviews: 5

A masterpiece of assignment by , written on 2020-03-12

My order went 3 hours late and I also went mad. Then the customer support team calmed me down and offered me a flat discount of 50%. However, I did get my order and chilled out as the work was exactly what I requested. Next time I would place my order a bit sooner to save any trouble.