Is the new “.tel” domain launching today more than just a pretty web interface to DNS? Is it something really unique? Is it a new service that couldn’t be easily replicated elsewhere?
In case you haven’t been following the subject, a company called Telnic has launched a new top-level DNS domain “.tel” today. Today, December 3rd, is the launch of the “Sunrise” period where companies can (for a high price) obtain the “.tel” domain associated with their trademark.
The point of “.tel”, though, is to not just be “yet-another-top-level-domain” but rather to be a global directory of information – with users/companies having control of their own information.
With the first part of the launch happening today there has been predictably been a good bit of coverage in the blogosphere. Danielle Belopotosky had a great piece up on the NY Times Bits blog, Techmeme has a flow of links to stories and I am sure more will be appearing.
I would, though, suggest people wanting to understand the goals of the service go back and listen to our Squawk Box conversation on September 9th with Telnic’s Justin Hayward (www.justin.tel). The part about .tel starts at about the 17:50 minute mark of the podcast and literally did go on for about forty minutes. We put poor Justin through a bit of a wringer as he may not have realized he was walking into a conference call that included a bunch of DNS geeks. He presented his vision of how .tel would work and answered the many questions we threw at him. You can also watch the video of Telnic’s DEMO Presentation where Justin is obviously pitching the .tel domain to the DEMO audience. (And yes, the Justin in the video is the same one who was on Squawk Box.)
While my friend Jonathan Jensen is quite enthusiastic about the .tel domain, I remain a bit troubled by a few aspects of it. First, though, let’s talk about how it works…
HOW .TEL WORKS
One of the admittedly cool aspects of the “.tel” domain is it uses the Domain Name System (DNS) to store all of your contact information. I’ve been working with DNS for probably 15+ years now and have always viewed it as a rather remarkable creation. Ultimately, DNS is simply a massively distributed database system that allows for the easy querying of information on a global scale. I could go on at length about it and always enjoyed the DNS sections of the TCP/IP classes I used to teach because there is so much that you can do with tools like “dig” (or the previous “nslookup” tool) that are interesting (and fun).
But anyway… the reality is that today in general we pretty much only use DNS as a storage mechanism for mapping hostnames to IP addresses. When you entered "distel.dreamhosters.com/" in your browser window or clicked on a link to a URL that had that hostname in it, your local DNS resolver went off and queried DNS servers to find out the IP address for the web server hosting this site. Your browser then sent a HTTP request to that IP address asking for the appropriate page. That's what we primarily use DNS for.
But why not stick other information in the DNS database?
That’s the central premise of “.tel”. Why not put contact information, favorite URLs, etc. in there?
Now you have always been able to do this (a point I made in the Squawk Box call). There are “TXT” records that you can insert related to your domain. There are “NAPTR” records that are used in ENUM systems to do lookups on phone numbers (they have other uses as well). On one level, there is nothing the Telnic folks are doing that you cannot do already for your own domain (as long as you can edit the DNS records).
Except that Telnic has put up a pretty web interface that lets you easily edit all of these records. No special knowledge required.
I joined Telnic’s “beta” program and you can see in the image to the right what my danyork.vip.tel page looks like from the public point-of-view. You can see that I have a telephone number, email addresses, Skype address, and other pieces of information. There’s really no limit to the type of information I can put in here. All just various types of numbers, URLs, keywords and other pointers.
Now let’s take a look at how this looks in DNS. Here is part of the output of the ‘dig’ command run against ‘danyork.vip.tel’:
dyork$ dig @a.dns.vip.tel danyork.vip.tel any ;; ANSWER SECTION: danyork.vip.tel. 86400 IN A 195.253.3.235 danyork.vip.tel. 60 IN TXT ".tkw" "1" "pa" "" "a1" "52 Probate Street" "tc" "Keene" "sp" "NH" "pc" "03431" "c" "USA" danyork.vip.tel. 60 IN TXT ".tsm" "1" "pddx" "1" danyork.vip.tel. 60 IN TXT "Dan York, " danyork.vip.tel. 60 IN TXT ".tkw" "1" "bi" "" "o" "Voxeo" "d" "Office of the CTO" "jt" "Director of Emerging Communication Technology" danyork.vip.tel. 60 IN LOC 51 31 12.000 N 0 7 48.000 W 0.00m 10m 2m 2m danyork.vip.tel. 60 IN NAPTR 100 103 "u" "E2U+x-voice:skype" "!^.*$!skype:danyork!" . danyork.vip.tel. 60 IN NAPTR 100 104 "u" "E2U+web:http+x-lbl:Blog" "!^.*$!http://www.disruptivetelephony.com/!" . danyork.vip.tel. 60 IN NAPTR 100 105 "u" "E2U+web:http+x-lbl:Employer" "!^.*$!http://www.voxeo.com/!" . danyork.vip.tel. 60 IN NAPTR 100 106 "u" "E2U+web:http+x-lbl:Blogs" "!^.*$!http://blogs.voxeo.com/!" . danyork.vip.tel. 60 IN NAPTR 100 100 "u" "E2U+voice:tel+x-lbl:Mobile" "!^.*$!tel:+1-407-967-8424!" . danyork.vip.tel. 60 IN NAPTR 100 101 "u" "E2U+email:mailto" "!^.*$!mailto:dyork@voxeo.com!" . danyork.vip.tel. 60 IN NAPTR 100 102 "u" "E2U+email:mailto" "!^.*$!mailto:dyork@lodestar2.com!" . danyork.vip.tel. 3600 IN NS c.dns.vip.tel. danyork.vip.tel. 3600 IN NS d.dns.vip.tel. danyork.vip.tel. 3600 IN NS d.dns.vip.tel. danyork.vip.tel. 3600 IN NS a.dns.vip.tel. danyork.vip.tel. 3600 IN NS a.dns.vip.tel. danyork.vip.tel. 3600 IN NS b.dns.vip.tel. danyork.vip.tel. 3600 IN NS c.dns.vip.tel. danyork.vip.tel. 3600 IN NS b.dns.vip.tel. danyork.vip.tel. 3600 IN SOA stealth.nic.tel. hostmaster.nic.tel. 14 10800 3600 2592000 600
You can see in here various TXT records corresponding to information I entered, a LOC record corresponding to where I was listed as being and NAPTR records pointing to various URLs, email addresses and phone numbers.
Now here’s a key point – I entered all this information and in theory I control who sees all that information.
All of this information is publicly available because I chose that it would be publicly available. As Justin stated in our Squawk Box episode, users will have the ability to make some information private and available only to “friends” in some sort of social networking way. I say “in theory” only because in the administrative interface they made available to beta participants, I see no way of actually restricting the visibility of the data. Perhaps I missed something, but I’ll take them on their word that they will deliver this functionality.
[UPDATE: Telnic has a page on their developer site about privacy and their friending mechanism.]
The admin interface itself is pretty straightforward. You simply add different records for contact information. You can re-order the pieces of information if you want them to appear in a different order. You can enable/disable pieces of information… delete them, etc.
You can also create “folders”, which are effectively DNS subdomains. This, to me, is perhaps one of the more intriguing aspects because now I can create domains like “blogs.danyork.vip.tel” and “podcasts.danyork.vip.tel” that show a subset of my overall contact data. I did have to enter it twice if I wanted it to appear in both places, but still… it’s a nice feature to have.
All done very simply and easily through Telnic’s web interface.
I would note, too, that because .tel is a “sponsored top-level-domain” (see Telnic’s contract with ICANN), Telnic has more control over it than there is over a typical TLD. For instance, even though you purchase a .tel domain, you are NOT able to change the “A” record which points a domain to an IP address. What this means is that a “.tel” domain can never point to a website directly. It will always point to Telnic’s web interface (where you could, if you wished, simply have one entry that pointed to your web interface). This type of restriction is not true of general TLDs.
THE ADVANTAGE OF USING DNS
The beautiful thing about using DNS is that it is fast and that it can be queried from basically any kind of client in any kind of programming language. DNS libraries exist out there for every language ever used in network-connected applications. In the video I referenced earlier, Justin shows an iPhone app that is able to get information from the DNS system far quicker than it probably ever would from standard web queries. This is what DNS was created for.
To help in that, the Telnic folks have created a Developer area and provided some sample applications (including the iPhone one).
BUT COULDN’T ANYONE ELSE DO THIS?
In a word…
Yes
There is absolutely nothing stopping me, you, or anyone else from creating a service based on one of our domains that provided a pretty web interface that allowed users to populate DNS with such contact information. I could set up “dir.disruptivetelephony.com”, build a web UI, write some code to update DNS and start selling subdomains off of that domain. Justin could have “justin.dir.disruptivetelephony.com”… he could control it, update it, etc.
In fact, there are very few of the arguments I’ve heard from the Telnic folks that couldn’t be equally addressed by someone else on their own domain. However, the Telnic folks do have a couple of advantages going for them:
SIMPLICITY – It’s hard to argue with the simplicity of “yourname.tel”. Easy to give out. Easy to type in. Easy to use. Beats by a mile the subdomain system I mentioned above.
EXISTING TLD INFRASTRUCTURE – Because they are a top-level-domain, they can make use of all the existing registrar infrastructure that exists to sell domain names. GoDaddy, DomainDirect, DomainPeople and every other domain registrar under the planet can sell these domain names. There’s an existing and at this point very well understood process for registering names, paying for them, etc. If I were to set up my own directory system, I’d have to get people to sell the domains for me or sell them myself. I don’t have an entire layer of domain sales companies ready to get out there and sell my domains.
THE SPONSORED-TLD RESTRICTIONS – As I mentioned earlier, by virtue of being a “sponsored TLD” the .tel domain has some additional restrictions set up by Telnic specifically around the inability of a domain owner to change the A record and redirect the .tel domain to a website. If you want a “.tel” domain, you have to agree to the terms of use – it’s that simple. Proponents of any other TLD could enter into this directory game and aim to compete with Telnic, but they would have to deal with the fact that their TLDs are not locked into pointing to one location for the website.
So the answer is ultimately – anyone could really do this, but the Telnic folks have set themselves up nicely with some advantages.
MY PROBLEMS WITH .TEL
So what are my problems with the .tel domain? Well, I guess I have two more technical issues and then some more fundamental issues. First, the technical issues:
BEAUTIFUL TARGET FOR SPAMMERS – The wonderful advantage of DNS is that it is simple and easy for anyone to query. That includes, of course, spammers. So if .tel is successful and people load up the .tel DNS servers with tons of public contact information, what in the world will stop spammers from harvesting all that public information out of the DNS trees? You can see above that it was trivial for me to get all the information associated with “danyork.vip.tel” out of DNS. It’s equally trivial for me to write a little script that iterates through potential .tel DNS names, grabs all the info, finds all records that include “mailto” and then emails those people. Or searches on “voice” and calls them….
Unfortunately there’s nothing Telnic can really do about this.
Sure, they can throttle requests from certain sources when those sources launch a zillion requests… and then the spammers will just move to using distributed botnets. There’s an inherent challenge in putting contact information out in publicly available systems like DNS – anyone can get it.
This is a large part of what has effectively killed any kind of public ENUM systems. ENUM had the same basic idea. Store phone numbers in DNS so that they and their corresponding SIP addresses could be retrieved. Wonderful way to map phone numbers to SIP addresses so that you can bypass the PSTN. However, spammers can do the same thing. One of the tools on the VOIPSA VoIP Security tools list (I forget which one) will do exactly this – issue ENUM queries into DNS and then make SIP calls to any SIP addresses found. Public ENUM is probably irrevocably dead because of this. (ENUM, however, is thriving inside of service provider/carrier networks, though.)
I’ve seen responses from folks at Telnic about the spam question (such as this one) focusing on the fact that you can choose who sees what and that the private information is protected by encryption. Which is great… but misses the point. The largest reason I can see to use a .tel domain is to get your information out publicly… so why would I then want to hide it?
SINGLE POINT OF FAILURE – The same strength that Telnic has in not being able to modify the DNS A record is also a weakness. Everything goes back to Telnic. I am sure they have spent a huge amount of time on making their system scalable, reliable, etc. But still… if someone out there mounts a large Distributed Denial-of-Service (DDoS) attack from some botnet… the site and service could be taken offline. Now this is true of most all other emerging services today, so Telnic is not alone in this. But it does cause me some concern. (I guess the one counter argument to this is that presumably local registrars would be able to provide authoritative DNS servers for a given .tel domain. In that case it is not all dependent upon Telnic’s servers – although you still would be for authority for the root of the .tel domain.)
Those are my technical concerns.
On a more fundamental level, I have some other concerns:
DIRECTORY INFO IN THE HANDS OF A SINGLE COMPANY – It does admittedly bother me to have a single company behind this .tel domain. Yes, I know, everyone enters their own information and it’s all stored in the distributed DNS database. I also realize that for someone to build out their website and infrastructure, etc., it takes money… and the expectation that there will be money coming in at the end… that there will be a return on investment.
Don’t get me wrong… the folks at Telnic seem to be great and decent folks. They may be. But I just have fundamental issues when a service that would like to be part of our core Internet infrastructure (as our global directory) is owned by a single company.
Those of us who remember the early days of the Internet remember how much we all chafed against Network Solutions‘ monopoly on domain name registrations (and their ability to charge more and more). We remember the walled gardens of CompuServe, AOL, GENIE, Prodigy, etc. I am still concerned about the new walled gardens of Facebook, MySpace and even Twitter. I am concerned about Skype’s walled garden as it becomes increasingly central.
I’m a security guy. I understand the value in distributed systems and diverse environments (while understanding there are also corresponding risks) in ensuring reliability and availability.
The folks at Telnic may be great people… today. But if the service takes off and then they are acquired by someone else who isn’t so friendly… what then?
I guess I’d be far more excited and enthusiastic if the global “.tel directory” was being promoted by some nonprofit consortium or academic-led group… (But then again, would they have been as incented to create it in the first place?)
DID IT NEED TO BE SUCH A BLATANT MONEY-GRAB? – Maybe I am just a bit put off, too, by the rather blatant language the Telnic folks use around their launch information. Today is the “Sunrise” period (no real problem with that term) where trademark owners can apply for their name and pay a very high fee to do so. February 3 marks the “Landrush” period (yes, I don’t like this one) when anyone can register a .tel domain for a “premium” price and then finally March 24, 2009, represents the general availability when anyone can register a domain at “regular” prices.
On the one hand, I applaud Telnic on their transparency – it undoubtedly will be a “landrush” on February 3 as everyone who doesn’t have a trademark but wants in on a new TLD will rush to do so. And there will be X number of domain squatters who will be looking to register any and all domains that were not grabbed by their prominent owners in .com/.net/.org in an attempt to then try to get those folks to buy the domain names from the squatters. It probably will generate a good bit of revenue for the domain registrars… for Telnic… and for their investors. I just guess I wish it weren’t so blatant – I guess the whole “landrush” thing bothers me most… just make the domain available at a price for all of us. Ah, well – I can see why they did it.
DO WE REALLY NEED ANOTHER DIRECTORY? – This is not so much of a problem as a general question… I think it’s clear to me that we are still trying to sort out how people best find our contact information on the Internet. We’ve been trying this since we first started moving online and there have been any number of attempts before. (Recall that Yahoo got its start as a directory of web sites in the then very tiny World Wide Web.) We’re still not there. Sites like Facebook would like to be that site for us. So would LinkedIn and Plaxo and a zillion others. Plus there’s any number of other startups. Plus you can always take out your own domain name and set that up (as I have done). Will Telnic and the .tel folks succeed where others haven’t? I don’t know.
SO WILL I BUY ONE?
So at the end of the day, would I buy a “.tel” domain? I don’t know. I think it’s an interesting idea and the reality is that yes, I probably would buy “danyork.tel” if by some miracle it is actually available in March… mostly just because I own most of the other “danyork.*” domains already. There are, of course, many other “Dan York”s out there and so perhaps one of them will get this one. Or perhaps some domain squatter will buy that domain after reading of my interest here in the hopes that he/she could milk more money out of me. (Sorry, but NO!) I just don’t see that the value shouts out to me enough that I might be willing to join into the “landrush” and pay a premium price.
But even if I bought it, would I use it? I don’t know. The potential for spam still seems high to me. We’ll have to see what they do to combat it.
THE THORNY PROBLEM
In the end, the problem of locating contact information out on the Internet remains a challenging issue… where do you find the best contact info for someone? a Google search? Facebook? LinkedIn? the person’s web site? Some other social networking site? Skype’s directory?
Telnic’s launch of .tel throws another hat into the ring… why not store all that info in DNS? Will .tel be used? Will people accept a new TLD? (Or are they getting fatigued of new TLDs?) Can the Telnic folks address the spam-harvesting issues that have basically killed public ENUM? Or are those inherent problems of using a public system like DNS? Will enough people use it to make it be a valuable database?
I commend the folks at Telnic for stepping into the ring and offering a solution – and I’ll certainly be joining in watching what happens.
What do you think? Would you buy one? Or do you think there are other/better solutions?
If you enjoyed this post, please consider either subscribing via RSS or following me on Twitter or identi.ca.
Technorati Tags:
.tel, telnic, DNS, internet, domains, domainnames, icann
I don’t really get .tel – It seems a bit like a solution in search of a problem.
Hi Dan,
very thorough post. I really like it.
I’d like to answer a few of your problems with .tel:
1- target for spammers
As I wrote you on my blog (see the link on henri.tel đ ), I think that’s a non-issue: you choose to make whatever you want public or private. It’s fully under your control, we can’t do any better than that. Furthermore, privacy is not an all-or-nothing play, in that you can choose to display (or not) each piece of info for each friend. That functionality will be turned on in the Telhosting software in a couple of weeks at the latest.
2- single point of failure
What is a single point of failure? surely not the DNS. Nor should it be the Telhosting software. Both can be managed by Telnic, the registrar, the reseller or the .tel domain owner. That’s your choice. The only thing that’s central is the friending system, but even that is not absolutely necessary and can be decentralized for those who want absolute privacy controls. (note that the Telhosting software is open source).
3- directory info at the hands of a single company
Given (2) above, I’d say that the directory info is accessible by EVERYONE, companies or individuals, but is in the hands of the .tel OWNER. That’s what really changes everything. As a small business owner, why would I need to waste my time getting the yellow page directories, Google Local, Yahoo Local, etc… to properly display my company’s information? Let them take it from a central repository for my info that I manage.
Telnic doesn’t control your info. You can store it in your own DNS servers, completely independently of Telnic.
Finally, I won’t comment on the “money grab” part, except to say that it makes no sense to price taxis.tel the same way as henriasseily.tel. We at Telnic have actually gone against standard operating procedures for TLDs whereby registries would auction off domain names. That, we think, would have been a blatant money grab and a very negative influence on the .tel ecosystem. We’ve kept landrush simple as a first-come first-served premium priced period.
Henri,
Thanks for commenting. So naturally I’ll respond to your response:
1 – spamming. Sure, I understand all about how it is my choice to make information private or public and that it is not all or nothing. However, for the pieces I make public, they are readily accessible by anyone with access to DNS including spammers with automated tools to harvest such a directory.
As a .tel user (http://danyork.vip.tel/ ) I want to make my information publicly available so that people can find how to contact me. Now it happens that the public information available there is also on my http://www.danyork.com/ website. A spammer can find all that info by scraping my web page. The difference is that now I’ve made it even *easier* for the spammer. Who cares about: a) finding my website; and b) scraping the HTML for addresses to spam. Now it is in a centralized directory. I just write a script that will iterate through a zillion different permutations of .tel domains, send in the DNS queries, pull back the results and sort them into a database that can then be used for email or telephone spam. (If I weren’t so buried, I’d be tempted to write the script as a demonstration tool.)
I want my info to be public – but I don’t necessarily want it easy for a spammer to get. Hence one of the reasons I’ll argue public ENUM didn’t work out (there were other reasons as well) and hence the rise of walled gardens like Facebook, LinkedIn, Plaxo, etc. where your contact info is shared only with friends/contacts.
Now if your goal is to be a repository of *private* contact info that is only shared with friends/contacts… well… I would question how you can realistically compete with LinkedIn/Facebook/Plaxo/etc. who have been doing this for a long time. To me it seems your strength (and weakness) lies in the public accessibility of info through DNS.
2 – single point of failure (SPOF). Who controls the root name servers for the .tel domain? Telnic, I assume? So if someone executes a DDoS against your nameservers, how is anyone going to be able to resolve .tel names? Local DNS servers along paths will have cached results, but at some point they will timeout. (Now I’d note that: a) this is probably also a weakness with other sponsored TLDs… I haven’t really looked at it; and b) the likelihood of someone doing a sustained DDoS are probably low… it would depend upon how useful the .tel domain becomes.
Secondly, all your A records are currently pointing back an IP address on your site. I assume this is the “Telhosting” software that you mention. Right now, it would seem to me that this is a SPOF at least with regard to web access for viewing or updating. Likewise your API servers.
Now your message indicates that this software does not have to be run by you, but can be run by anyone in the chain… including the .tel domain owner? So I could run the Telhosting software myself for my own .tel domain? What then prevents me from modifying the open source software to do something else like display ads next to my information? (for instance)
3 – directory at hands of single company. Yes, I *like* the fact that owners are in control of the DNS info (except, it would seem, the A record, correct? Or is it just that they *shouldn’t* modify it and if they do they are violating the terms of use?) I *like* distributed architectures where people on the edge can control their info. So yes, I like this about your model and yes, I agree it’s different from centralized models such as the ones you point out.
However, ultimately Telnic controls the registrations in .tel. After being successful, Telnic could be bought by someone who jacks all the registration rates up (which then would filter through registrars)… or slaps ads all over your currently nice clean .tel pages… or changes the APIs to only be for preferred partners (obviously DNS still would work)… Or misuses the data in some way… or whatever… Now maybe ICANN can yank back the .tel ownership at that point via some contract clause, but that’s not going to be pretty or easy.
Now this can probably equally be said about other sponsored TLDs… I haven’t really looked into them. But it’s that ultimate ownership that is of concern.
4- the “money grab” part. Well, as a consumer I’d be perfectly fine if taxis.tel was priced the same as henriasseily.tel… but I do understand your point. Some domains are admittedly more valuable than others. Point taken that other TLDs have had auctions and yes, that is a *more* blatant money grab. I still just find your “landrush” rubs me the wrong way… even as I understand why you are doing it.
In any event, thank you for commenting and I do wish you all the best with this launch!
Dan
Great article Dan. Iâve been following the .TEL debate closely for the last six months and this is the most comprehensive and objective publication Iâve seen anywhere.
A couple of quick apologies. Firstly, since I started my response, I notice that Henri of Telnic, has posted a few overlapping comments. Secondly, my response ended up being longer than expected, but you make some great points and the opportunity to engage in the dialog was too great to give up.
By way of a disclaimer, I am from a registrar, but more importantly, I really believe that this is a technology that has the potential to be truly disruptive and as ubiquitously adopted as e-mail or the cell phone. Concurrently, I agree that there are issues, some of which youâve described here, but others that Iâd like to see addressed.
Let me start with a few thoughts on some of your points.
âBeautiful target for spammersâ – For me, this is a balancing act and falls into the same category as the myriad of issues we deal with daily where security and ease occupy the polarized extremes. For my own part, Iâm happy to include business contact information, excluding my e-mail address, in my public profile, but I plan to keep my personal contact information private and require a friending request.
What works for me is that .TEL provides a simple way to allow graded access to different information. With current âalternateâ solutions, access is largely binary unless you expend a fair amount of effort.
What doesnât work for me is that only the NAPTR record can be encrypted for privacy. TXT and LOC records canât be protected, so I will need to take this into consideration when sticking any information into these record types. While the idea of someone developing an app for smart phones that grabs my lat/long from my phone every few minutes and publishes it to my .TEL profile appeals to my wife, I think Iâd only use it if location information could be encrypted.
On a very practical level, Iâd like to be able to give only my .TEL to someone and have it immediately usable. However the friending process is asynchronous, so I need to receive a friending request then assign the requestor to a security group in order to have them access any non-public information, such as my e-mail or home number. This creates an annoying latency you donât get with face to face authorization. While this may be mitigated by the built in friending management on your cell/etc, it would be nice to have some kind of pre-auth code, one day.
âSingle Point of Failureâ – I agree on the management side. What I like about .TEL however, is that while its conceivable there could be a delay in being able to update your information, Iâm not aware of the entire DNS ever having gone down [I note and accept your comment to Henri with respect to eventual timeout and DDoS, but this would seem to be the extreme case]. So in terms of having your most recent update available, it seems to be a reasonably robust and reliable architecture. As TelHosting platforms begin to be offered by third parties, I think weâll see an array of new features, creative management interfaces and web proxy skins to make your .TEL look different in a browser, but effectively youâre just moving the single point of failure problem to a different provider. That said, the same is true of every web based app in the world, so it may not be a fair criticism.
âDirectory info in the hands of a single companyâ – I share your concerns about any kind of monopoly, but at the same time I believe that a market economy will help balance this concern. If thereâs money to be made, there will be competition. I believe that at some point, .TELâs (or similar) will come bundled in your mobile plan, in just the same way as your telephone number does currently. With 150 million smart phone sales per year, .TEL could one day dwarf .COM registrations. Considering the players in that market, I suspect that few would be willing to pony up the standard registry fee and that weâll see a more affordable offering, possibly derivative of .TEL.
Whatâs important to me is that we have, for the first time in my opinion, a truly viable starting point for collating contact points under a single, easy to remember token. If Telnic founders and investors do well from it, I donât have a problem with that.
âBlatant Money Grabâ – The terms Sunrise and Landrush are standard domain terms, so the language isnât Telnicâs. Sunrise prices are in line with previous offerings and a good deal of this goes into the process of administering and validating the Trademark claims. Deloitte (nor any of the Big Four) was ever a cheap option, but issues of Trademark and IP need a level of reassurance and reliability that comes with a big name. Landrush prices are surprisingly expensive. At the same time, there is no bidding process as there was with extensions like .ASIA and from Telnicâs perspective, itâs a relatively low price by comparison to the potential price in the aftermarket and commercial domaining world, which is where many of the premium domains will go. From a General Availability buyerâs perspective, less .TELâs sold due to a prohibitively high Landrush price means more choice at GA time.
âThorny Problemâ – I still canât wrap my head around the argument that any existing web app or social network has any marked similarity to .TEL. Getting someoneâs .TEL at a networking function and punching it into my Blackberry and having their data automatically populated makes perfect sense to me. Asking them for their Facebook or LinkedIn profile doesnât serve the same purpose. I often make a LinkedIn connection with someone after meeting them, but the intention is to better understand the person, skills and background, rather than transcribe their contact information.
The only web app I’m aware of that seems to come close is Plaxo, which for me has its own set of issues (not least of which are privacy and information ownership), canât be referenced from my Blackberry address book and doesnât offer the open and robust infrastructure that .TEL appears to.
Here are some of the other issues Iâve been wrestling with.
If you look solely at the characteristics and purpose of a .TEL, few people would describe it as a domain name. Technically of course, it is a domain and as such is being offered via the traditional route of registry and registrars. Talk to a domain professional or experienced domain owner and you have to overcome the preconceptions and knowledge of domains, explain why itâs not like .mobi, etc. Explain it to the average guy on the street, or someone that has never owned or needed a domain and they immediately understand the utility and benefit.
As I alluded to earlier, I think this offering is much better suited to the Telcos and mobile phone manufacturers and eventually this is where it will play out. If Nokia were to support it natively, say as way of differentiating themselves in response to the growing market share of RIM and iPhone, who in turn counter with their own support for .TEL, thereâd be a platform of 150+ million smart phones sales/year from which to launch an assault .COMâs dominant position in the domain world (around 75 million). So I believe thereâs a feasible scenario under which .TEL could become the largest selling domain name ever.
This doesnât address the issues of price (would people be prepared to pay for it?) and finite (premium) stock â ie weâll run out of good names.
With respect to price, I believe that the .TEL name will eventually be packaged with mobile plans or perhaps as part of a bundle from your Telco or ISP. Some semblance of the cost will be there, but you wonât see it. If you change providers youâll just take your .TEL with you, as you can now do, in theory, with your cell phone number.
What youâre paying for if you invest now is the opportunity to have a more memorable, or if you like, âvanityâ, name.
This leads to the stock issue. There are more John Smiths than there are creative variations of the name. But this is true of any unified naming system, including .COM names and telephone numbers. Some names and numbers are more desirable than others.
Ultimately though the exact .TEL name you have is not the most important factor. Whatâs more critical in my mind, is that I have a single token that I can easily pass to someone and the contact information I choose is automatically attached. By the time itâs in my address book, Iâll be referencing the person’s name. The .TEL will simply be vehicle that lets me communicate my details easily and the glue that ties together the available contact information and keeps it up to date.
Iâve seen a number of posts declaring that any domain can be used in to store information in NAPTR records. Even if the simplicity and added value of the TelHosting component werenât an issue, there are very few people from the potential market who have either the knowledge or inclination to build their own service.
But if in few years, Telnic opens up the technology a bit more (or licenses it â or a similar competitive offering emerges), we could see well see .COMâs acting the same way as .TELâs. Perhaps weâll see .BBâs, .iPhoneâs or .Bellâs promoted by manufacturers or providers. But the purpose will still be to act as a kind of uber-telephone number to bind and pass information.
So, I agree there are some issues to be resolved, but Iâve yet to hear of any that are insurmountable. What .TEL gives us is a simple to use and viable starting point for a single point of contact that can be administered according to the ownerâs tolerances and needs. The underlying technology is sound and flexible and the environment is open enough for creative applications and integration.
I agree that itâs a story that will play out over several years and I too look forward to watching to see how the story unfolds. And for the sake of the cost of a few beers, Iâm happy to pick up a couple of names for myself and family.
More info is available on .tel domain Facebook Page
http://www.facebook.com/pages/tel-domain/23548413959
Hi Dan – Fascinating piece & very interesting to read about this from a technical perspective.
I guess my take on .tel is more from the customer experience angle. The simplicity of having my contact data located where it can be reached from any device, with key items only visible to family or other key contacts strikes me as immensely powerful.
Sure, all this can be achieved by other means but as a simple, standard way for anyone (including non-techies) to share their contact data it seems unique. Facebook, LinkedIn, Plaxo etc do some of this but often involve an ‘all or nothing’ approach to what I make available, plus they can be prescriptive in what they allow me to display.
I don’t see .tel as a replacement for a blog or other website but complementary. If I was to make all my contact data available on my blog I’d have to do some clever stuff to shield some of it from prying eyes plus I’d also have to optimise it for multiple devices. Much easier to have a parallel .tel page to specifically handle contact data. I see .tel as giving my contacts choice in how they contact me.
It will be very interesting to see how .tel plays out – in particular what apps are developed to take advantage of it.
Just testing a reply as someone indicated that he was having a problem leaving a response. If this is visible then obviously it is working.
PING:
TITLE: The new “.tel” domain and what it means for communicators…
BLOG NAME: Disruptive Conversations
If you listened to my report into today’s For Immediate Release podcast #403, you would have heard me speak about a new Internet domain, “.tel”, and a bit about what it means for communicators. Over on my DisruptiveTelephony.com blog, I…
how long before there is a whois.sc analog for dot tel?