Case Study — Bharatiya Fintech Bank¶
Bharatiya Fintech Bank (BFB) is a Tier-1 Indian bank deploying an AI-augmented contact centre across four sites. All customer data is subject to the DPDP Act. The bank is migrating from a legacy Avaya platform to Cisco Webex Contact Centre with AI overlays including agent assist, fraud detection, and a RAG-powered knowledge base.
Enterprise profile¶
| Attribute | Value |
|---|---|
| Total agents | 1,200 |
| AI inference pods (total) | 48 |
| IoT / edge sensors | 4,500 |
| Daily AI API calls | 2.8 million |
| Regulatory scope | DPDP Act + PCI DSS |
| AI platform | Cisco Webex CC + custom LLM overlay |
Site breakdown¶
| Site | Role | Agents | Pods | WAN link | Current BW |
|---|---|---|---|---|---|
| Mumbai HQ | Primary CC + AI hub | 500 | 20 | MPLS + Internet | 10 Gbps |
| Delhi Regional | Secondary CC | 350 | 14 | MPLS | 5 Gbps |
| Hyderabad Tech | AI dev + inference | 250 | 10 | SD-WAN | 5 Gbps |
| Chennai Branch | Lightweight CC | 100 | 4 | SD-WAN | 1 Gbps |
Step 1 — U_eff per site¶
IoT devices distributed across sites: Mumbai 2,000, Delhi 1,200, Hyderabad 900, Chennai 400.
Mumbai HQ¶
(AI bots = 0 in this example — bots are counted under the inference pods)
Delhi Regional¶
Hyderabad Tech¶
Chennai Branch¶
Step 2 — AIW¶
BFB's AI workload per agent: STT (0.3) + LLM assist (1.5) + screen analytics (3.0) + RAG (1.8) = 6.6 Mbps × burst 1.8 = 11.88 Mbps ≈ 12 Mbps
Consistent across all sites (same AI platform).
Step 3 — CS scoring¶
BFB handles customer PII, is subject to DPDP, faces public API exposure via mobile banking, uses proprietary fine-tuned models, and is PCI DSS in scope:
PII handling: 1.0
Regulatory scope: 1.0 (DPDP + PCI)
Public exposure: 1.0 (internet-facing APIs)
Model sensitivity: 0.5 (fine-tuned open model)
Financial data: 1.0 (PCI in scope)
CS = 4.5
CS overhead: 4.5 → approximately 52% overhead.
Adjusted AIW = 12.0 × 1.52 = 18.24 Mbps (used in IS formula via the CS multiplier, not separately).
Step 4 — LL¶
BFB's most latency-critical workload is real-time fraud detection (LL = 5, 20ms budget). Voice AI and agent assist require LL = 4 (31 ms budget). This determines the site architecture.
Step 5 — IS calculation (naive, all-cloud)¶
Mumbai HQ — naive¶
Delhi Regional — naive¶
Hyderabad Tech — naive¶
Chennai Branch — naive¶
All four sites fail. The entire AI project is blocked on current infrastructure.
Step 6 — MCP tier assignment¶
Apply routing logic to each workload:
| Workload | LL | CS | Route | WAN traffic? |
|---|---|---|---|---|
| Fraud detection | 5 | 4.5 | Tier 4 — Mumbai DC GPU | No |
| Agent assist (STT + LLM) | 4 | 4.5 | Tier 3 — campus edge | No |
| Speech-to-text | 4 | 4.5 | Tier 3 — campus edge | No |
| RAG knowledge base | 3 | 2.0 | Tier 2 — Hyderabad hub | Metro only |
| Sentiment analysis | 2 | 2.0 | Tier 2 — Hyderabad hub | Metro only |
| Report generation | 1 | 1.0 | Tier 1 — cloud | Yes |
| Screen analytics | 2 | 1.5 | Tier 1 — cloud | Yes |
WAN-bound AIW (Tier 1 only): Report gen (0.3) + screen analytics (2.0) = 2.3 Mbps × 1.4 burst = 3.22 Mbps per agent
Cloud CS: 1.5 (non-PII workloads only)
Cloud LL: 2.0 (batch tolerant)
Step 7 — IS recalculated post-MCP tiering¶
Mumbai HQ — post-MCP¶
IS = (1,040 × 3.22 × 1.5 × 2.0) / (10,000 × 0.90)
= 10,046 / 9,000
= 1.12 ← Monitor (optimal for the WAN path)
Delhi Regional — post-MCP¶
Hyderabad Tech — post-MCP¶
Chennai Branch — post-MCP¶
MCP tiering alone — before any bandwidth upgrade — brings all four sites from "critical blocker" to "monitor."
Step 8 — PUO analysis¶
| Site | IS (post-MCP) | U_eff | PUO | Status |
|---|---|---|---|---|
| Mumbai HQ | 1.12 | 1,040 | 0.0011 | Balanced |
| Delhi Regional | 1.56 | 688 | 0.0023 | Balanced |
| Hyderabad Tech | 1.21 | 500 | 0.0024 | Balanced |
| Chennai Branch | 2.67 | 208 | 0.0128 | Balanced (tight) |
All sites are in the balanced zone. Chennai has the least headroom.
Step 9 — Required infrastructure changes¶
To enable Tier 3 (campus edge AI) at all sites¶
| Item | Mumbai | Delhi | Hyderabad | Chennai |
|---|---|---|---|---|
| Campus GPU pods | 4× NVIDIA L4 | 3× NVIDIA L4 | 2× NVIDIA L4 | 1× NVIDIA L4 |
| NVMe local storage | 4 TB | 3 TB | 2 TB | 1 TB |
| LAN uplink to pods | 25G | 25G | 25G | 10G |
To enable Tier 4 (fraud detection) at Mumbai DC¶
| Item | Specification |
|---|---|
| GPU cluster | 2× NVIDIA A30 (active-active) |
| GPU networking | NVLink + 100G RoCEv2 |
| Storage | NVMe-oF array, 10 TB |
Bandwidth changes required¶
| Site | Current BW | B_required (post-MCP) | Action |
|---|---|---|---|
| Mumbai | 10 Gbps | 3.9 Gbps | No upgrade needed — 10G is sufficient |
| Delhi | 5 Gbps | 2.6 Gbps | No upgrade needed |
| Hyderabad | 5 Gbps | 1.9 Gbps | No upgrade needed |
| Chennai | 1 Gbps | 0.9 Gbps | Marginal — recommend upgrade to 2G for growth buffer |
Key insight: After MCP tiering, zero WAN bandwidth upgrades are required at HQ, Delhi, or Hyderabad. The entire IS problem was solved by architecture (routing workloads to the correct tier), not by buying more bandwidth.
Summary — BFB AI network design¶
| Metric | Before design | After design | Improvement |
|---|---|---|---|
| Mumbai IS | 28.1 | 1.12 | 96% reduction |
| Delhi IS | 35.0 | 1.56 | 96% reduction |
| Hyderabad IS | 18.4 | 1.21 | 93% reduction |
| Chennai IS | 24.9 | 2.67 | 89% reduction |
| WAN upgrades needed | 4 sites | 0–1 sites | 100% cost avoidance |
| Cloud WAN traffic | 100% | 18% | 82% reduction |
| Fraud detection latency | 85 ms (cloud) | 11 ms (on-prem) | 87% improvement |
| DPDP compliance | Impossible | Achieved | PII never leaves site |
The total infrastructure investment required is campus-edge GPU servers and a Tier 4 on-prem cluster — all CAPEX. No WAN contract changes needed at three of four sites.