In 2001, two new ``generic'' top-level domains were authorised: .info40 and .biz. For more information about these and other new top-level domains (e.g. .name, .museum, .coop, .aero), see http://domains.dan.info/structure/new-tlds.html.
Some other countries (e.g. Austria -- .at) have a system like the U.K., with .ac.at being universities. Others (e.g. Germany -- .de) do not, and reliance has to be placed on the format of the next name, e.g. uni-paderborn.de means the University of Paderborn.
However, delegation does have to take place on byte boundaries. So some-one who obtains a ``super-C'' of 16 class C addresses under CIDR, say 195.1.16.x to 195.1.31.x, still needs 16 delegations, e.g. 16.1.195.in-addr.arpa from the owner of the network 195.1, i.e. the DNS sub-tree 1.195.in-addr.arpa. In practice, this is not much work once the delegation has been obtained, but is easily over-looked. Conversely, some-one with a ``sub-C'' allocation has to have delegations for each IP address.
Put bluntly, in-addr.arpa and sub-netting/CIDR do not go smoothly
together. See RFC 2050 for a description of how the process is
managed. RFC 2317 provides a technique for circumventing the problem
that the owners of non-octet boundary subnets cannot manage their in-addr.arpa space: essentially we create a CNAME record for
each machine (although Stevens does not show this, there is no reason
why we can't have four levels below in-addr.arpa), pointing to a
new object in this domain (one per subnet, and describing how the
subnet is laid out, e.g. 0/26.x.y.z.in-addr.arpa for a subnet
holding addresses of z.y.x.0), which has an NS
record pointing to servers of the owners
of the relevant subnet. This requires no modification to the DNS
lookup mechanism41. Since a CNAME cannot point to
a CNAME, though, we cannot apply the trick recursively, i.e. a
owner of one of these subnets cannot sub-allocate using this trick.