Automated Teller Machine (ATM)


[Next] [Prev] [Up] [Top]

The ATM (Automated Teller Machine) problem has cropped up in several papers. Here is the problem as it was originally posed by Rumbaugh in his book on object-oriented design [Rumbaugh91], as described in [Lubars92].

Design the software system to support a computerized banking network including both human cashiers and automatic teller machines (ATMs) to be shared by a consortium of banks. Each bank provides its own computer to maintain its own accounts and process transactions against them. Cashier stations are owned by individual banks and communicate directly with their own bank's computers. Human cashiers enter account and transaction data. Automatic teller machines communicate with a central computer which clears transactions with the appropriate banks. An automatic teller machine accepts a cash card, interacts with the user, communicates with the central system to carry out the transaction, dispenses cash, and prints receipts. The system requires appropriate record keeping and security provisions. The system must handle concurrent accesses to the same account correctly. The banks will provide their own software for their own computers; you are to design the software for the ATMs and the network. The cost of the shared system will be apportioned to the banks according to the number of customers with cash cards.

The architecture in this case will have to address issues such as:

History
Design Considerations
Solutions
Contributors

[Next] [Prev] [Up] [Top]

Updated Halloween 95 by Mary Shaw
Comments to maintainer