1 / 14

AN INTERNET BANKING SYSTEM Term 3 Presentation Mohamed Hassan Ali

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.

tabib
Télécharger la présentation

AN INTERNET BANKING SYSTEM Term 3 Presentation Mohamed Hassan Ali

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AN INTERNET BANKING SYSTEM Term 3 Presentation Mohamed Hassan Ali Supervisor : Mr. Michael Norman

  2. OVERVIEW • Introduction • Technologies used for Demo • Implementation • Creating a Secure Environment • Project Plan • References • Demo

  3. 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.

  4. TECHNOLOGIES USED FOR DEMO • PHP (Hypertext Preprocessor) • XAMP SERVER (Apache, MySQL, etc) • MYSQL (Database) • JAVASCRIPT (Scripting Language) • SSL (Secure Socket Layer)

  5. IMPLEMENTATION OF DATABASE DESIGN • E-R DIAGRAM

  6. CLIENTS TABLE

  7. ACCOUNT TABLE

  8. 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"; }

  9. CREATING A SECURE ENVIRONMENT • HTTPS (Hypertext Transfer Protocol Secure) • URL https://www.csonlinebanking.com (Website Name)

  10. Abstract of Project Plan

  11. 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/

  12. DEMO • Registration/Opening a new Account • Balance Enquiry • Paying a Beneficiary • EFT Transaction • Applying a Loan • Security Features

  13. QUESTIONS & ANSWERS

More Related