JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

The Future of the Internet: Open Questions

A guided tour of the frontier you have been climbing toward: the ideas reshaping transport, the sky, the edge, and cryptography — and the honest, still-unanswered questions underneath them.

Standing at the top of the ladder

You started this ladder with a packet as a postcard with an address, and you climbed through nested envelopes of layering, the three-way handshake that syncs sequence numbers, congestion control as a careful driver, and the phone book that turns names into addresses. This last guide does something different. Instead of teaching one more mechanism, it stands at the top and looks out at where the Internet is actually heading — and, just as importantly, at the questions nobody has fully answered yet. The frontier is not a finished place; it is a set of arguments still in progress.

A theme will keep recurring, so name it now. Almost every frontier idea is a renegotiation of one old trade-off you already understand: bandwidth, throughput, and latency are three different things, and you cannot beat the speed of light. More bandwidth never cuts latency. So when a new technology promises to make the Internet feel faster, the honest first question is always: is it adding capacity, removing a round trip, or moving the data physically closer? Those are the only three levers, and every section below pulls one of them.

Transport keeps reinventing itself

In guide 1 you met QUIC: a reliable, encrypted, multiplexed transport rebuilt over UDP in user space, with HTTP/3 riding on top. Its core win was killing TCP's head-of-line blocking — when many web objects share one TCP pipe, a single lost packet stalls all of them, because TCP insists on delivering one in-order byte stream. QUIC gives each stream its own ordering, so a loss in one stream no longer freezes the rest. But notice the deeper move: QUIC lives in user space, so a browser can ship a new transport with a software update rather than waiting years for every operating system kernel and middlebox to change. That is the real reason transport can finally evolve quickly again.

A second open thread is using more than one path at once. Your phone often has both Wi-Fi and cellular live; classic TCP picks one. Multipath TCP lets a single logical connection spread its bytes across several paths and reassemble them in order, so a call survives walking out of Wi-Fi range onto 5G. The honest catch is that combined throughput is rarely the simple sum of the paths: a fast path can be dragged down waiting for a slow one to deliver its share in order, which is head-of-line blocking wearing new clothes. Scheduling across paths of very different latency is still an active research problem.

Networks in the sky, networks at the edge

Guide 2 took you up to the sky. Traditional satellites sit in geostationary orbit, about 36000 km up, which forces a brutal physics tax: light takes roughly 120 ms just to climb to the satellite and come back down, before any data even moves — pure propagation delay you cannot engineer away. Low-earth-orbit (LEO) constellations fly far lower, a few hundred to a couple thousand kilometres up, cutting that one-way distance enormously and bringing round trips down toward what fibre offers. The price is that a low satellite races across the sky in minutes, so you need hundreds or thousands of them and constant handoffs between them — a moving, churning network instead of a fixed one.

Down on the ground, 5G (and the still-being-defined 6G) brought a concept worth grasping clearly: network slicing. The same physical infrastructure is carved into multiple virtual networks, each tuned for a different promise — one slice with rock-bottom latency for self-driving cars, another with huge capacity for video, another sipping tiny amounts of power for sensors. This is the network finally taking quality of service seriously by isolation rather than hope. The honest caveat: 6G in particular is still more marketing roadmap than deployed reality, and slicing's strong promises hold only as long as the operator provisions and enforces them.

Guide 3 pulled the data physically closer with edge computing. Recall the third lever: you cannot beat the speed of light, so if a self-driving car or an AR headset needs an answer in milliseconds, the computation must sit at an edge server in the local town, not in a cloud datacenter a continent away. The edge is really a CDN grown a brain — not just caching files near you, but running code near you. The open question is governance and consistency: when state is scattered across thousands of tiny edge sites, keeping it coherent, secure, and up to date is genuinely hard, and we do not yet have one clean answer.

Many small things, and the time-sensitive few

The Internet of Things turns the network's scale on its head. Instead of a few powerful computers, you have billions of cheap, low-power devices — a thermostat, a door sensor, a soil-moisture probe — each with a trickle of data and a tiny battery. The chatty, header-heavy protocols of the web would drain them in a day, so lighter ones appeared. MQTT uses a publish-subscribe pattern: a device publishes a reading to a topic on a broker, and anyone subscribed to that topic gets it, so the sensor need not know or talk to its consumers. CoAP is REST-like but squeezed onto UDP for devices too small to carry full TCP and HTTP. Both trade richness for frugality — a deliberate choice, the same way UDP is a deliberate choice, not a broken TCP.

At the opposite extreme sits a small set of applications where being even slightly late is a failure, not an annoyance — a robot arm on a factory line, the brakes in a car. Best-effort delivery, where the network tries its best and shrugs, is not good enough here. Time-sensitive networking is a family of standards that add bounded, guaranteed timing to ordinary Ethernet: clocks across the network are synchronised to within microseconds, and critical frames are given reserved, scheduled slots so they always arrive inside a known deadline. It is the network making a promise about time itself, which is a very different thing from making a promise about throughput.

A quieter frontier threads through all of this: using machine learning for networking. Congestion control, routing, anomaly detection, and slice management are all decisions made under uncertainty from indirect signals — exactly the shape problem ML is good at. You already saw a hint of it: BBR abandons the old loss-equals-congestion reflex and instead models the path's bandwidth and delay directly. The cautious truth is that a learned controller is only as trustworthy as its training data and is hard to reason about when it misbehaves, so the field is feeling its way toward systems that are both smart and safe to deploy on infrastructure billions of people depend on.

The cryptographic horizon — an honest look

Guide 4 took the quantum question seriously and without hype, and it is worth restating the two ideas crisply because they are constantly confused. Quantum key distribution (QKD) uses the physics of quantum particles to let two parties share a secret key in a way that any eavesdropper provably disturbs and thereby reveals. That is genuinely beautiful, but read its limit carefully: QKD secures key exchange by physics; it does not by itself encrypt your data, and it does not make other cryptography obsolete. It also needs special hardware and direct optical links, so it is not something that quietly upgrades the TLS in your browser.

The threat that actually keeps cryptographers awake is the reverse: a future large quantum computer could break the public-key math that today's public-key cryptography relies on — the very handshakes that bootstrap nearly every secure connection. The defence is not quantum at all. Post-quantum cryptography is a set of new, classical algorithms — ordinary software, running on ordinary computers — chosen because no known quantum algorithm breaks them. They are being woven into TLS and other protocols right now, often alongside the old algorithms so a flaw in the new ones is not catastrophic. The urgency is the harvest-now-decrypt-later worry: an adversary can record your encrypted traffic today and decrypt it years later once the hardware exists.

The unglamorous future, and what stays true

Not every frontier is exciting; some are just overdue. IPv6 is the clearest case. IPv4 has only about 2^32 addresses — roughly four billion, fewer than there are people — and we ran out years ago. IPv6 offers 2^128, an effectively unlimited supply, and was standardised in the 1990s. Yet decades later the migration is still only partway done, because the Internet is too big to switch over at once and IPv4 plus NAT (network address translation) kept limping along well enough to dull the urgency. The lesson is humbling: a clearly better design does not win automatically. Deployment, incentives, and inertia decide what the Internet actually runs.

And a frontier that barely existed in older textbooks: sustainability. The Internet now consumes a serious share of the world's electricity — datacenters, the radios of 5G networks, the constellations overhead, and billions of always-on devices all draw power. Designing protocols and infrastructure that move bits with less energy per bit, and scheduling heavy work for when and where the grid is greenest, is becoming a first-class engineering goal rather than an afterthought. It is a reminder that the network is not abstract: every packet you have learned to trace is, ultimately, electrons and photons and heat.

So end where the ladder began. Underneath every shiny frontier word, the ideas you climbed through still hold: an address still names a location, not a person; a handshake still synchronises state, it does not by itself authenticate; encryption is still a separate job from reliability; and you still cannot beat the speed of light. The future of the Internet is not a list of gadgets to memorise. It is the same handful of honest trade-offs — capacity, distance, round trips, energy, trust — being renegotiated over and over by people who, like you now, understand what is really underneath the postcard.