Why don't TLDs resolve?

6

Why aren't there any services on TLDs?

Is there any particular reason there aren't websites at http://org/ or http://com/ ? It seems like it would be the ideal place to put information about the registries themselves.

Adrien J

Posted 2011-12-04T17:40:34.000

Reputation: 61

1

there is a nice summary on TLDs which do resolve: http://ydal.de/a-records-on-top-level-domains/

– artistoex – 2011-12-04T20:02:51.817

Answers

6

There are no address records stored for these domains. However, as there is an address record stored for to. (see below), I guess it solely depends on the particular policies.

http://ydal.de/a-records-on-top-level-domains/ gives a very nice overview over http servers running on hosts various TLDs resolve to.

to. resolves to 216.74.32.107

$ dig to

; <<>> DiG 9.7.3 <<>> to
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55583
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;to.                            IN      A

;; ANSWER SECTION:
to.                     43186   IN      A       216.74.32.107

;; Query time: 1 msec
;; SERVER: 192.168.178.1#53(192.168.178.1)
;; WHEN: Sun Dec  4 18:57:17 2011
;; MSG SIZE  rcvd: 36

artistoex

Posted 2011-12-04T17:40:34.000

Reputation: 3 353