ABSTRACT
A transaction processing system is a type of information system. TPSs collect, store, modify, and retrieve the transactions of an organization. A transaction is an event that generates or modifies data that is eventually stored in an information system. To be considered a transaction processing system the computer must pass the ACID test. The essence of a transaction program is that it manages data that must be left in a consistent state, e.g. if an electronic payment is made, the amount must be both withdrawn from one account and added to the other; it cannot complete only one of those steps. Either both must occur, or neither. In case of a failure preventing transaction completion, the partially executed transaction must be 'rolled back' by the TPS. While this type of integrity must be provided also for batch transaction processing, it is particularly important for online processing: if e.g. an airline seat reservation system is accessed by multiple operators, after an empty seat inquiry, the seat reservation data must be locked until the reservation is made, otherwise another user may get the impression a seat is still free while it is actually being booked at the time. Without proper transaction monitoring, double bookings may occur. Other transaction monitor functions include deadlock detection and resolution (deadlocks may be inevitable in certain cases of cross-dependence on data), and transaction logging (in 'journals') for 'forward recovery' in case of massive failures
TABLE OF CONTENTS
CERTIFICATION PAGE
DEDICATION
ACKNOWLEDGEMENT
ABSTRACT
CHAPTER ONE
1.0 INTRODUCTION
1.1BACKGROUND OF STUDY
1.2STATEMENT OF PROBLEM
1.3PURPOSE OF STUDY
1.4IMPORTANCE OF STUDY
CHAPTER TWO
2.0 LITERETURE REVIEW
CHAPTER THREE
3.0 Contrasted with batch processing
3.1 Real-time and batch processing
3.2 TXSeries for Multiplatform
CHAPTER FOUR
4.0 Transaction Processing Systems
CHAPTER FIVE: CONCLUSION
5.1LIMITATION OF STUDY
5.2SUGGESTION FOR FURTHER RESEARCH
5.3 REFERENCES
Disclaimer: Note this academic material is intended as a guide for your academic research work. Do not copy word for word. Note: For Computer or Programming related works, some works might not contain source codes
CITE THIS WORK
(2012, 11). Designing Transaction Processing System For A Business Organization.. ProjectStoc.com. Retrieved 11, 2012, from https://projectstoc.com/read/292/designing-transaction-processing-system-for-a-business-organization
"Designing Transaction Processing System For A Business Organization." ProjectStoc.com. 11 2012. 2012. 11 2012 <https://projectstoc.com/read/292/designing-transaction-processing-system-for-a-business-organization>.
"Designing Transaction Processing System For A Business Organization.." ProjectStoc.com. ProjectStoc.com, 11 2012. Web. 11 2012. <https://projectstoc.com/read/292/designing-transaction-processing-system-for-a-business-organization>.
"Designing Transaction Processing System For A Business Organization.." ProjectStoc.com. 11, 2012. Accessed 11, 2012. https://projectstoc.com/read/292/designing-transaction-processing-system-for-a-business-organization.
- Related Works
- Design And Implementation Of A Computer Based Cartographic System (case Study Npc Enugu)
- Design And Implementation Of Computerized Banking Monitor Information System (a Case Study Of Central Bank Plc Enugu)
- Design And Implementation Of Computer Accounting System Of A Non-profitable Organisaiton (a Case Study Of Grail Movement Enugu)
- Design And Implementation Of Online Voting System In Sug Elections
- Design And Implementation Of A Computerized Financial Management System For Public Institutions (a Case Study Of Unth, Enugu)
- Design And Implementation Of A Computerized Accounting System Of An Academics System (a Case Study Of Imt Enugu)
- Quieve: Consistent Object Sharing For Edge Service
- Disaster Early Warning System
- Design And Implementation Of Code Optimization: Implementation Of Scalar Optimization
- Design And Implementation Of An On-line Lan Knowledge-based System
