Slashdot Mirror


Shorter '.uk' Domain Name Put On Ice

judgecorp writes "The British domain name registry, Nominet, has abandoned the idea of a shorter .uk domain name system, which would replace the current regime where all .uk domains are in subdomains, such as .co.uk, or .org.uk. Although a consultation found a huge demand for a simpler system, Nominet couldn't get agreement on how to get there from here — so has put the idea to one side for now. There are some shorter addreses like british-library.uk — but these predate Nominet's regime."

10 of 110 comments (clear)

  1. Well, shit... by Anonymous Coward · · Score: 5, Funny

    There will not be a motherf.uk

  2. F.and S by O('_')O_Bush · · Score: 4, Funny

    I would think that it wouldn't have been lost on anyone the problem with websites ending in F or S. Or even Y. Co.uk just doesn't have the same naming problems.

    --
    while(1) attack(People.Sandy);
    1. Re:F.and S by dave1791 · · Score: 4, Funny

      I am totally registering goats.uk if they do this.

  3. Re:Don't change it... by Anonymous Coward · · Score: 4, Funny

    That is great idea but I would also want:

    xxx.org.[country_code] for non-profit porn.
    xxx.asn.[country_code] for locker room porn.
    xxx.edu.[country_code] for college porn.
    xxx.gov.[country_code] for whitehouse porn.
    xxx.pub.[country_code] for amatuer porn.

  4. Translation by mwvdlee · · Score: 3, Insightful

    Nominet couldn't get agreement on how to get there from here

    Nominet couldn't figure out how to extort most money from the inevitable rush on the new domain space.
    (They could try and figure out some method of costfree assigning .uk to existing .co.uk or .org.uk and have some difficulty reaching an agreement on how that would be done fairly, but I highly doubt that is the issue they're facing).

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  5. Re:Should be .gb not .uk by LQ · · Score: 4, Informative

    As per ISO 3166, the correct two-character code for that country is GB, not UK. The TLD ought to match.

    Unfortunately, changing *.uk to *.gb would be about as easy as the IPv6 switchover...

    Oh, Christ. Don't get me started. It should never have been GB in the first place since GB is only a subset of UK. See http://en.wikipedia.org/wiki/Terminology_of_the_British_Isles .

  6. Problems with .uk by malx · · Score: 4, Informative

    Part of the problem was one of precedence: many holders of domains under .co.uk, .org.uk and several other existing subdomains were happy with the idea of getting a shorter domain - but very unhappy with the thought that they might lose it to a competing domain owner with the same name in a different sub-domain - or even to a trademark holder with no exact equivalent at the moment.

    Another part of the problem was Nominet's proposal for "security". In the name of building "trust and confidence in .uk" Nominet had proposed to extend itself from traditional registry options to scanning websites for malware, and using its power to suspend domains to enforce clean-up. Not surprisingly, this was controversial.

    Note also that Nominet has said it might come back with some variant of these proposals later, perhaps extending its "security" scheme to all the existing .uk domains.

  7. Does anyone even care? by LoztInSpace · · Score: 3, Insightful

    Don't most people find their way to a site from a search engine or links off another page? Quite frankly, to me urls are like phone numbers or email addresses - they can be important but once they're in the system I let that take care of them. I can honestly say I do not know any of my friends' phone number or email address or any URLs of note - why would I?
    One world, one internet, one stupid bit of identification that gets abstracted away within seconds. Why make the distinction at all?

  8. Re:Should be .gb not .uk by Anonymous Coward · · Score: 3, Informative

    ISO isn't wrong. Although GB literally stands for "Great Britain" it has historically been used as an abbreviation to represent the UK including whichever bits of Ireland were under Westminster's control at the time, and the myriad islands immediately off the coast. And it is still in current use: for example, Northern Irish cars driving in France have to display a "GB" sticker.

    In short, Great Britain is an island; GB is a country code representing the UK. Ahistorical wikifools struggle with this.

  9. Re:Don't change it... by RabidReindeer · · Score: 3, Insightful

    Why keep the www when that's basically redundant information as well?

    It's a legacy. www wasnt' the first service on the Internet, and ultimately, all Internet service requests have to reference a host. Usually we don't use raw IP addresses, so a fully-qualified domain hostname would be needed. It was common to alias (or primarily) name the www server with hostname "www", giving a FQDN of www.foobar.com. As distinguised from its gopher server in a different box (gopher.foobar.com) or the mail servers (mail.foobar.com and smtp.foobar.com).

    However, as www grew, the assumption that the www server's hostname was going to be "www" became a safe bet, so if a client couldn't find a "foobar.com", it would try "www.foobar.com". For that matter, if it couldn't find "foobar", it would often look for "foobar.com" then "www.foobar.com".

    In addition to adding educated guesswork to clients, DNS also participated in the conspiracy. A lot of places did clustering on the www service, so the actual physical hostname was no longer relevant.

    So, in short, the full www.foobar.com remains, but we don't usually have to go to that much trouble anymore.