Activity Overview
Students are given a simple map of the Mumbai local train network and asked: “What will happen if the Central Line stops at Dadar?” They explore how one problem can affect many other routes and learn about backup routes and strong systems.
💡 Teacher Tip
Show real news photos of Mumbai local disruptions and the resulting passenger chaos. Real-world stakes transform a paper exercise into a systems-thinking challenge with genuine emotional resonance.
Learning Objectives
- ✓ Model a transport network as a graph with nodes and edges
- ✓ Identify single points of failure (SPOFs) in a network
- ✓ Trace cascading effects of a single disruption through the system
- ✓ Design redundancy to improve network resilience
Materials Needed
Mumbai local network map (simplified, printable) Coloured markers (red=disrupted, green=active, yellow=overloaded) Passenger flow cards Impact analysis worksheet Sticky notes for cascading effects
Step-by-Step Instructions
Introduce the Network (5 min) — Display the simplified Mumbai local map: 3 lines (Western, Central, Harbour), key interchange stations (Dadar, CST, Kurla). Students identify key nodes.
Normal Operation (5 min) — Students calculate: how many passengers pass through Dadar station daily? (Hint: it is the busiest interchange in Asia.) What lines connect through it?
The Disruption (5 min) — 'The Central Line at Dadar is shut for emergency track repair. Mark this in red. Now trace what happens next.'
Cascade Analysis (15 min) — Groups work through cascade effects: Which passengers are stranded? Where do they reroute? Which alternative stations become overloaded? Mark in yellow. Do any other services fail as a result?
Present Findings (8 min) — Each group shares their cascade map. Discuss: which station is the single point of failure? What makes Dadar critical?
Design Resilience (10 min) — 'If you were redesigning this network, what would you change to prevent one station failure from cascading?' Groups propose one structural change and justify it.
Connect to Computing (7 min) — 'The internet was designed to survive nuclear attack — it routes around damage. Cloud services use the same redundancy logic. Your bank's servers have multiple backup copies for exactly this reason.'
CT Pillar Connections
Algorithmic Thinking
The cascade analysis is a systematic algorithm — starting at the disrupted node and propagating effects layer by layer through the network.
Abstraction
The simplified network map abstracts away station aesthetics, geography, and fare details — keeping only the connectivity data needed to model flow.
Pattern Recognition
Students recognise that highly-connected nodes (like Dadar) are always the most critical — a pattern that holds across transport networks, the internet, and supply chains.
Discussion Questions
- What is a single point of failure? Can you think of one in your school's systems?
- How does the internet handle a broken router differently from how Mumbai trains handle a closed station?
- What is the difference between a robust system and a resilient system?
- If you were the MMRC chief, what one infrastructure investment would most improve resilience?