BankopediaBankopedia
PPB Module CChapter Notes4–6 Marks Expected

Essentials of Bank Computerisation

Principles & Practices of Banking | Module C · Chapter 42

Module C begins with the technology backbone of modern banking. This chapter traces computerisation from the 1983 Rangarajan Committee, through stand-alone to multi-user systems, LAN/WAN networking, network topologies and devices, UPS protection, Core Banking Solution (CBS), and data warehousing and mining.

By Bankopedia.co.inUpdated 2026JAIIB PPB · Module C

📌 Why This Chapter Matters in JAIIB

Expect 4–6 questions from this chapter. Key focus areas: Rangarajan Committee (1st report 1984 — bank mechanisation; 2nd committee 1988 — 5-year plan 1990–94); 4 objectives of bank computerisation(customer service, housekeeping, decision-making, productivity & profitability); network topologies (bus = single cable, ring = closed loop one-direction, star = central master, tree = hierarchical); CSMA/CD vs Token Ring; UPS types (online vs offline); CBS payment system interfaces (SFMS, RTGS, NEFT, CTS, NACH, IMPS, UPI); OLTP vs OLAP (CBS = OLTP; data warehouse = OLAP); data warehouse characteristics (subject-oriented, non-volatile, integrated, time-variant — 5–10 years); data mart vs data lake vs data warehouse.

Key Facts & References — Chapter 42 at a Glance

Bank computerisation started:1980–81 (conceptual); brisk adoption after 1983 Rangarajan Committee
1st Rangarajan Committee:1983 (chaired by Dr. C. Rangarajan, Deputy Governor RBI); report in 1984 — 'First Rangarajan Committee Report on bank mechanisation'
2nd Rangarajan Committee:1988; drew 5-year computerisation plan for 1990–94
4 objectives of computerisation:Customer service; Housekeeping; Decision-making; Productivity & profitability
Stand-alone systems (ALPM):Automatic Ledger Posting Machines; advantages: low cost, simple software, easy training; disadvantages: slow speed, low storage
LAN distance (Cat5e):Does not generally extend beyond 100 metres
Bus topology:Single continuous cable; easy setup; one node failure does NOT affect rest; limited geographic spread
Ring topology:Closed loop; data in ONE direction; breakdown of ANY ONE station disables entire LAN
Star topology:All nodes connected to central master; one node failure does NOT affect network; cannot handle large traffic
Tree topology:Hierarchical — root → intermediate → leaf nodes; any node can have any number of child nodes
CSMA/CD (Ethernet):Carrier-Sense Multiple Access with Collision Detection; listen-before-transmit; on collision, halt and retry after random wait
Token Ring:Deterministic media-access; token circulates when idle; station seizes token to transmit; data does full round then token freed
Key network devices:NIC, Switch, Bridge, Router, Gateway, Firewall, WAP, Multiplexer (MUX)
Router vs Gateway:Router: forwards data packets between similar networks. Gateway: connects two dissimilar networks; acts as gate/node entry point
WAN microwave range:Dish-to-dish max ~40 km; broadband transmission
Online UPS:Always converts mains AC → DC → AC; instant (no interruption) switchover on power failure
Offline UPS:Normal use: mains supply; switches to battery via electronic changeover in milliseconds on failure
UPS protects from:Blackouts, brownouts (voltage dip), swells (overvoltage), sags (10%+ drop), surges
CBS payment interfaces:SFMS, RTGS, NEFT, CTS, NACH, IMPS, UPI
CBS primary WAN link:Leased lines / MPLS (Multi-Protocol Label Switching); backup: Leased Lines, VSAT, RF (different vendor)
Disaster Recovery Site (DRS):Maintains CBS continuity during central system or network failures; ensures non-stop branch/delivery channel operation
CBS = OLTP:On-line Transaction Processing: insert/update/delete; large number of users, large number of transactions
Data Warehouse = OLAP:Online Analytical Processing: analytical queries; historical data; subject-oriented, non-volatile, integrated, time-variant (5–10 years)
Data Mart:Simple form of data warehouse; single subject/line of business (sales, finance, marketing); fewer sources
Data Lake:Stores raw data without predefined structure; for real-time analytics, data science, machine learning
Data Mining:Process of automatically finding patterns and relations in large databases (data warehouses); used for credit risk, customer analytics, stock portfolio, insurance risk
1

History, Objectives & Types of Computerisation

Free

42.2 History of Bank Computerisation

Pre-1983:Banks had a passive view on computerisation; most functions were manual.
1980–81:Concept of bank computerisation practically began.
1983:First Rangarajan Committee constituted under Dr. C. Rangarajan (then Deputy Governor, RBI) to study possibilities and stages of bank computerisation.
1984:Committee submitted its report — known as the First Rangarajan Committee Report on bank mechanisation. Computerisation gained momentum from 1983–84.
1988:Second committee constituted under Dr. C. Rangarajan to draw up a perspective plan for bank computerisation for a five-year period: 1990–94.

42.2.1 Four Objectives of Bank Computerisation

👤

Customer Service

📚

Housekeeping

🎯

Decision-making

📈

Productivity & Profitability

42.2.2 Stand-alone Computer Systems (ALPMs)

Initial phase — Automatic Ledger Posting Machines

Advantages

  • Low equipment cost
  • Less complicated software
  • Easy operational training
  • Better security & control

Disadvantages

  • Slow processing speed
  • Low data storage capacity
  • Cannot be used in multi-user environment

42.2.3 Multi-User Systems & Centralised Processing

  • Central server processes information; multiple terminals (clients/nodes) connect through a network.
  • All information stored and processed centrally; works on time-sharing basis.
  • OS: typically UNIX; database: RDBMS.
  • Centralised advantages: anywhere/anytime banking; corporate data at branch level; full resource utilisation.
  • Phase 1: Branch-level mechanisation (ALPMs — not interconnected, General Ledger still manual).
  • Mid-90s: Total Branch Automation — single window concept; EFT (Electronic Fund Transfer); online updates with no time lag.
2

Networking Technologies — LAN, Topologies & WAN

Free

42.3.1 Local Area Network (LAN)

A LAN is an interconnected system of autonomous computers within a limited area (generally not beyond 100 metres for Cat5e cables). Each computer is a node; one central node (Server) provides and controls all network services. Clients route requests to the server. Key elements: sharing common cabling and pooling resources within a workgroup.

LAN Advantages

  • Single window concept
  • Resource sharing (printers, scanners)
  • Central server data available to all — no database duplication
  • Processing load distributed — no overloading

LAN Disadvantages

  • Complicated data management software
  • Higher security risks (each user accesses host independently)
  • High maintenance cost

42.3.2 Network Topologies

Bus Topology

  • All devices connected to a SINGLE CONTINUOUS CABLE.
  • Transmission travels entire cable in both directions; received by all.
  • Easy to set up.
  • One workstation failure does NOT affect the rest.
  • Disadvantages: limited geographic spread; limited flexibility.

Ring Topology

  • Devices connected in a CLOSED LOOP.
  • Data passes from one node to another IN SERIES.
  • Data transmission in ONE DIRECTION only.
  • Destination recognises its address and copies packet.
  • Breakdown of ANY ONE station disables the entire LAN.

Star Topology

  • Central node acts as MASTER; all other nodes connect to it.
  • One node failure does NOT affect the network.
  • Centralised control.
  • Disadvantage: CANNOT handle large traffic (all transactions pass through central node).

Tree Topology

  • HIERARCHICAL structure — root → intermediate → leaf nodes.
  • Root node is the head; leaf nodes have no child nodes.
  • Any node can have any number of child nodes.
  • Resembles a tree; used in distributed organisations.

42.3.4 Wide Area Network (WAN)

  • Covers sizeable geographic area using telecommunication networks; lower speed/capacity than LAN.
  • In banks: connects branches → regional/zonal offices → head office.
  • Each computer needs: telecom line + modem + communication software; modem converts digital ↔ analog.
  • Microwave: dish-to-dish, broadband, max ~40 km per relay station; each relay boosts signal.
  • Satellite: radio waves to satellite → earth station/antenna; text, data, voice, video; transmission in a fraction of a second.
  • Dial-up networks and VSAT are also options for connectivity.

Free — no credit card needed

Unlock the complete JAIIB PPB chapter notes

Sign in to read all sections — exam traps, case laws, mnemonics, and flashcards.

  • All 32 PPB chapters — complete notes for every syllabus topic
  • Mnemonics, amber exam traps, and case law summaries
  • 25+ revision flashcards per chapter for last-minute prep
  • Mock tests for key chapters — practice in real exam format