Top Banner
Communication in Automatic Teller Machine (ATM)
17

Communication in automatic teller machine (atm)

Dec 22, 2014

Download

Education

Mix Ruksin

This presentation is about communication in ATM machine including protocols, network, encryption method, operating system of ATM, basic hardware, transaction process etc.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Communication in automatic teller machine (atm)

Communication in Automatic Teller Machine

(ATM)

Page 2: Communication in automatic teller machine (atm)

Knowing in Automatic Teller Machine (ATM)

A block diagram of an ATM

Page 3: Communication in automatic teller machine (atm)

Hardware

ATM hardware that we often use in our life

Page 4: Communication in automatic teller machine (atm)

Software

VS.

Page 5: Communication in automatic teller machine (atm)

Software

Linux Penguin-OS on ATMs in Brazil

Bank of Philippine running Windows XP OS

Page 6: Communication in automatic teller machine (atm)

State-Chart for One TransactionGetting Specifics

Sending to Bank

Handling Invalid Pin

Completing Transaction

Printing Receipt

Asking if customer wants another

Cancelled

Specifics entered

Disapproved(except invalid PIN)

ApprovedInvalid PIN

Approved

CancelledNot Cancelled

Too manyInvalid PINs

Disapproved(except invalid PIN)Or Cancelled

Page 7: Communication in automatic teller machine (atm)

ATM Transaction Processing

Provider

Data Center

TANDEM Core Branch

- GPRS- 3G- ADSL

Encryption

Encryption

Encryption

ATM Machine

Encryption = 3DES or AES-256bits

Branch = AES-256bits

ATM Machine = 3DES

Disaster Recovery Site

Encryption Encryption

Encryption

Normal Connection

Backup Connection

Page 8: Communication in automatic teller machine (atm)

Branch Transaction Processing

Provider 1

Data Center

TANDEM Core Branch

Encryption

Encryption

Encryption = 3DES or AES-256bits

Branch = AES-256bits

ATM Machine = 3DES

Disaster Recovery Site

Encryption Encryption

Encryption

Branch

Provider 2

MPLS L2 (Speed 512-1024kbps)

MPLS L1 (Speed 512-1024kbps)

Normal Connection

Backup Connection

Page 9: Communication in automatic teller machine (atm)

DDN (Digital Data Network)

• Point to point

• Accuracy

• Fast

• Secure

• Backup Connection

• High ROI

• High cost (compare to other technologies)

Page 10: Communication in automatic teller machine (atm)

DDN Applications

DSU/CSU

DSU/CSU

DSU/CSU

DSU/CSU

Router

PC

PC

PC

Mainframe

ATM Machine

Telepresence

DDN LAN

Page 11: Communication in automatic teller machine (atm)

MPLS VPN (Multi Protocol Label Switching Virtual Private Network)

• Point to point, Point to multi-point

• VPN

• Leverage existing ATM hardware

• Ultra fast forwarding

• IP Traffic Engineering

• Constraint-based Routing

• Controllable tunneling mechanism

• Voice/Video on IP

• QoS constraints

• Cost effective (compare to other technologies)

Page 12: Communication in automatic teller machine (atm)

MPLS

Branch 1

Branch 6

Branch 2

Branch 3

Branch 4

Branch 5

MPLS VPN

Most bank in Thailand use 512-1024kbps links speed.

Page 13: Communication in automatic teller machine (atm)

DDN vs. MPLS

Feature DDN MPLS

Connection Type Point to Point Point to Point, Point to Multi-Point

Disaster Recovery Link

No Yes

VPN Ability No Yes

Price High* Low**Compare to other technologies

Page 14: Communication in automatic teller machine (atm)

3DES (Triple Data Encryption Algorithm)

• Most widely used algorithm

• Pioneered by IBM

• It is symmetric crypto system

• Developed to protect sensitive, unclassified, US government, Computer data.

• Used to provide authentication of electronic funds transfer messages.

Page 15: Communication in automatic teller machine (atm)

AES-256bits (Advanced Encryption Standard)

• Designed simple

• Low memory cost

• High speed algorithm

• The key used to decrypt and encrypt is same

• Cipher text and plain text are same size

• Fast both in Software and Hardware

Page 16: Communication in automatic teller machine (atm)

AES-256bits vs. 3DES**Feature AES 3DES

Description Advanced Encryption Standard

Triple Data Encryption Standard

Timeline Official standard since 2001

Standardized 1997

Type of algorithm

Symmetric Symmetric

Key size (bits) 256 168

Speed High Low

Time to crack (assume a machine could try 255 key per second - NIST)

149 trillion years

4.6 billon years

Resource consumption

Low Medium

**“AES can encrypt data much faster than Triple-DES, a DES enhancement which essentially encrypts a message or document three times.”

Page 17: Communication in automatic teller machine (atm)

Q&A