

















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Data handling and recording methods should be the same. This prevents errors occurring in the system. A TPS should process all transactions using the same steps ...
Typology: Schemes and Mind Maps
1 / 25
This page cannot be seen from the preview
Don't miss anything!


















Unit 4: Transaction Processing Systems Everyday of our lives we all come across a transaction processing system. A transaction processing system is an information system that collects, stores, modifies and retrieves transactions of an organisation. A transaction is a series of events important to an organisation. A transaction is a series of events important to an organisation that involve a request, an acknowledgement an action and outcome. A TPS is also a unit of work composed of multiple operations that must all succeed or must all fail where each operation generates and/or modifies data. If all operations of a system are completed successfully, then a transaction will be completed successfully but if one of the operations fail, then the whole transaction i aborted - including those operations who completed their tasks successfully. Example: withdrawing money - if the account cannot be debited then the cash will not be given and vice versa. Therefore, a transaction and its operations are committed and if only all operations of the transaction are successful meaning that they are permanently stored within the appropriate database systems. If one or more events have failed then the transaction is “rolled back”, meaning each event is requested to abort all actions. TPS’s are made up of properties (aspects of the system), the resources (components that contribute to the system) and behaviours (ways in which the properties and resources interact) There are 4 basic properties and are referred to as ACID properties of a transaction 4.1 Characteristics of TPS
Components of TPS:
participants of a real time transaction system often include employees of an organisation and customers who are entering details to the system via the internet or other networks.
The information technology for POS systems include a database server that runs DBMS software and includes sufficient storage to secure and maintain the database. For smaller retailers backups are made to CDRs, whilst larger systems include tape drives. One or more POS terminals are installed which run the POS client application, that processes sales transaction. Further personal computers are often present to perform other transaction. Commonly an ethernet LAN is used to connect to the database server. Currently most POS terminals include a standard PC motherboard including:
4.2.2d - Point of Sale Systems - Social/Ethical Issues Ergonomic issues for participants using POS terminals are different compared to the issues present for those seated at most traditional computer workstations. POS terminals are commonly used whilst standing for extended periods of time and the collection devices are different. The task performed by POS terminal users often include a much broader range of movements as they scan products, use touch screens and interact with customers. Barcode scanners, touch screens and magnetic stripe readers reduce the likelihood of RSI and other health issues associated with keyboard data entry.
Activity Summary: Reservation Systems Library Loans Information Technology Processes:
The information technology required in updating in batch processing includes:
4.3a - Batch TPS - Systems to store Paper records Even though we are living in the digital age, paper records are still common and important part of transaction processing. However, paper records in their original hard-copy format has several disadvantages:
Mirroring improves the fault tolerance of the system. However mirroring only maintains the current data it does not keep historical versions of the data, therefore it should not be used as a replacement to normal backup procedures. In addition most mirrored drives are typically within the same unit in the same location, hence there is no protection against total destruction. An example of mirroring is RAID storage systems. 4.4.3 - Backup Media
4.6.1 - Data Warehouse A data warehouse is a database that includes copies of data from each of an organisation’s operational/transaction databases. It is a large separate combined copy of all the operational databases which is read only and is data from each of the databases in uploaded to the warehouse at regular intervals. It contains historical data which is used to analyse the activities of the organisation and provide evidence that will help in decision making and thus improve the organisation’s performance. The data warehouse is not in itself an analysis tool rather it is a data resource that analysis tools access to analyse the historical activities of the organisation. Since it is independent of the operational database, analysis can take place without concern over simultaneous access or updating of transaction records. Furthermore the data warehouse can act as an archive for the organisation’s historical data. Advantages of a data warehouse include:
4.6.2 - Management Information Systems