Banking software solutions at competitive rate

20
Banking application development

Transcript of Banking software solutions at competitive rate

Page 1: Banking software solutions at competitive rate

Banking application development

Page 2: Banking software solutions at competitive rate

Abstract

In recent years, the banking and financial

sector has become one of the most vibrant

sector in the Indian economy.

This sector presents huge business

investments in the area of Information and

Technology (IT).

Page 4: Banking software solutions at competitive rate

Banking Software Solutions

Page 5: Banking software solutions at competitive rate

Banking Software Solutions

First they implemented basic things like :

Account opening form as per various type

of accounting.

Balance addition or deduction as per

transaction of the customer.

Page 7: Banking software solutions at competitive rate

Trend Revolution

So they launch e-banking or net banking

facility where the banking transactions are

carried out using automated processes &

electronic devices such as ATM, internet,

card payment, fax machines and telephones.

Page 8: Banking software solutions at competitive rate

Trend Revolution

Page 9: Banking software solutions at competitive rate

Trend Revolution

Page 10: Banking software solutions at competitive rate

Trend Revolution

This ATM facility makes money transaction

easy and comfortable for any bank's

customers. No need to stand in queue for

money withdrawl.

The above all facilities are possible due to

the development of IT in the banking sector.

Page 11: Banking software solutions at competitive rate

IT Revolution from desktop to Application

Till now we described about how the facility

is improved day by day.

Now let's take a look from the technology

point of view to know the details about how it

actually works.

Page 12: Banking software solutions at competitive rate

Architecture of Online Banking

The Online Banking Application is based on

3-tiered model. The Enterprise architecture

for Online Banking Application is shown

below.

Page 13: Banking software solutions at competitive rate

Architecture of Online Banking

Administrator

Customer

APPLICATIONSERVER

Cold fusion MX Server / Apache

server

JDBC-ODBCBridge Driver

Request / ReplyFor

Customer /Administrative

Request

Reponse

Request

Page 14: Banking software solutions at competitive rate

Architecture of Online Banking

Simply stated, the application works based

on a request/response protocol. A client

initiates a request to the server.

The server responds by executing the

business logic hosted inside the program

and if required, communicates with the

Database Server to fulfill a client’s request

Page 15: Banking software solutions at competitive rate

Online Banking Application

The Online banking application project will

be divided into 4 modules namely :

Bank Account

Bank Account Administrator

Credit Card Customer

Credit Card Account Administrator

Page 16: Banking software solutions at competitive rate

Banking Application Design

Dataflow diagrams are depictured below to

give the clear understanding of Online

Banking Application.

At above we show the ATM machine use from

customer side. Let's look from the developer

side.

Page 17: Banking software solutions at competitive rate

Banking Application Design

Page 18: Banking software solutions at competitive rate

Security

SSL, or Secure Socket Layer, is a

technology, which allows web browsers and

web servers to communicate over a secured

connection.

Page 19: Banking software solutions at competitive rate

Security

This means that the data being sent is

encrypted by one side, transmitted, and then

decrypted by the other side before

processing.

This is a two-way process, meaning that both

the server AND the browser encrypt all traffic

before sending out data.