Skip to main content
As “the father of the Internet”, Vint Cerf is a man who needs to be listened to, especially when he is talking about the Internet itself. So when he warns that the Internet is almost full, meaning the available IP addresses are rapidly running out, I think we all need to start taking action.

Cerf, now aged 65 and an Internet evangelist, was one of the men who worked on ARPAnet, the predecessor to the Internet, and so is rightly regarded as one of the founding fathers of the Internet. According to The Guardian, he has recently warned that the Internet is rapidly running out of IP addresses, with late 2009, early 2010 a possible time-scale for when all the IP addresses in the world will have been used.

The problem has been exacerbated by the fact that it’s not only computers that are now able to connect to the Internet, with mobile phones, PDAs, game consoles, televisions, and even fridges all being sold with some kind of Internet access built in. This means that the Internet Protocol version four (IPv4) addresses, of which there were 4.2 billion when it was developed in the late seventies, are running out at a rate of knots.

With every Internet-enabled device assigned a unique IP address, the stocks are running extremely low, with around 14% of IPv4 addresses left. Cerf explained the situation in a way we can all understand to Times Online:

This is like the internet running out of telephone numbers and with no new numbers, you can’t have more subscribers.

But, before you all panic that the world is going to end in 2010, or at least any new iPhone or laptop will be effectively banned from the Internet, there is already a solution in place. It’s actually been in place for over ten years, which is the time this problem was first noticed, but it’s still not been fully implemented.

In 1996, the Internet Engineering Task Force (IETF) adopted Internet Protocol version 6 (IPv6). This new protocol provides space for 2^128 addresses (340 trillion trillion trillion) or 4 billion IPs for every living person on the planet. So it will outlive any of us.

Most of us will already own a computer which supports IPv6, with IBM’s Unix offering support from 1997 and almost everyone else following suit shortly afterwards. Widows XP SP1 had it included, and it’s the standard protocol version in Windows Vista. So why is no-one yet using it?

It seems no-one is really that bothered until they are forced to, and according to Cerf, that is likely to be within the next year or two. Until then, all us humble consumers can do is make sure we buy devices and sign up to Internet Service Providers who support IPv6 and are prepared for the changeover. Oh, and remember to cross your fingers.

Comments

Popular posts from this blog

Racecraft (Project Koru) · Prologue — The Origin Story

Racecraft · Prologue , The Origin Story It Started With a Wine List and a Question About Racing How a happy-hour conversation in the Bay Area turned into a trustable AI race coach , and then into a second version that runs entirely on a phone, on the NPU. This is the prologue to a five-part series. Two years ago(1st November, 2024) I was in the Bay Area for a GDE Summit. If you've never been: it's a couple of days of talks among Google Developer Experts, the kind of people who get unreasonably excited about a new on-device runtime, and then , mercifully , a happy hour where everyone stops performing and just eats. We ended up at a restaurant(Puesto Santa Clara), a long table of GDEs, and I was doing the most important engineering of the evening: trying to decide which wine to order. Across the table was Ajeet Mirwani . I don't even remember how the wine talk turned into racing talk , these things drift , but the moment the word "racing" ...

A Split‑Brain Neuro‑Symbolic Training Method for High‑Velocity Autonomous Coaching from Telemetry

 Author: Rabimba Karanjai Scope: Problem statement + data methodology + model training (no deployment discussion) Abstract Real‑time coaching in motorsport is a safety‑critical learning problem : a system must map noisy, high‑frequency telemetry to short, actionable guidance that remains physically consistent and avoids hazardous recommendations . This paper proposes a “Split‑Brain” training formulation that separates (i) a semantic coaching target (what action/critique should be expressed) from (ii) a reflexive interface (how actions are represented as compact, verifiable tokens). The approach trains a Small Language Model (SLM) in the Gemma family [1] using QLoRA fine‑tuning [2] , and introduces a telemetry tokenizer plus teacher‑student synthesis pipeline to generate instruction‑action pairs at scale. Core contribution: a reproducible method to convert “ golden lap ” differential tel...

My Friend's MRI Didn't Come with a Manual, So I Built One with AI

Gemma 4 Good Hackathon · Impact Track · Health & Sciences It started with two envelopes. One contained a single sheet of paper, a radiologist's report for my friend. It was a wall of text that might as well have been written in another language. Words like " parenchymal volume ," " hyperintensities ," and " susceptibility artifact " stared back at us, creating more anxiety than they resolved. The other was a flimsy paper sleeve containing a CD-ROM. This, we were told, held the actual images from her MRI scan. The ground truth. And we couldn't even look at it. Our laptops, like most these days, don't have disc drives. For a moment, this crucial, deeply personal piece of her health information was a coaster. I felt that familiar, hot-wired frustration every engineer knows: the feeling of being locked out by a dumb problem. The powerlessness was infuriating. So, I did what any slightly obsessive software engineer would do...