140 likes | 360 Views
AN INTERNET BANKING SYSTEM Term 3 Presentation Mohamed Hassan Ali Supervisor : Mr. Michael Norman. OVERVIEW. Introduction Technologies used for Demo Implementation Creating a Secure Environment Project Plan References Demo.
E N D
AN INTERNET BANKING SYSTEM Term 3 Presentation Mohamed Hassan Ali Supervisor : Mr. Michael Norman
OVERVIEW • Introduction • Technologies used for Demo • Implementation • Creating a Secure Environment • Project Plan • References • Demo
INTRODUCTION • What is an Internet Banking System? • It offers easy and instant access for making financial transactions from any device (e.g. PC, Labtop, Mobile phone) connected to the Internet. • It also has 24 hour availability • In the past time, you have to visit the bank and may need to wait to request a financial transaction or statement.
TECHNOLOGIES USED FOR DEMO • PHP (Hypertext Preprocessor) • XAMP SERVER (Apache, MySQL, etc) • MYSQL (Database) • JAVASCRIPT (Scripting Language) • SSL (Secure Socket Layer)
IMPLEMENTATION OF DATABASE DESIGN • E-R DIAGRAM
CODE EXAMPLE function checkLogin(){ varaccountNo =getCookie("accountNo"); if (accountNo!=null && accountNo!="") { getBalance(accountNo); } else { alert("Please login in-order to perform a transaction"); window.location = "home.html"; }
CREATING A SECURE ENVIRONMENT • HTTPS (Hypertext Transfer Protocol Secure) • URL https://www.csonlinebanking.com (Website Name)
REFERENCES • Cronin, Mary J. (1997). Banking and Finance on the Internet, John Wiley and Sons. ISBN 0-471-29219-2 page 41 from Banking and Finance on the Internet. Retrieved 2008-07-10. • http://mym.wikispaces.com/Internet+banking+Conclusion • Barry Williams.(2008).www.databaseanswers.org/data_models/online_banking • /facts.ht • Seminarprojects.com/Thread-insurance-on-internet—9437 • http://www.scribd.com/pgailani/d/36880246-Synopsis-Internet-Banking • http://smartbisplan.com/Internet-banking-for-many-benefits/
DEMO • Registration/Opening a new Account • Balance Enquiry • Paying a Beneficiary • EFT Transaction • Applying a Loan • Security Features