Slashdot Mirror


If ICANN Can't, Who Can?

alanjstr asks: "After reading this article at The Register, I no longer understand how domain registration really works. Quite a few posts have come across Slashdot about ICANN elections and rights to domain names. It sounds to me like it started off as a good thing but is struggling to move to be autonomous. ICANN was created in an attempt at who should run it and How should it be paid for. Clearly the Who has become a problem with many complaining about not being represented. The How is a problem that is still unresolved. The more I think about it, the more it seems like we're setting up a new government to rule the land of Domains. How should be go about fixing this dilemma? The first thing that comes to mind is to write a Constitution to lay the groundwork. How would you complete the following: We the People of the Digital Planet Earth...." It all boils down to ICANN asking most of the ccTLDs to pay a third of it's operating costs without allowing them representation in ICANN itself. Now that doesn't sound very fair, does it?

38 of 91 comments (clear)

  1. Constitution? Government? What? by Kiss+the+Blade · · Score: 2
    For God's sake, we are just talking about a simple governing body. There is no need to inflate it's status and give it such ridiculous responsibilities.

    I mean, ICAAN is'nt even that important, anyway.

    I propose that if it ain't broke, don't fix it. And certainly don't create another 'big government' style overbearing beurocracie.

    KTB:Lover, Poet, Artiste, Aesthete, Programmer.

    --

    KTB:Lover, Poet, Artiste, Aesthete, Programmer.
    There is no

  2. Who's Next? by stx23 · · Score: 5
    Clearly the Who has become a problem with many complaining about not being represented.
    The Who not being represented? I though they were one of Taco's fave bands.
  3. Seriously.. by BilldaCat · · Score: 2

    who put these bozos and WIPO for that matter in charge? I honestly don't know how they got there or who they answer to, if anyone, and I am mighty curious about the situation, especially in regards to WIPO.

    --
    BilldaCat
  4. Re:Point Number ONE by Zecho · · Score: 2

    That'd be great as long as it doesn't turn out like usenet. Not that usenet's a bad thing, I just don't want to be limited to the websites my ISP or their's decides to carry.

  5. ICANN't understand it either by grovertime · · Score: 2
    ICANN is a very backwards organization to say the least.

    Between charging 1500 dollars plus raised registration fees for .biz, how do they figure it can compete with .com? And why didn't they launch .web, which has a small chance, instead launching .museum and .coop - names that are highly specialized and could not possibly be created to compete. Each new TLD has terrible flaws either in name itself, or in their new form of sale. ICANN is unfortunately not a well-put together enough board to even come up with a constitution, so I wouldn't hold my breath on that.

    1. humor for the clinically insane
  6. How Nominet (.uk) sees this by matthew.thompson · · Score: 5
    The big issue with this is that ICANN just "decided" to levy a tax on the registrars of country specific domains. ICANN have had no control or input into these domains as they were organised BI (Before ICANN) yet they are asking for millions of dollars from all the country specific registrars - regardless of size.

    Fromm Nominet's 2000 AGM notes.

    ICANN's recent attempt to invoice the ccTLD Registries had been met with a firm declaration that there was no contractual relationship between the two sides and that there should be no tax on Domain Names. However, as a gesture of goodwill, a donation of USD $100, 000 had been sent from Nominet, together with a letter making it clear that banking the cheque would imply ICANN's acceptance of the fact that it was not in payment for any specific services or any contractual obligations.
    --
    Matt Thompson - Actuality - Insert product here.
  7. Allow me to rant a little bit about DNS by inquis · · Score: 4

    Now, I am a relative newbie to Unix in general. Don't even think of asking me to say anything intelligent about how DNS works or about how BIND works or about exactly what happens when I type a domain name into my web browser past the fact that it goes out to a DNS server and fetches an IP address.

    My feeling for a while now is that while Uniform Resource Locators make sense, domain names don't. Think about it from this perspective, and see if it makes any sense.

    In the context of your computer, there is a string that you can specify that can point to any particular file, or resource, on your entire machine. For example, my directory would be /home/inquis. All the user directories are subordinate to the /home directory. The /home directory and my home directory within that /home directory are logically linked.

    Jump over to a win9x box. The contents of the Windows directory are logically linked to the identity of the Windows directory itself. Everything in the windows directory belongs in that directory, because everything in there is a part of windows.

    Now look at our idiotic system of using domain names to access resources over the web. First of all, nothing requires that the domain name itself have anything to do with the content that can be accessed by using that domain name. This would be akin to sitting down at your linux box, moving to your /home directory, looking at the contents of that directory, and finding it filled with /sbin crap.

    Another problem I have with DNS is that related content is not grouped together by default. This harks back to the previous problem (you can't tell the content from the domain name). And I'm not simply talking about going to a portal that indexes web content and drilling down through the links, I'm talking about a fundamental archetecture change.

    Look at it this way. Say you want to look up newbie Linux sites, but you don't know where to begin looking. As it stands now, you can go to Google and hope that their spider has picked all of them up; you can go to Yahoo and hope that they have manually indexed them all; either way, you miss out on content.

    now, check this out... wouldn't it be easier on you and everyone else if you could just do this?

    http://xml/linux/newbie

    transferProtocol://contentType/highLevelCategory /lowerLevelCategory

    As the web stands now, it is analogous to a linux box with every single file on the entire machine crammed in the root directory. You have to know what exactly you are looking for and how to find it before you can actually find it. A more efficient system would allow even the most braindead user to shoot in the dark and still manage to find somehting useful quite quickly.

    (Response to one obvious counterpoint: you can grep a directory to find what you are looking for quickly even if you don't know its name. However, grepping the web is not trivial. The closest tool we have for doing that is Google, and we all know that while it is pretty good, it is not perfect.)

    Allright, this now ends my directionless rant. Mods, respond to this if you disagree instead of modding it down.

    Thanks, and everyone have a good day. I just pulled an allnighter writing polysci paper, so I needed a good rant.

    -inq

    1. Re:Allow me to rant a little bit about DNS by KjetilK · · Score: 2

      http://xml/linux/newbie

      transferProtocol://contentType/highLevelCategory/l owerLevelCategory

      Hm, no. For one thing, a document could, and often should, exist in many different content types, and servers should use content negotation to serve them.

      More importantly, you impose a hierarchal structure on the web, but the web was invented to solve the many problems hierarchal systems represent.

      Now, the DNS does represent a problem for the web, TimBL discuss this in his book, but you're going in the wrong direction, IMHO.

      --
      Employee of Inrupt, Project Release Manager and Community Manager for Solid
    2. Re:Allow me to rant a little bit about DNS by Elwood+P+Dowd · · Score: 2

      There are like twenty good reasons why this is a bad idea. What you are talking about has nothing to do with IP or HTTP. You could certainly come up with some other type of URL (Freenet did this) that does not need domain names, but the strength of http and TCP/IP is in their massive flexibility.

      Either your idea would have to be strictly enforced, or it would be useless. And there would be no good arbitrary way to determine enforcement. Imagine if someone disagreed with the governing body's designated content type.

      DNS was not designed with the web in mind. Thank god. Would your DNS system make any *more* sense when sending emails? Not at all. How about telnet? What if I want to change the content & protocols that my server is using, and I want to do that frequently? DNS speaks about network topography, not content. This is for a lot of good reasons.

      Of course, if you wanted to create a new protocol with a new URL scheme, that's your business. If you wanted to integrate with existing systems, it could look like this:

      inquis://xml/rants/aimless

      But then you have to deal with the real problems with your idea. For example, the overhead involved would be exponentially greater than current systems. Every server would have to be indexed so many different ways, and current systems do not allow frequent lookups of leaves: That is, it is mildly computationally intensive to look up *.slashdot.org, so this is done infrequently.
      --

      --

      There are no trails. There are no trees out here.
  8. ICANN isn't doing what it was intended to do... by cmilkosky · · Score: 5
    A Constitution sounds like it might be a neat idea, but do you really think that you're going to get all the governments in the world to agree to the contents of a Constitution? I don't. It's a pipe dream. The problem is that different governments have different agendas. It may sound crazy, but if we had one International government (only), I think it might be easier. Or at least one with strength to rule over local country government, then something like this might be more feasible.

    Until then, I think the best way is to open it up to everyone and get the registries to allow mass voting on what new TLDs are added. WIPO can handle the problems with trademarks.

    Another point I feel worth mentioning, is that the problem also lies with the fact that WE are not taking advantage of the alternative DNS systems out there. If we make a mass migration over to alternative DNS systems, ICANN will lose its clout. This should send a message to any future organization or government that would like to manage DNS. Check out and support:

    Open DNS Technologies

    AlterNIC

    ADNS

    Open Root Server Confederation

    Name.Space

    There's more too.

    Chris

    Open DNS Technologies, Inc.

    1. Re:ICANN isn't doing what it was intended to do... by Wellspring · · Score: 2

      I'm very nearly at the point where I will start to buy into the rogue DNS thing. It is dangerous, because you could end up with chaos. But ICANN is trying very hard to be worse. They're both incompetent and autocratic.

      The whole 'ICANN is short of money' thing is getting way too old. Most of ICANN's money is going into a single expensive lawfirm, which has a cozy relationship with the Board of Directors. The rest is being squandered on staff salaries. ICANN could tighten its belt if it wanted to; but it still isn't willing. They'd rather just tax countries which had and have nothing to do with them.

  9. SuperRoot Consortium by Brazilian+Geek · · Score: 5

    Everyone's b*tchin' about ICANN but not many people are really doing anything about it - but in the Register article there's a link to The SuperRoot Consortium that has a proposal and is actually doing something about the TLD problems.

    I know that I'm switching over, if everybody starts using their rootservers ICANN will loose it's power and all of us will be happier. Think about it, ICANN depends on their rootservers to stay in power, use other rootservers and ICANN can't touch you.

    Like I said, I'm switching...

    --
    All browsers' default homepage should read: Don't Panic...

    --
    All browsers' default homepage should read: Don't Panic...
  10. Alternate DNS's - what a pain by Sabalon · · Score: 5

    Okay...I run BIND for where I work. Given that I'm not Earthlink and connecting massive amounts of the american populous to the net, but we've got about 5500 people.

    As I read through the comments on here, I find things like Superroot.net, alternic, etc...

    So, for people to get access to these rogue sites, I need to add all these other entries to my root.db and other files. And merge the entries from the various splinter groups, as I can't just dowload one groups root.db and run with it. And what is going to happen when two groups both have the same TLD listed in there?

    I'm all for ICANN going away, but like it or not, there needs to be that tiny bit of control in there to keep utter anarchy (ie alt.*) from happening.

    Anyone have a better way of handling this nightmare?

    1. Re:Alternate DNS's - what a pain by cmilkosky · · Score: 2
      So, for people to get access to these rogue sites, I need to add all these other entries to my root.db and other files. And merge the entries from the various splinter groups, as I can't just dowload one groups root.db and run with it. And what is going to happen when two groups both have the same TLD listed in there?

      Not true. And I don't know why you call them "rogue" sites. They are legitimate businesses and only prove that the public wants more. Open DNS Technologies has something different that it's working on that doesn't require changes to root.db on servers. It also has the ability to handle when ICANN manages the same TLD. Check it out. And on top of that, it can do email between the standard DNS and theirs.

      Chris

      Open DNS Technologies

  11. how it would work... by steve.m · · Score: 2

    At the moment it works something like this:

    you type in a URL and your web browser queries your ISP DNS for www.theregister.co.uk.

    It doesn't know the IP addr, and so asks the DNS root for the address of the .uk server.

    This server does know about everything *.uk, and can answer the query for the IP address of www.theregister.co.uk.

    If theregister.co.uk ran it's own DNS, your browser would ultimately have to query that DNS for the IP address of www.theregister.co.uk (as happens in large organizations)

    As the article says, if the ccTLD data for enough popular countries moved, ISP's in those countries would have to change DNS root settings, to correctly resolve these domains.

    These registrars could then do cool things like create new TLD's which the alternative DNS root knew about.

    ICANN probably wouldn't like that and would keep their root server as-is, so users accessing ICANN's servers wouldn't see the new TLD's

    the 'new DNS root' could reference ICANN's existing gTLD's, so non US users could access .com, .org, etc.

    What would ultimately happen is that because the 'new DNS root' is effectively a superset of ICANN, US ISPs would ditch ICANN's root server.

    no more ICANN.

  12. Theorhetically, ICANN is democratic... by Masem · · Score: 3
    I mean, we did just vote in 5 new people onto the ICANN board, selected by internet users, so one cannot certainly say that these new people will continue ICANN's status quo.

    However, the problem is two-fold here: those 5 people are to replace the original, gov't selected ICANN officials, but these officals have yet to step down. In addition, the ICANN board just happened to change it's bylaws after the internet election but before the new domains were selected as to basically prevent the new members from having a say on the new domains.

    In other words, until the new members are in place and replacing the other 5, it's still mostly a gov't organized system, which is definitely not democratic in this case (at least, no representation methods). I'm sure that the change over will happen *now* but now is too late as the new TLDs are rather poor choices.

    --
    "Pinky, you've left the lens cap of your mind on again." - P&TB
    "I can see my house from here!" - ST:
  13. Re:We should abandon DNS altogether. by cmilkosky · · Score: 2
    We should revert to accessing resources just by using IP addresses, and forget about ICANN and the greedy domain registrars.

    Excuse my bluntness, but that doesn't make any sense. How do you expect the average nontechnical person to remember IP addresses. Be honest - if you were walking on the street and saw a sign for Macy's and wanted to shop online, what would be easier for you to remember at the spur of the moment? www.macys.com, macys.com, macys.shopping, or 63.73.131.68 ? How about an email address? Would you want to send email to me at cmilkosky@opendnstech.com or my IP address? Sorry, but as a human, I find the names easier to remember and I'm sure I'm not the only one.

    You can't just abandon DNS anymore. There has to be an orderly transition away from it that makes sense. Something new may form in the next few years, but we aren't going to be abandoning DNS any time soon because of the apps that depend on it. Everything using the Internet is built around the use of DNS.

    Chris

    Open DNS Technologies,Inc.

  14. Digital taxation without representation... by AFCArchvile · · Score: 2
    ...is tyranny!

    I expected as much from such a motley gathering of megalomaniacal CEOs. That's basically what ICANN is; a gathering of the top IT/telecom/Internet business owners with the fattest wallets on the planet. Sure, without one solidly defined organizational system, the Internet would just be a barrel with fish in it, but just look at the morons in ICANN!

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  15. The Internet Agreement by Stultsinator · · Score: 4
    The only control ICANN has over the Internet is the control domain admins give it. You know those little entries in your DNS config that points to the TLD servers? Those can be changed. In fact, there seem to be a couple sites that offer alternatives (here's a link to a /. discussion of them.) So here's a quick Howto:

    Buy the DNS & Bind book (if you haven't already)

    Setup a nice little name server with a catchy TLD like ".slash"

    Add your friends' boxes to your new TLD

    Change your .sig to tell people how to modify their resolv.conf

    Rinse & Repeat

    Once roughly a third of the Internet is using "pirate" DNS systems some propeller-head at Yahoo or some such will have the great idea of mirroring all this at their site and ICANN will soil their trousers. You can expect ICANN to pressure ISP's into only using the "official" name servers, and a few lawsuits to settle who can run what services (named) on their own machines. Those things will likely split the Internet (again) between the haves (those who have the knowledge and will to modify their resolve.conf) and the have nots (those who must use their ISP's config.) However, that might be a Good Thing.

    "Hmm... this link to l337.h4X0r seems to be broken..."

    "Dammit! That darn sensorware must've blocked newdgeeks.slash"

  16. YouCANN -- Alternative DNS roots by Tanoki · · Score: 2

    Here's a link to youcann.org, a site devoted to promoting alternative TLDs. Looks like they duplicate the 'standard' DNS information and augment it with their own stuff that ICANN doesn't accept.

    It's a very interesting idea, but as this Wired article details, bad things happen when people disagree about who on the Internet is in charge of a certain TLD (.biz in this case).

    If you're actually interested in doing something, rather that just complaining all the time, here's an opportunity, staring you in the face.

    I think this is a great idea... But what happens when all the good TLDs are taken? Hrmmmm...

  17. "Access to information... by dillon_rinker · · Score: 2

    ...shall not be abridged."

    - From the first article of the constitution of Beta in Lois McMasters Bujold's universe.

    IIRC, the book this quote was taken from was written in the 80s, and is pretty forward thinking. I think something like this should be written into ANY internet constitution. Individuals may choose to limit their own access, or may choose to let someone else do it, but the infrastructure shouldn't be doing it. In short, unless you have written consent from all individuals affected, you may not deny access to information.

  18. ICANN for gTLDs only. by bcrowell · · Score: 3
    Hey, ICANN could be worse. At least they did have elections, and are committed to letting the elected members of the board vote, er, eventually. They showed enough sense to keep out of the censorship business by rejecting value-related gTLDs. Meanwhile, China is threatening to run an alternative DNS and force VeriSign out of the business of registering Chinese-character domains. Does anyone really think they'd allow the Chinese-character equivalent of independence.tw?

    I hate to say it, but ICANN comes off looking like the good guys, and the nation-states seem a lot less trustworthy.

    Why doesn't each country just take control of their own ccTLD, and leave gTLDs to ICANN?

    --

    1. Re:ICANN for gTLDs only. by q000921 · · Score: 2
      Meanwhile, China is threatening to run an alternative DNS and force VeriSign out of the business of registering Chinese-character domains. Does anyone really think they'd allow the Chinese-character equivalent of independence.tw?

      How China resolves names is their business, and whether you use their servers is yours.

      I think most people outside China would recognize Taiwan as the ultimate authority on "independence.tw" (in Chinese or Western characters), as well as the ultimate authority on the Chinese character equivalent of the ".tw" TLD, and that's how most people would set up their name resolvers.

      Why doesn't each country just take control of their own ccTLD, and leave gTLDs to ICANN?

      Well, one problem discussed here is that ICANN apparently is trying to exert control over ccTLDs as well. If they stopped trying that, I think people would be less upset with them.

      But one might also ask why ICANN should have any significant control over gTLDs or any involvement in the infrastructure. You don't need centralized control over gTLDs to avoid clashes, and you certainly don't need centralized control over any part of the infrastructure to make things work.

    2. Re:ICANN for gTLDs only. by q000921 · · Score: 2
      Mmm...I'll bite...then how do you avoid clashes?

      It would work itself out: users have no interest in using name servers that don't let them resolve links, and information providers have no interest in registering with servers that aren't widely used.

      I think anyone who dreams of an internet populated with contradictory name tables needs to come down to earth. It sounds like a disaster to me. Whenever you told someone a URL, you'd have to explain which DNS table supported it. Let's get real. Most people don't know or care about the issue, and whatever their ISP provides is what they'll use.

      Because it's a disaster, it's not a stable state: for any TLD, only one would survive in pretty short order. It's the ISPs that basically make the choice for most people, although you'll probably also start seeing buttons on web pages "click here to add .SNAFU to your universe". Maybe ISPs would even create some form of coordinating body, but with a structure different from ICANN.

      Think of it more as a marketplace: rather than having ICANN making some ex cathedra decision about what TLDs are worthy, lots of people would just create TLDs and ISPs and end users would coordinate and pick and choose. Or think of it as the equivalent of the "alt.*" newsgroups.

      I'm not sure whether it's really more of a technical issue or whether it's just that the PRC can do this because they have the power to force the vast majority of Chinese speakers to use whatever name server they choose.

      Well, it's pretty obviously the latter, since formally, the only domain China has any say in is ".cn".

      What is kind of interesting, of course, is how China plans on coordinating with the other countries using Chinese characters; I doubt, for example, that the Japanese are willing to let the Chinese determine all uses of Chinese characters (many of them identical to Japanses Kanji) in the ".com" TLD.

      What is clear is that there is no reason for those countries to give VeriSign hundreds of millions of dollars for having been granted a US government monopoly at some point in the past.

    3. Re:ICANN for gTLDs only. by bcrowell · · Score: 2
      What is clear is that there is no reason for those countries to give VeriSign hundreds of millions of dollars for having been granted a US government monopoly at some point in the past.
      Here's where we agree completely!

      [...]how do you avoid clashes?
      It would work itself out: users have no interest in using name servers that don't let them resolve links, and information providers have no interest in registering with servers that aren't widely used.
      It sounds like where we part ways is in your assumption that after it worked itself out, we'd still have an internet with strong institutional respect for free speech. It could easily work itself out so that corporations, religious fundamentalists, and repressive governments grab themselves a big censorship role. It could work itself out so that real free spech was available only to Unix sysadmins with the time and motivation needed to create their own alternative DNS tables. Libertarianism is groovy, baby, but tell that to the PRC.

      ICANN is more democratic than the governments under which most of the world's population lives (which isn't saying much for democracy in the world today). That seems like a good reason not to give control over gTLDs to anyone but ICANN.

      --

    4. Re:ICANN for gTLDs only. by q000921 · · Score: 2
      Libertarianism is groovy, baby, but tell that to the PRC. ICANN is more democratic than the governments under which most of the world's population lives (which isn't saying much for democracy in the world today).

      The problem isn't with whether ICANN is democratic, it's with centralization of the domain name system. As long as software is written assuming that there are central authorities who run everything in a benign and democratic fashion, countries like the PRC have easy, central targets for censorship: they know what they have to block. (And, no, I'm not a libertarian and I don't think this is a libertarian issue.)

      It could work itself out so that real free spech was available only to Unix sysadmins with the time and motivation needed to create their own alternative DNS tables.

      Unlikely. If it was widely accepted that end users mess around with name resolution, the process would become much simpler and would enjoy pervasive support in operating systems. That would make it harder, not easier, for countries like the PRC to censor because they don't have easily identifyable targets anymore, and they probably can't change everybody's operating system either.

  19. ICANN is superfluous by q000921 · · Score: 2
    There is no reason for having a single organization administering the DNS system. Even with the current system, both individuals and ISPs can perform name resolution using whatever collection of servers they like. ICANN has no business messing with the .uk or .de domains: if people want to resolve names in those domains, they (or their ISPs) just point to the right servers. If your ISP doesn't resolve things the way you like, you can use a third party name server, or you can change ISPs.

    There is some coordination needed to help people avoid creating conflicting TLDs. If both the UK and the US create a ".biz" within their servers, it would be bad for both. Serious registrars will cooperate, and if they won't, users just won't point at them. In either case, the function an organization like ICANN would perform would be a minor, administrative one, not justifying their current size, power, or charge structure: maintaining a list of those TLDs.

    Even with the current DNS infrastructure, ICANN is technically and administratively superfluous. I hope the ccTLD administrators will leave the current system: sooner or later, it is destined for demise anyway, and it might as well be sooner.

  20. Re:Constitution? by PhilHibbs · · Score: 2

    The problem with a written constitution is that loopholes are eaasier to exploit. For instance, as I understand it, the American constitution does not protect anyone's right to be an Atheist. You can be Muslim, Shinto, Seventh Day Advent Hoppist, or Discordian - those are religions, and you are free to follow them. CMIIW.

  21. To ICANN: by dizee · · Score: 2

    No taxation without representation!

    "I would kill everyone in this room for a drop of sweet beer."

  22. ask Florida to vote on it by peter303 · · Score: 3

    If there are any problems assigning names.
    Simple!

  23. Solution is elimination of TLDs by swb · · Score: 2

    The solution is the elimination of TLDs altogether. Major businesses will engage in legal or extralegal shenaningans to insure that they have absolute control over their present second level name in any namespace.

    Adding more TLDs doesn't do anything without restrictions on what can go onto those TLDs, and as ICANN has so amply demonstrated, the categories and restrictions get chosen through a particularly bizzarre process that leaves no one happy.

    Why do we even need a TLD namespace anyway? It served a purpose once upon a time when SRI or whoever did registrations limited them with in .COM et al, but now they're just an opportunity for registrars to make money and bring instability to the DNS system.

    http://slashdot should be enough.

  24. Why use a global namespace at all? by mossmann · · Score: 2

    Although a global namespace served the Internet well throughout its early days (before the perceived need for ICANN), the demand for names has now far exceeded the supply. I don't see any fair way to resolve conflicts without resorting to multiple namespaces. Why not completely switch to local namespaces?

    How much do we rely on DNS? I use it to type web addresses fairly often, but 99% of the time it would be nearly as easy to use search engines, follow links from a familiar site, or use a bookmark. I also use DNS for a variety of other services which are configured through files (in which I could just as easily us IP addresses). The trickiest transition (as far as my own usage of DNS) would be email.

    We already have a global numeric namespace (IP addresses) which has only a small number of conflicts. Those addresses can even be memorized (at least until we start seeing more of IPv6). They can continue to be used as universal locators while the mapping of names to addresses can become a local task, just like creating and renaming bookmarks in your favorite browser.

    In order for this to actually work, entities will need to be able to share namespaces with each other. We already do this in many ways, e.g. Yahoo shares its hierarchical namespace through a simple web interface.

    Has anyone done any research into the feasibility of large scale global namespaces with unique identifiers? I think there is a limit to how large they can be and what boundaries they can cross, but I haven't read anything significant on the subject.

  25. Re:ICANN matters so long as people tolerate it. by cmilkosky · · Score: 3
    Quick correction there:

    ICANN had a contract to run the top-level servers that everyone was using.

    This is a common misconception. The root servers of the Internet aren't run by ICANN. They are run by supporting organizations around the world. This link shows where they are and who runs them. I believe the information is still accurate.

    Some quick history about root servers and ICANN. The main root server - the "A root" or a.root-servers.net, is under the control of Network Solutions (now a part of Verisign). This server is where new TLDs are added. If you check your root.db or named.ca - the A root server is listed first. Other root servers get their info from that one.

    So, ICANN, formed in October of 1998, was given the responsibility of managing DNS TLDs after the government decided that it should be in the hands of a private organization. Here is the scope of ICANN's control (in my words):

    They manage the creation of new TLDs

    They can say who is the registry to handle a TLD

    They settle disputes over domain names

    That's it. They can't touch alternate root structures.

    All that needs to be done is for people to make a mass migration over to an alternate DNS structure. If you get enough people to be interested, ICANN will lose its clout, and pretty much fizzle away.

    As I mentioned earlier, alternate DNS structures are a start, but you need more than an alternate root structure - you need compatibility with the legacy DNS structure as well - email is a perfect example. How will email servers talk to each other if one person is using an alternate DNS structure and another isn't? This place has something different that just might pull that transition off though.

    Chris

    Open DNS Technologies

  26. OpenNIC by lem · · Score: 2

    As one of the folks quoted in the Reg article, I'm kinda surprised that the DNS project I'm working with hasn't be referenced here yet. Well, I'll take care of that ... ;-)

    The OpenNIC

    The OpenNIC is working on and promoting a system much like what's being discussed here. We want a global DNS root in which any person or group which can technicaly build and support a root is a welcome and equal participant and in which new TLDs are created simply by vote of the users.

    Within OpenNIC, we operate several TLDs (.oss and .null, presumably, would be of the most interest to this crowd).

    Cheers,
    -robin

  27. We The People .... don't give a fuck by Skapare · · Score: 2

    No one has yet shown me why we even need a central "government" to control domains. The domain naming system is nothing more than a commonly implemented, highly distributed, and rather arcane, search engine. And it's not even a very slick search engine.

    If we are going to form a representative body to manage it for us, then we have to decide who the "us/we" part is. Are "we" the ones who register names or are "we" the ones who are going to be looking up names. I think it should be the latter, if anything. We are, of course, the ones who decide what goes into our own DNS data files, or DNS lookup list. We decide how we shall see the world.

    As I have mentioned before, it is possible for the whole domain naming system to be run with every server having its own root zone. Will that result in confusion? Probably, but mostly only for corporate suits who were (and probably still are) all confused by all this internet stuff, anyway.

    --
    now we need to go OSS in diesel cars
  28. Revolutionary Idea by StandardDeviant · · Score: 2

    > It all boils down to ICANN asking most of the ccTLDs to pay a third of it's operating costs without allowing them representation in ICANN itself. Now that doesn't sound very fair, does it?

    Yeah, taxation without equal representation. You'd think people would have learned their lesson about trying to pull that, what with the British getting their asses handed to them on a plate in the late 1700s over the exact same issue... ;-)


    --

  29. American-centric Re:Constitution? by StandardDeviant · · Score: 2

    Not to seem loutish, but of course it's an American-centric viewpoint. We did, after all, sort of invent and propagate this ``Internet'' thing and still have the highest number of 'net users globally. I'd equally expect to here Brit-centric viewpoints in a debate about scones, tea, or cricket.

    ;-) (yes, I'm just being silly.)


    --

  30. Icann is useless... by mirko · · Score: 2

    We need to process domain name registrations and to apply an eventual priority to this.
    This should be managed by a program, not by an office : an office means staff and also costs.
    Hence the title of this reply.
    You have to ask them to allow you to use a given name, why ?
    What if by hashing your domain name string a program would just be quick enough to tell you "Ye're the first, buddy, this name's yours.".
    If instead of this you need some useless, redundant organisation that will prefer spending time and money to define a .museum TLD instead of .sex (like it or not, this would be the best way to limit e-pornography), then we definitely shouldn't discuss.
    Icann wrote they are here to govern the Internet (their word, not mine).
    So, I'll advise decent Internet people to just choose freenet as their Mayflower before it is too late.
    --

    --
    Trolling using another account since 2005.