Quantum NetworksExtendabout 34 min
Quantum Networks: Building the Unhackable Internet
How photons, entanglement, and quantum repeaters could create networks that keep secrets safe by the laws of physics
This lesson follows the journey of a photon through a quantum network, from sending a secret key across a city to building a nationwide web of entangled links. Readers design protocols, compare architectures, and face the real engineering puzzles that ISRO and labs worldwide are
In this part you’ll
- Apply quantum key distribution principles to design a secure network path between nodes
- Analyze how entanglement swaps and quantum repeaters extend quantum communication across distances
- Evaluate trade-offs between trusted-node versus device-independent quantum network architectures
- Construct a simplified protocol for a quantum network that handles both signaling and key distribution
You have probably heard that quantum computers could one day break the codes that protect passwords and bank transactions. But the same quantum rules can also build networks that are provably secure — not because of clever maths, but because the laws of physics forbid an eavesdropper from hiding. In this lesson you step into the role of a network engineer tasked with connecting quantum devices across India. You will send photons through optical fibre, patch broken entanglement with a "swap," decide whether to trust an intermediate node, and weigh what it costs to build the impossible: a network where even the devices themselves cannot cheat.
Every chapter moves from a concrete puzzle to the quantum mechanism behind it. We use real distances — Chennai to Bengaluru, Delhi to Mumbai — and real constraints: monsoon humidity that scatters photons, power cuts that kill cryogenic refrigerators, and the hard fact that no known material can copy an unknown quantum state. By the end you will have sketched a protocol, calculated a trade-off, and understood why this field sits at the boundary of physics and engineering.
Chapter 01
The Leaked IPL Strategy: Why Normal Networks Fail
Imagine the night before an IPL auction. The Sunrisers Hyderabad analytics team has spent ₹40 lakh on a data model that predicts which uncapped bowlers will shine in the 2025 season. The file is on their office server, protected by a password, sent to the coach over email. By morning, the Mumbai Indians social media account posts a meme that hints at the exact same three names. The strategy leaked. But the terrifying part? Nobody knows when, how, or by whom. The email was copied silently, the server log looks clean, and the stolen file is bit-for-bit identical to the original. The thieves left no fingerprints because classical information—every email, PDF, and WhatsApp forwards you send—can be copied perfectly without a trace.
This is not a bug in your router or your password. It is a fundamental property of ordinary, or "classical," information. A classical bit is just a 0 or a 1, and you can read it, copy it, forward it to ten friends, and the original sender has no way to know. Every bank transaction, every government secret, every medical record traveling over optical fibre or Wi-Fi shares this same vulnerability. Encryption helps, but encrypted data is still classical data: an eavesdropper named Eve can copy the scrambled message today and wait for a more powerful computer to unscramble it tomorrow. The US NSA has already warned that data harvested now may be decrypted later by quantum computers—what they call "harvest now, decrypt later."
To build communication that is secure not by mathematical cleverness but by the laws of physics, we need something that cannot be copied. Quantum mechanics offers exactly that. In the rest of this lesson you will learn how to turn this physical guarantee into a working network that could stretch from Chennai to Bengaluru, then across India, and eventually into space. But first, we must understand why no amount of firewall upgrades can fix the copying problem—and why quantum states are different.
Worked example
0 / 5 steps shownThe Copying Test: Classical vs Quantum
Ravi sends a secret to Priya. Eve wants to steal it. Compare what happens in a classical network versus a quantum network if Eve intercepts the message mid-route.
Predict first
| Property | Classical Network | Quantum Network |
|---|---|---|
| Information unit | Bit (0 or 1, definite) | Qubit (superposition of 0 and 1) |
| Copying allowed? | Yes, perfectly and silently | No—no-cloning theorem forbids it |
| Eavesdropping detection | Impossible in principle | Detectable via error rate spikes |
| Security basis | Mathematical hardness (breakable by future computers) | Physical law (unbreakable if implemented correctly) |
| Range without help | Thousands of km (amplifiers work) | Limited by fibre loss (~100 km); needs quantum repeaters |
| Mature technology | Internet, 5G, undersea cables | City-scale tests; national pilots underway |
The leaked IPL strategy is more than a story about cricket. It is a parable about every classical network ever built. From the telegraph to 5G, information could always be copied without consent and without trace. Quantum mechanics does not merely add better locks; it changes what is physically possible. A photon carrying a qubit is not like a PDF attachment. It is a fragile, unclonable disturbance in a field, and touching it to read it leaves marks.
But knowing that eavesdropping is detectable in principle is not enough. How do you actually send a qubit from Chennai to Bengaluru? What property of light do you use? How do Ravi and Priya agree on which photons to trust? And if photons die in optical fibre after roughly 100 km, how do you build a national or global network without the copying trick that classical networks use? The next seven chapters build the answer piece by piece. We will start with the simplest quantum messenger: a photon's polarisation, and how it encodes a qubit that Eve cannot steal cleanly.
Keep this
Chapter 1: Key Takeaways
- Classical information can be copied perfectly and silently; this is why network eavesdropping is fundamentally undetectable.
- Encrypted classical data is only temporarily safe—future computers or mathematical breakthroughs may break today's encryption.
- The no-cloning theorem states that an unknown quantum state cannot be copied, making quantum eavesdropping necessarily detectable.
- A quantum network does not replace the entire internet; it secures the key distribution layer that protects all other communication.
- The engineering challenge is turning the physical guarantee of no-cloning into a practical, long-distance, noisy communication system.
Chapter 02
Photon Messengers: Polarisation and the Qubit
Imagine you are sending a secret message to a friend during a cricket match. You shine a laser pointer at them, but instead of one steady beam, you send single flashes—each flash is one particle of light called a photon. Now here is the strange part: you can control the way each photon wiggles as it travels. That wiggle direction is called polarisation, and it is the key to every quantum network on Earth.
Polarisation is simply the direction in which the electric field of a light wave oscillates. If a photon wiggles side-to-side, we call it horizontal polarisation and write it as |H>. If it wiggles up-and-down, we call it vertical polarisation or |V>. Together, |H> and |V> form what physicists call a basis—a pair of directions that are exactly perpendicular to each other.
But light can wiggle at any angle. A photon wiggling at 45 degrees to the right is called diagonal or |D>; at 45 degrees to the left it is anti-diagonal or |A>}. These form a second basis, tilted compared to the first. Crucially, a photon polarised at 45 degrees is not secretly |H> or |V> waiting to be discovered. It is genuinely a new state, a blend of both. This is where quantum mechanics departs from everyday intuition.
Worked example
0 / 5 steps shownMeasuring in the Wrong Basis
Priya sends a single photon in state |D> (diagonal) to Rahul. Rahul's detector is set to measure only |H> versus |V> (the horizontal-vertical basis). What happens?
How basis choice creates security
- Step 01Sender encodes
Priya randomly chooses a basis (H/V or D/A) and a bit value, then sends one polarised photon.
- Step 02Receiver guesses
Rahul randomly chooses which basis to measure in, without knowing Priya's choice.
- Step 03Match or mismatch
If bases match, Rahul learns the bit correctly. If they differ, his result is random and likely wrong.
- Step 04Public comparison
Later, Priya and Rahul announce which bases they used—never the bit values. They discard mismatched rounds.
- Step 05Eavesdropper penaltyThe security check
If Eve intercepts and measures, she must guess a basis too. Wrong guesses disturb photons, raising the error rate above the expected 25 percent random mismatch.
Predict first
You might wonder: why go through all this trouble? Classical networks already encrypt data with mathematics that seems secure. The answer is that every purely mathematical encryption can be broken by a powerful enough computer, especially the quantum computers now being built in labs across India and the world. A quantum network does not rely on mathematical hardness. Its security comes from physics itself: no one can measure a photon without disturbing it, and that disturbance cannot be hidden.
In the next chapter, you will see this mechanism turned into a real protocol called BB84. We will follow a key as it travels from Chennai to Bengaluru, photon by photon, and watch exactly how Priya and Rahul catch an eavesdropper red-handed.
Chapter 03
BB84 in Action: Sending a Key from Chennai to Bengaluru
Imagine you are the captain of an IPL team in Chennai. Before the auction, you need to send your bidding strategy to your assistant coach waiting in a Bengaluru hotel. The message is simple — "Bid ₹12 crore for the fast bowler, ignore the spinner." But your rival team's hacker has tapped the hotel WiFi, the phone line, even the courier service. Every classical channel leaks. What you need is a key: a random string of bits that only you and your coach share. With that key, you can scramble your message into unreadable gibberish. Even if the hacker intercepts the scrambled text, without the key it is useless.
The puzzle is: how do two people who have never met create a shared secret key when an eavesdropper controls every path between them? In 1984, Charles Bennett and Gilles Brassard invented a protocol — now called BB84 — that uses the quantum properties of light to solve exactly this. This chapter walks through BB84 as if we are really sending photons from Chennai to Bengaluru over a dark fibre cable. By the end you will see how randomness, polarisation, and public conversation combine into an unhackable key — and why even this brilliant method starts to struggle as the kilometres add up.
Worked example
0 / 6 steps shownChennai to Bengaluru: A 350-Photon Run
Alice in Chennai sends 350 polarised photons to Bob in Bengaluru. Each photon encodes one random bit in a randomly chosen basis (+ or ×). Bob measures each photon in a randomly chosen basis. After basis comparison, error estimation, error correction, and privacy amplification, how many secure final key bits can they expect? Assume standard fibre loss over 350 km is too severe, so this is a tabletop model with 20 percent photon loss and 3 percent quantum bit error rate (QBER).
- Photons sent
- 350By Alice from Chennai
- Sifted key
- 140 bitsAfter basis matching on surviving photons
- QBER found
- 3%Below 11% abort threshold; protocol continues
- Final secure key
- ~48 bitsAfter error correction and privacy amplification
- Key rate
- 0.14 bits/photonPoor by classical standards, but provably secure
| Attack type | What Eve tries | Why BB84 detects or blocks it |
|---|---|---|
| Intercept-resend | Eve measures photons, re-sends fakes to Bob | Wrong basis half the time → 25% error rate introduced, far above 11% threshold |
| Beam splitter | Eve steals part of the light | Fewer photons reach Bob; if she measures them, same detection problem |
| Photon number splitting | Eve holds back a multi-photon pulse | BB84 with weak laser pulses is vulnerable; decoy-state protocol fixes this (see later depths) |
| Classical snooping | Eve records the public channel | Metadata without raw bits gives zero key information; privacy amplification burns any partial leakage |
Predict first
Keep this
BB84: From Photons to a Shared Secret
- BB84 uses photon polarisation in two random bases so that measurement without basis knowledge corrupts the qubit.
- Alice and Bob publicly compare only their basis choices, not bit values, then discard mismatched measurements to form a sifted key.
- They sacrifice part of the sifted key to measure error rate; above ~11% they abort because eavesdropping is suspected.
- Error correction fixes noise-induced bit flips but leaks some information; privacy amplification compresses the key to erase that leakage.
- At 100 km of standard telecom fibre, 0.2 dB/km loss means 20 dB total loss: only 1% of photons arrive, making raw throughput tiny and motivating quantum repeaters.
Chapter 04
The Fibre Killzone: Loss, Noise, and the Repeater Problem
Imagine you are sending a secret message from the Chennai lighthouse to a friend waiting on Marina Beach, but instead of speech or radio you are flickering a tiny torch. Every hundred metres a fog thickens. By two kilometres your friend squints and guesses. By ten kilometres they see nothing at all. Optical fibre for quantum signals behaves like that fog, only the "distance" is hundreds of kilometres and the torch is a single photon carrying your qubit.
In Chapter 2 and 3 you learned that a photon can carry a qubit in its polarisation, and that Alice and Bob can build a shared secret key with BB84. But every photon must travel the full fibre length between them. That works when Chennai speaks to Bengaluru — roughly 350 km — but it collapses for longer links like the undersea cable from Chennai to Singapore, or a future Delhi-to-Mumbai quantum backbone. This chapter explains exactly why the fibre becomes a killzone for quantum signals, why the classical telecom tricks we use for phone calls cannot rescue us, and why physicists had to invent an entirely new kind of repeater. We will use a simplified model: we assume detectors are perfect and have no dark counts, so we can isolate the pure loss problem. Real systems are worse, but loss alone is enough to stop you.
- Telecom window wavelength
- 1550 nmStandard infrared band where silica glass is most transparent for long-distance fibre.
- Attenuation
- 0.2 dB/kmTypical loss in modern telecom fibre; every 15 km the photon survival probability drops by half.
- Chennai–Bengaluru
- ~350 kmDirect terrestrial fibre distance; already marginal for BB84 without special tricks.
- Chennai–Singapore
- ~2900 kmSubmarine cable distance; loss dominated by fibre plus splice and connector penalties.
Worked example
0 / 4 steps shownThe Ten-Thousandth Photon: 400 km of Fibre
Alice sends single photons one by one into a 400 km fibre with attenuation 0.2 dB/km. Roughly how many photons must she emit so that Bob receives just one? Assume ideal detectors.
Chapter 05
Entanglement Swapping: The Quantum Repeater Trick
Imagine you have a secret you want to share with a friend in Mumbai, but you live in Delhi. You cannot fly there yourself, and every postal route passes through Jaipur, where someone might open the letter. In classical networks, we solve this by making copies of the message at relay stations—your email hops through servers, each one reading and forwarding the data. But quantum rules forbids copying. If you try to duplicate a quantum state, the universe enforces a hard no. This is the no-cloning theorem, proved in 1982: it is impossible to create an identical copy of an unknown quantum state.
So how do we build a quantum internet across thousands of kilometres when photons in fibre cables die out after about 100 km, and we cannot amplify or copy them? The answer is entanglement swapping, the trick inside every quantum repeater. It lets two particles become entangled even though they have never met, by consuming two shorter entangled pairs and a tiny bit of classical information. This chapter walks through the mechanism, shows why it is not cloning, and works through a real three-city example.
How Entanglement Swapping Works
- Step 01Pair 1: Delhi–Jaipurcreate
A source in Jaipur fires two photons into opposite fibres. One travels to Delhi, one stays in Jaipur. They are now entangled: measuring one instantly determines the other’s state.
- Step 02Pair 2: Jaipur–Mumbaicreate
A second source in Jaipur does the same toward Mumbai. Jaipur and Mumbai now hold their own entangled pair. Note: the Delhi photon and Mumbai photon share no link yet.
- Step 03Meet in the Middlemeasure
In Jaipur, the two local photons (one from each pair) are directed onto a Bell-state measurement device. This performs a joint measurement that cannot tell us either photon’s individual state.
- Step 04Classical phone callcommunicate
Jaipur records which of four Bell results occurred and phones Delhi and Mumbai with just two classical bits. This is ordinary information, not secret, and can be sent openly.
- Step 05Projection far apartresult
Using those two bits, Delhi and Mumbai apply simple correction rules. Their formerly unrelated photons are now entangled—without ever having shared a photon source.
Worked example
0 / 6 steps shownDelhi, Jaipur, Mumbai: A Swap in Numbers
A quantum network has three nodes: Delhi (D), Jaipur (J), and Mumbai (M). At 10:00, Node J generates Pair 1: photon A sent to D, photon B kept at J. At 10:01, Node J generates Pair 2: photon C kept at J, photon D' sent to M. The pairs are independent. At 10:02, J performs a Bell-state measurement on B and C, obtaining result 'psi-minus'. J broadcasts "01" (the two-bit code for psi-minus) to D and M by ordinary internet. D and M apply correction rule 01 to their local photons. What is the final entanglement?
Chapter 06
From Chain to Web: Trusted Nodes vs Device-Independent Networks
So far we have imagined a single chain of quantum repeaters stretching from Chennai to Bengaluru. But real networks are not one straight line — they branch like the metro map, with many possible routes and dozens of intermediate stations. The moment we add branches, a hard question appears: who owns the boxes in the middle, and how much do we have to trust them?
There are two very different philosophies for building a quantum network. One is pragmatic and already working across thousands of kilometres. The other is cautious and still in the laboratory, but promises a security guarantee so strong that even a dishonest telecom provider cannot betray you. Both use photons and optical fibre, yet they differ in what happens at every junction. This chapter compares the two architectures side by side, using the kind of trade-offs engineers in India will face when linking IISc Bengaluru, TIFR Mumbai, IIT Delhi and future nodes in the Northeast.
- Beijing–Shanghai trunk
- 2,032 kmLongest trusted-node QKD link operating since 2017; 32 trusted relays along the route
- Cryogenic memory
- ~4 KTemperature needed for most quantum memories today; equivalent to 4 degrees above absolute zero, colder than outer space
- Indian cryogenics
- SparseLiquid helium plants mainly at IISc, TIFR, IIT Bombay; nationwide logistics for a grid would need major investment
Worked example
0 / 3 steps shownRouting a secret through Hyderabad
A government office in Delhi wants to share a one-time pad with an office in Chennai. The fibre path is Delhi → Hyderabad → Chennai, 2,050 km total. Option A: trusted-node QKD with a secure server in Hyderabad. Option B: device-independent entanglement with a quantum repeater in Hyderabad. Compare what an attacker who physically controls the Hyderabad building can learn in each case.
Log scale — every extra step of length is roughly ten times more.
- Telecom laser + detector (trusted node)₹50 lakh
- Coherent transceiver (classical 400 Gbps)₹2 crore
- Complete trusted-node QKD station₹3.5 crore
- Compact QKD satellite ground station₹12 crore
- Cryogenic diamond memory (early commercial)₹25 crore
- Full device-independent repeater node₹40 crore
Try it
Chapter 07
A Protocol of Your Own: Designing the Southern Quantum Corridor
So far you have seen how quantum bits travel, how two cities can share a secret key, and how entanglement swapping beats the distance limit. Now it is your turn to design. Imagine the Southern Quantum Corridor: four major cities linked by ordinary telecom fibre that already lies under railway tracks and highways. The cities are Chennai, Bengaluru, Hyderabad and Visakhapatnam. Each city has government data centres, banks and hospitals that need keys they can trust.
Your job is not to lay new cable; it is to decide what runs on the fibre and where the extra boxes sit. You must choose between two kinds of link. Trusted-node QKD is simpler: each hop generates a fresh key, but every intermediate city must be trusted because it handles plaintext keys. Entanglement swapping is harder: it needs quantum memories and Bell-state measurements, yet the middle city never learns the key. Not every link can afford the expensive option, and not every link is long enough to need it.
In this chapter you will make three decisions and write them into a three-layer protocol sketch: the physical layer (what photons actually travel), the link layer (QKD or entanglement on each hop), and the network layer (how a key request finds a path and recovers when a monsoon flood severs cable). Treat this as a model, not a blueprint ready for ISRO. The numbers that follow are realistic but rounded for classroom use.
- Chennai–Bengaluru
- 350 kmFibre loss ~0.2 dB/km; total ~70 dB without repeaters. Single-photon QKD fails beyond ~50 dB.
- Bengaluru–Hyderabad
- 570 kmLoss ~114 dB. Needs trusted node or quantum repeater for direct entanglement.
- Hyderabad–Visakhapatnam
- 620 kmLoss ~124 dB. Longest terrestrial link in the corridor.
- Chennai–Visakhapatnam
- ~1,200 kmNo direct fibre shown; any connection routes through intermediate cities.
- Monsoon risk
- HighChennai–Bengaluru fibre runs through flood-prone coastal plain. Annual outage probability modelled at 15%.
Worked example
0 / 5 steps shownWorked example: A monsoon severs Chennai–Bengaluru
Chennai needs a 256-bit key to Visakhapatnam today. Direct entanglement over 1,200 km is impossible with current repeaters. Your link layer shows Chennai–Bengaluru as trusted-node QKD and Bengaluru–Hyderabad as entanglement swapping. A monsoon flood cuts the Chennai–Bengaluru fibre. What does your protocol do?
Try it
| Path | Physical route | Link technology mix | Trust count | Monsoon resilience |
|---|---|---|---|---|
| Direct (fictional) | 1,200 km straight | Not feasible today | — | — |
| Via Bengaluru only | Chennai–Bengaluru–Visakhapatnam | QKD + swap | 2 cities | Fails if Chennai–Bengaluru cut |
| Via Hyderabad | Chennai–Hyderabad–Visakhapatnam | QKD + swap | 2 cities | Uses inland link; lower flood risk |
| Triangular backup | Route around failure | Mixed per link state | Up to 3 | Best if link-status tables update fast |
Reflect
This stays on this page only. It isn’t saved or sent anywhere.
Keep this
What you built in this chapter
- A real network map needs loss budgets and trust assumptions, not just geography.
- Trusted-node QKD is cheaper but expands the number of parties you must trust.
- Entanglement swapping with quantum repeaters preserves end-to-end secrecy but needs cryogenic hardware and Bell-state measurements.
- Your three-layer protocol separates physical signals, link technology, and routing rules so that failures like monsoon cuts can be handled systematically.
- There is no single best design; the right mix depends on cost, security need, and which cities you already trust.
Chapter 08
What ISRO and Global Labs Are Building
While you have been reading about polarised photons, entanglement swapping, and trusted nodes, hundreds of engineers and scientists have been turning these ideas into real hardware. This chapter is about what they are building right now — inside India and across the world. Quantum networks are no longer just classroom thought experiments. They are satellites, fibre cables, and cryogenic laboratories running through the night. The race is for a practical, unhackable communication backbone, and every continent is taking a different route to get there.
In India, the most exciting work is happening above the atmosphere. ISRO's Quantum Experiments using Satellite Technology, called QuEST, aims to distribute entangled photon pairs from a low-Earth orbit satellite down to ground stations. The advantage is simple: a laser beam shooting through 500 km of empty space loses far fewer photons than light crawling through 500 km of glass fibre. The disadvantage is just as real: monsoon clouds, atmospheric turbulence, and the strict geometry of satellite passes mean the link does not work every hour of the day. QuEST is therefore a hybrid strategy — space for the long hop, fibre for the last mile — and it is designed with India's geography and weather in mind.
The Race to a Real Quantum Network
- 2016Micius satellite launches China sends up the world's first dedicated quantum-communication satellite, proving entanglement distribution across 1,200 km of space.
- 2017Ground fibre backbone in China China completes the Beijing-Shanghai trunk line, a 2,000 km fibre QKD link using trusted-node relays.
- 2021Integrated quantum network China announces a 4,600 km trusted-node network combining Micius satellite links and ground fibre, spanning the country.
- 2022QuEST mission approved ISRO formally approves its Quantum Experiments using Satellite Technology mission for entanglement-based quantum key distribution.
- 2023European testbed expansion The Quantum Internet Alliance switches on new nodes in the Netherlands, connecting rare-earth-doped crystal memories across city distances.
- 2024US NSF testbeds live National Science Foundation-funded testbeds demonstrate entanglement swapping with trapped-ion quantum memories at multiple sites.
| Region | Key project | Technology focus | Current reach | Main weakness |
|---|---|---|---|---|
| China | Micius + ground fibre | Satellite QKD + trusted-node fibre | 4,600 km operational | Trusted nodes must be physically guarded; not fully device-independent |
| Europe | Quantum Internet Alliance | Rare-earth-doped crystal quantum repeaters; fibre | City-scale testbeds | Cryogenic memories need -270 degree C operation; expensive scaling |
| India (ISRO) | QuEST mission | Satellite-to-ground entanglement; hybrid space-ground | Not yet operational | Monsoon cloud cover interrupts satellite links; ground station density low |
| United States | NSF-funded testbeds | Trapped-ion quantum memories; entanglement swapping | Campus-to-campus distances | Ions are slow to entangle; limited to short fibre spans today |
- Micius satellite altitude
- ~500 kmLow-Earth orbit, completing a full orbit roughly every 90 minutes, giving each ground station only a few usable minutes per pass
- China's fibre QKD trunk
- 2,000 kmBeijing to Shanghai, with 32 trusted-node relay stations spaced roughly every 80 km to regenerate the quantum key
- QuEST target distance
- ~500 kmSatellite-to-ground entangribution; comparable to Micius but optimised for India's ground-station locations at Ahmedabad and Bengaluru
- Cryogenic temperature
- ~1 KTemperature for rare-earth-doped crystal quantum memories in European repeaters; requires liquid helium or advanced cryocoolers
The European and American projects show what happens when you try to solve the repeater problem head-on. The Quantum Internet Alliance, funded by the European Union, is building quantum memories from crystals doped with rare-earth ions. These crystals can absorb a photon, store its quantum state for milliseconds, and release it later. Milliseconds may sound brief, but it is long enough to synchronise two distant entangled links and perform entanglement swapping. The catch is that the crystal must sit at about 1 kelvin, barely above absolute zero, which means every node needs a cryostat — a sophisticated refrigerator that is expensive to buy, power-hungry to run, and demanding to maintain.
In the United States, the National Science Foundation has funded multiple testbeds using trapped ions as quantum memories. An ion is a single atom with an electric charge, suspended in a vacuum by electromagnetic fields. Laser pulses can entangle an ion with a photon, send the photon down a fibre, and later entangle a second ion-photon pair to perform swapping. Trapped ions store quantum states superbly well, but they are finicky: the vacuum must stay perfect, the lasers must stay locked in frequency, and the entanglement rates are currently slow. These are engineering problems, not laws of physics, and teams are improving them year by year.
For India, there is a hidden opportunity in plain sight. Indian Railways owns a vast right-of-way, corridors of land stretching thousands of kilometres with maintenance crews, power lines, and security already in place. Laying quantum-grade fibre alongside these tracks is far cheaper than negotiating fresh land rights. The challenge is not the trench; it is the maintenance culture for cryogenic or precision-optical equipment. A quantum repeater station that fails because a compressor seal wore out in summer heat is useless. Building the network means building the human infrastructure — trained technicians, spare parts chains, and standard operating procedures — alongside the photons and crystals.
Try it
Chapter 09
Check Yourself, and What Comes Next
You have travelled from a leaked IPL strategy through photon polarisation, the BB84 protocol, fibre loss, entanglement swapping, and the hard choices between trusted nodes and fully device-independent networks. You have designed a Southern Quantum Corridor and seen what ISRO and global labs are building. Now it is time to test what has stuck — and not just facts, but the engineering judgement this field demands. The questions ahead do not all have neat answers. Some ask you to calculate, some to compare, some to choose. Treat each as a decision you might face if you were asked tomorrow: "We need a quantum link from Kochi to Kolkata. What do we do?" Let's find out what you would say.
Where this comes from
Sources
An introduction to quantum networks and how they work | TechTarget (opens another website) — techtarget.comawaiting owner check
Introduces quantum networks by explaining how entangled qubits transmit data, contrasts quantum-secured networks with true quantum networking, and describes underlying quantum principles including entanglement.
Quantum network - Wikipedia (opens another website) — en.wikipedia.orgawaiting owner check
Provides an overview of quantum networks covering their role in quantum computing and communication, plus components like end nodes, physical communication lines, quantum repeaters, and applications including secure communications and quantum internet.
Quantum networks: A new era of interconnectedness | NSF - U.S. National Science Foundation (opens another website) — nsf.govawaiting owner check
Basic comparison showing quantum networks transmit quantum information rather than classical bits, and describes how quantum networks link powerful computers and ultraprecise sensors for a new era of interconnectedness.
End of Extend
What you just read
- Apply quantum key distribution principles to design a secure network path between nodes
- Analyze how entanglement swaps and quantum repeaters extend quantum communication across distances
- Evaluate trade-offs between trusted-node versus device-independent quantum network architectures
- Construct a simplified protocol for a quantum network that handles both signaling and key distribution
- Practise61 questionsHints and a worked solution for every question — or play a 10-question round.
- Step backGo deeperGo back over the ground before this one — you can move up and down as often as you like.
- TopicAll of quantum networksThe whole ladder, the connections and the words to know, on one page.
Want to save topics or ask for new ones? Invited families can connect a learning device. Everything here stays free to read without signing in.
Revision 1 · release generation-006ecf93-8d45-4953-904e-198f4274e704 · reviewed 23/09/2026