Language Selection

English French German Italian Portuguese Spanish

The internet is doing nicely without its own UN

Filed under
Web

Who runs the internet? Who cares? As long as your internet browser sends you to the right location in cyberspace, the technical workings of the World Wide Web aren't really of much concern. Right?

For web users that's right, but for governments and technology bodies around the world, there's a brewing concern about the fact that most of the infrastructure that powers the internet is based in the United States. Of the 13 servers hosting the intricate system that directs us all to the right places on the internet, only three are based outside of the country.

So far that hasn't proven to be any problem.

A bunch of benevolent American university boffins, some military types and a few IT visionaries from the private sector were primarily responsible for getting the network now known as the internet off the ground in the 1970s. They are legends for doing so and have kept a close eye on the internet's development ever since.

The Internet Corporation for Assigned Names and Addresses (ICANN) is the web's current babysitter. But for a technology body, it courts a fair amount of controversy.

The reasons for that are political and commercial. Remember the "internet land-grab"? It kicked into high gear during the dotcom boom as corporates scrambled to reserve the best domain names. The current animosity towards the US-dominated ICANN is a lot like that. No one knows what the future will hold for the internet - and countries, especially developing ones such as India, want a say in how the web will work years from now.

The scenario has played out in the real world since time began. All those conferences of the "big three" (Churchill, Roosevelt and Stalin) that took place toward the end of World War II, were to decide how to carve up control of post-war Europe.

It was a delicate game of give and take. Stalin was happy to abandon the communists in Greece for a bigger prize - dominance in Romania and Poland. Churchill, wanting to counter the power of Russia, demanded the French get a controlling slice of the new Germany.

They also talked about setting up a governing body for the world - the United Nations. Now, that same body is facilitating the debate about the delegation of power on the internet. Unable to agree on a single scenario for governance of the internet, a special UN body has drawn up four.

Option one is for the United Nations to create a "global internet council" that would take total power away from the United States in terms of its control of ICANN.

A more radical plan calls for control of the address system to shift from US to international hands - a new body called the International Internet Council.

Yet another plan calls for the creation of three groups that would be responsible for internet addressing. That sounds like a political and logistical nightmare.

The last option, and perhaps the most sensible, is to leave ICANN intact and simply create a forum for greater debate of net issues.

A long-term, official solution will be hammered out at the UN's World Summit on the Information Society, which will be held in Tunisia in November. It will consider taking up one of the proposed options.

Expect there to be some heated debate and intense lobbying as the future controllers of the internet are elected.

None of this would be an issue, were it not for a couple of ominous signs that the United States is willing to fight like hell to maintain the status quo.

Earlier this year, the US Department of Commerce said it planned to keep its hands on the "root zone" file, a simple text file that's integral to this system of turning internet protocol (IP) addresses into actual web addresses.

Apparently the United States "intends to preserve the security and stability" of the web's architecture and needs to keep control to do so.

On top of that came word last month from US Assistant Commerce Secretary Michael Gallagher that the US government is doing away with plans to have an international body overseeing the workings of the internet. In the context of the "war on terror", it's easy to see the Washington thinking behind this. Cyber-terrorism is a not insignificant threat.

ICANN cut its ties with the Department of Commerce late next year but its desire to keep the power base in the United States is unlikely to change.

US moves to draw the web closer to its chest shouldn't worry the rest of the world. The web is essential to US business. The biggest online traders - the likes of amazon.com and eBay.com - are all American. It's in the interests of the United States for all of us to have unfettered, global access to the web. That's why they haven't ring-fenced it and tried to charge us money to use it.

ICANN needn't change much, but a forum for major new issues needs to be established and the UN needs to have "power of veto" when it comes to major decisions that could inhibit access to the internet in any part of the world.

By Peter Griffin
The New Zealand Herald.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.