Home / Blogs

We Can Have Forever URLs

The Universe will end, not with a bang and not with a whimper. It will simply melt into a sea of 404s.

A Forever URL is one that never expires. You own it and needn’t worry about forgetting to renew it. The term itself is inspired by the US Forever Stamps, which you can use even if the postal rate goes up.

This article looks at the underlying mechanisms for linking such information and is aimed at a technical audience. The DNS isn’t just about websites; it is fundamental to how we connect endpoints, be they websites, devices, documents etc.

As bit.ly and others have shown, there is no technical reason URLs need to be renewed each year. (You can prepay for a limited number of years, but that doesn’t address the underlying problem.). The cost of a URL like (http://bit.ly/3YoVkVE) is so low that bit.ly doesn’t require an annual renewal. There’s even a free tier.

Note that URLs aren’t just for websites. The URL can be represented as a QR code on posters, printed publications, TV, etc. In this way, the identifiers can be used to link objects in both the physical and online worlds. Bob Kahn‘s Document Object Identifiers (DOI) was created to assure the long-term stability of references among publications. Websites and devices need the same persistent connections.

While bit.ly and DOI provide important capabilities, we need an approach that doesn’t depend on third parties. One that is directly supported by ICANN to ensure that such links last as long as the Internet itself.

The other endpoint identifier, the IP address, is only valid for a short period of time and can change when an ISP makes changes. Today, DNS entries are also ephemeral. This becomes a problem when building devices that have to work as infrastructure. We have lots of workarounds. That isn’t a substitute for having a standard that allows for cooperation across systems.

The more fundamental problem is that the very idea of a name being globally unique doesn’t make sense, whether it is “John Smith” or “House-Of-Pizza.” And why is “HouseOfPizza” different from “House-of-Pizza”? It’s worse than user-hostile. It created security risks. Typos are dangerous. There is a reason why real trademarks take into account human factors.

User Experience

The goal is a seamless user experience. Today we’re already used to clicking on a link on a web page or in a search result and are enured to the 404s. As computers become increasingly embedded in our lives, these annoyances accumulate to the point that older sites are full of stale links. We can’t prevent sites from going away, but we eliminate forgetting to renew as a source of failure.

This article is aimed at a technical audience, and “3lbyyC” does not look friendly. But it’s no different than a phone number. 1-800-555-1234 written as “1zjWS6” using the letters of the English alphabet and ten digits. Normal people should never deal with the identifiers directly. They would use tools provided by others. Today’s tooling isn’t there, and users can continue to use traditional links if they choose, but, increasingly, the tooling would transparently convert from familiar names to Forever URLs. Today’s search engines already translate names into long URLs, but you don’t have to know them—you just click on the links.

There are other benefits to such identifiers. Today, your email address is tied to a provider ([email protected]), and if you switch providers, your email address becomes invalid. We can use the DNS to store email addresses in the same way we use it for links to sites. It would work like phone numbers. People could list themselves in public or private directories or give them to others directly. Users could also generate derived addresses to control access and improve privacy. If you switch providers, your address stays valid even if you are no longer listed in a particular provider’s directory.

The use of abstract identifiers may look complicated, but the result is a simpler and better user experience because we are honoring the design point of the Internet by moving the user experience from the DNS to the applications that can take into account human factors and application needs.

Why are we in this Fine Mess?

The DNS evolved over the years. Initially, each computer would have a simple file (“hosts”) to map friendly names to IP addresses. We moved to today’s hierarchical system without revisiting the basic assumption that it was obvious what the names should be. But which is the real Miami.Edu in the US? Is it the one in Ohio or the one in Florida? Using meaningful names created a marketplace that denied people ownership of their own identities. The names must default to failure otherwise, you can’t force people to pay for renewing the lease on those identities. This would be true even if the price we essentially zero. It’s similar to the free rider problem on a railroad—you don’t get a free ride if you don’t have a ticket.

It’s nice that I can have 方思腾.香港 as a domain name. Because the DNS only allowed ASCII strings, Punycode was invented to represent it as https://xn—fiq22j2k1a.xn—j6w193g. That isn’t very friendly and adds complication without providing the benefit of persistence. Instead, we can use a Forever URL behind 方思腾.香港. We lack the tooling to make Punycode work transparently—we have to work with the xn (Punycode) names directly.

When we localize a web page, we don’t change the URLs—so the idea of encoding the local language in the URL doesn’t even help us! Using 3Yz1Klp with tooling is a better approach, with the benefit of never having to expire.

Treating the DNS as a directory is problematic and, more to the point, unnecessary. We have better ways of giving people the ability to find what they want.

Tooling

Today, we have the tooling to make it easy to work with colors in CSS. You don’t have to think about what #fb837f means—you can just point to the popup in Visual Studio Code.

The same approach can work for Forever URLs and other objects.

Sites that offer web hosting for less technical users can seamlessly embed support in their site-building tools. In a sense, it’s like pointing to a cell in a spreadsheet and not thinking about a name. You’d point to “that” site, and it would translate it into the appropriate URL. We see some of this when using FaceBook or Twitter, and when we type @, we get prompted with possibilities. Internally those strings link the abstract user identifiers.

Initially, there would be limited demand for such tooling. As people begin to use Forever URLs, they will drive a virtuous cycle. The more people use the URLs, the more demand for even better tooling. As the tooling improves, we’ll see a transition from traditional URLs to Forever ones.

Sustainability

The cost of storing an identifier forever is essentially zero. A small one-time fee would cover the lifetime cost of the few bytes necessary to store the information. Additional services, such as maintaining a zone file1, could have a fee.

There would also be a market for providing innovative directory services, taking into account human factors as with trademarks. This would create stakeholders in the new landscape.

Using GUIDs

The world is held together by GUIDs (Globally Unique Identifiers2). These are just bit strings without any inherent meaning. Because they are long and random, they can be treated as unique without central coordination.

Nonsemantic links are fundamental and allow you to change your name without losing the connection to your medical benefits. If anything, the surprise is that this is not used for the DNS, so we wouldn’t have to worry about which “House of Pizza” is the real one. You’d look up the name in your local directory. That is why search engines use location information to provide the answer when you ask for the name of the businesses.

Storing the identifiers in the DNS has another benefit—asserting ownership. Because the addresses are persistent, there is no need to consult the DNS to see if the identifier has been used. A security certificate using the GUID would remain valid forever. That is important for embedding certificates in devices.

A full discussion of the power of such identifiers is beyond the scope of this article. What is surprising is that the DNS is the exception to standard practice. Without effective tooling, it may have been difficult to work with GUIDs in the past.

As our world becomes increasingly defined by software, GUIDs enable us to link devices, documents, contacts, and so much more because they do not have inherent meaning. That gives the users the ability to define their meaning just as the Internet packets allow us to use a common infrastructure for visiting websites, carrying on voice conversations, streaming and, again, so much more.

Having Forever URLs is a key part of the next stage of the Internet—one in which we assume peer links between devices without having to “access” the Internet as such. We can also look beyond the DNS for managing the GUIDs, but that is a large topic in itself.

Just think of being able to visit your doctor’s office and getting a glucose monitor that works in the office while you’re on the bus on the way home and while you’re at home with no setup, no need for a smartphone or an account. It just works everywhere. Forever URLs coupled with a public packet infrastructure can make this happen seamlessly. That delivers on the promise of the Internet and can dramatically impact people’s quality of life.

What are we Waiting for?

A key element of this approach is that it uses the existing DNS as is. This means the transition can occur as users see benefits rather than having it forced and them and without having to wait for the tooling. It is about policies based on recognizing the importance of a DNS that provides a mechanism for stable relationships and one that shifts human factors (such as meaning) outside of the infrastructure, just as the Internet moved us from smart networks to smart devices.

The Forever URL provides an opportunity for a more stable Internet and the ability to innovate beyond the web. Using unique identifiers for linkage is a fundamental concept in computer science and, for that matter, in building any system. Why are we still using a system more suitable for small workgroups than a global Internet?

Forever URLs provide a stable foundation for the evolving role of URLs. Search results will stay valid. New directory services can help people find business. People can manage their visibility in those directories and synchronize them with personal address books. The relationships between connected devices can be built on standard protocols.

We have a choice—will the future Rosetta Stone be written in granite, or will it be written in sand that washes away in a year?

  1. A zone file contains records for a branch of the DNS. 
  2. Also called UUIDs for Universally Unique Identifiers. 

By Bob Frankston, IEEE Fellow

Bob Frankston is best known for writing VisiCalc, the first electronic spreadsheet. While at Microsoft, he was instrumental in enabling home networking. Today, he is addressing the issues associated with coming to terms with a world being transformed by software.

Visit Page

Filed Under

Comments

Todd Knarr  –  Mar 26, 2023 1:36 AM

This all sounds great in theory, but how would it work? I have a UUID in my local browser. How do I translate that into the network-specific information that lets me connect to the place the content referred to by that UUID is located? I can think of a lot of ways that can work, but all of them in the end depend on someone somewhere hosting a database with that information in it that I can query. That someone is going to have ongoing costs associated with keeping that database running and connected to the network, and those costs are going to far exceed the cost of the storage needed. Those bills need to be paid, so somewhere along the line the database operator needs someone to pay an ongoing fee to cover them. If the someone paying the ongoing fee covering that UUID stops paying, what’s the database operator to do? The only mechanism he has to keep those ongoing fees coming in is to remove the reference if it isn’t paid for.

James Edington  –  May 22, 2023 7:54 AM

“Globally” unique identifiers still need to be maintained. Whether it be domain:IP mappings or shortcode:longURL mappings, someone’s got to maintain that database and associated public-facing service, and curate its updates; here, Bitly is akin to a domain registrar, and its customers are akin to domain registrants. (If the destinations didn’t need to be updated, I assume you would have mentioned content-addressed options, like IPFS, rather than only mutable mappings?)

So what, exactly, are you proposing?

In your comment about the cost, if you’re implying that the maintenance fees for ICANN-issued domain names—about an hour’s wages per year—are an obstacle to entities simply refraining forever from breaking their own permalinks, would you consider XYZ’s “1.111B-class” domains—an hour’s wages per *decade*, still with unlimited free subsequent record updates—a viable alternative for these mappings? Right now, Bitly *happens* to charge $0.00 for initial registration, $0.00/yr for maintenance, and $0.00/update for modifications of its records. It also happens to guarantee that old entries will never be re-assigned to a new owner, while still providing an amenable account recovery process to allow sufficiently determined registrants to update old dead entries of theirs that need to be updated. It happens also not to inject advertisements before the redirect, which it happens to use amenable HTTP 301 responses for, and not analytics- and advertisement-riddled “are you a bot?” challenge pages. But all that policy is just at the whims of that company, who isn’t contractually beholden to ICANN for long-term stability of service or of price. It could be sold *tomorrow* to a different company who decides to revamp the whole thing; or the Libyan government could decide to take a page out of the totalitarian playbook and use its position to harm its political opponents’ online presence (recall Let’s Encrypt, the only globally-recognized certificate authority to charge no fees for TLS certificates, being forced by the U.S. Government to deny service to McClatchy.)

Or, if it’s the IT labor overhead of maintaining permalinks that’s too much of a burden for each entity, do you propose accelerating mass adoption of Bitly *per se*, trusting Spectrum Equity and حكومة الوحدة الوطنية (or حكومة الإستقرار الوطني?) simply never to rain on this parade of gratis, easily-resolvable, non-content-addressed pseudo-UUIDs? Or do you propose people adopting Bitly-esque services broadly, including TinyURL, trib.al, et cetera?

Or, if the technical labor of maintaining permalinks really must be de-duplicated, while trusting random private equity firms to do the right thing “forever” is also not something you’re accusing of feasibility, do you think a neutral, global, authoritative nonprofit like ICANN should oversee the creation of some source of “forever URLs” that are affordable in bulk, require no IT labor for registrants to maintain, and that have stronger longevity guarantees than the partnership between (say) Libya and the Anglosphere?

I just don’t see what you’re proposing here—I can understand a call to *establish* a “Rosetta Stone”, but a call to crown a relatively arbitary link shortening service that’s politically beholden to both the U.S. and Libyan governments to keep its URLs resolvable “forever” seems naively optimistic.

Retraction of previous comment James Edington  –  May 22, 2023 8:18 AM

I apologize. I see when drafting this comment I'd missed the paragraph near the start of the post where you specifically name ICANN as being a possible originator of these. I think your proposal has strong potential to be a fantastic idea, provided the URLs could be made as resistant to political censorship as existing domain names have the potential to be. How would you propose handling laws such as the United States' DMCA, which regards even "linking" to content that's been alleged as infringing as a violation? Whatever HTTP endpoint is actually serving those 301 Redirects, if politically exposed to the U.S., would be legally required to break such "permalinks" for 10-14 days every time any party submitted a takedown request "in good faith", which would seem to preclude it from being a viable solution for all use-cases, even if administered by an otherwise neutral party like ICANN.

Comment Title:

  Notify me of follow-up comments

We encourage you to post comments and engage in discussions that advance this post through relevant opinion, anecdotes, links and data. If you see a comment that you believe is irrelevant or inappropriate, you can report it using the link at the end of each comment. Views expressed in the comments do not represent those of CircleID. For more information on our comment policy, see Codes of Conduct.

CircleID Newsletter The Weekly Wrap

More and more professionals are choosing to publish critical posts on CircleID from all corners of the Internet industry. If you find it hard to keep up daily, consider subscribing to our weekly digest. We will provide you a convenient summary report once a week sent directly to your inbox. It's a quick and easy read.

I make a point of reading CircleID. There is no getting around the utility of knowing what thoughtful people are thinking and saying about our industry.

VINTON CERF
Co-designer of the TCP/IP Protocols & the Architecture of the Internet

Related

Topics

New TLDs

Sponsored byRadix

Threat Intelligence

Sponsored byWhoisXML API

DNS

Sponsored byDNIB.com

IPv4 Markets

Sponsored byIPv4.Global

Cybersecurity

Sponsored byVerisign

Domain Names

Sponsored byVerisign

Brand Protection

Sponsored byCSC