Comprehensive Top-Level Domain (TLD) Reference Guide

A comprehensive reference guide to Top-Level Domains (TLDs), including generic TLDs, country-code TLDs, and specialized domains for developers and system administrators.

About This Reference

This article serves as a comprehensive reference for Top-Level Domains (TLDs) - the highest level in the hierarchical Domain Name System (DNS). Whether you’re a system administrator, web developer, or domain researcher, this guide provides essential information about the various types of TLDs and their purposes.

What are Top-Level Domains (TLDs)?

A Top-Level Domain (TLD) is the last segment of a domain name, located after the final dot. For example, in example.com, the TLD is .com. TLDs are managed by the Internet Assigned Numbers Authority (IANA) and are essential components of the internet’s addressing system.

Generic Top-Level Domains (gTLDs)

Original Generic TLDs

These are the original TLDs established in the 1980s:

TLDDescriptionPrimary Use
.comCommercialBusiness and commercial organizations
.orgOrganizationNon-profit organizations
.netNetworkNetwork infrastructure providers
.eduEducationEducational institutions (US)
.govGovernmentUS government entities
.milMilitaryUS military organizations
.intInternationalInternational organizations

New Generic TLDs (ngTLDs)

Introduced after 2012 to expand domain options:

Technology and Internet

TLDDescription
.techTechnology companies and services
.appMobile and web applications
.devDevelopers and development
.ioInput/Output (popular with startups)
.aiArtificial Intelligence
.cloudCloud computing services
.digitalDigital businesses
.onlineGeneral online presence
.siteGeneral websites
.webWeb-related services
.emailEmail services
.blogBlogging platforms

Business and Commerce

TLDDescription
.bizBusiness
.companyCompanies
.corpCorporations
.ltdLimited companies
.llcLimited liability companies
.incIncorporated businesses
.shopE-commerce and retail
.storeOnline stores
.marketMarketplaces
.saleSales and promotions
.moneyFinancial services
.bankBanking institutions
.financeFinancial organizations

Professional Services

TLDDescription
.lawLegal services
.lawyerLegal professionals
.attorneyAttorneys
.doctorMedical professionals
.healthHealthcare services
.consultingConsulting services
.agencyAgencies
.servicesService providers

Creative and Media

TLDDescription
.designDesign services
.artArt and artists
.musicMusic industry
.filmFilm industry
.photoPhotography
.galleryArt galleries
.studioStudios
.mediaMedia companies

Country Code Top-Level Domains (ccTLDs)

Country-specific TLDs managed by individual countries:

TLDCountryPopular Alternative Use
.coColombiaCompany/Commercial
.ioBritish Indian Ocean TerritoryInput/Output (tech)
.aiAnguillaArtificial Intelligence
.tvTuvaluTelevision/Video
.fmFederated States of MicronesiaRadio/Audio
.lyLibyaURL shortening
.meMontenegroPersonal branding
.itItalyInformation Technology

Major Country Codes

TLDCountry
.usUnited States
.ukUnited Kingdom
.caCanada
.deGermany
.frFrance
.jpJapan
.cnChina
.inIndia
.brBrazil
.auAustralia
.ruRussia
.nlNetherlands
.chSwitzerland
.seSweden
.noNorway
.fiFinland
.dkDenmark
.beBelgium
.atAustria
.esSpain
.itItaly
.plPoland
.czCzech Republic
.skSlovakia
.huHungary
.roRomania
.bgBulgaria
.hrCroatia
.siSlovenia
.eeEstonia
.lvLatvia
.ltLithuania
.grGreece
.ptPortugal
.ieIreland
.isIceland
.mtMalta
.cyCyprus
.luLuxembourg

Asia-Pacific

TLDCountry
.krSouth Korea
.twTaiwan
.hkHong Kong
.sgSingapore
.myMalaysia
.thThailand
.phPhilippines
.idIndonesia
.vnVietnam
.bdBangladesh
.pkPakistan
.lkSri Lanka
.npNepal
.nzNew Zealand

Middle East and Africa

TLDCountry
.ilIsrael
.saSaudi Arabia
.aeUnited Arab Emirates
.trTurkey
.egEgypt
.zaSouth Africa
.ngNigeria
.keKenya
.maMorocco
.tnTunisia

Americas

TLDCountry
.mxMexico
.arArgentina
.clChile
.coColombia
.pePeru
.veVenezuela
.uyUruguay
.pyParaguay
.boBolivia
.ecEcuador
.crCosta Rica
.gtGuatemala
.paPanama

Specialized TLDs with specific purposes and restrictions:

TLDDescriptionSponsor
.aeroAir transport industrySITA
.asiaAsia-Pacific regionDotAsia
.catCatalan language/cultureFundació puntCAT
.coopCooperativesDotCooperation
.jobsHuman resourcesSociety for Human Resource Management
.mobiMobile devicesmTLD
.museumMuseumsMuseum Domain Management Association
.postPostal servicesUniversal Postal Union
.telContact informationTelnic
.travelTravel industryTralliance
.xxxAdult entertainmentICM Registry

Infrastructure Top-Level Domain

TLDDescription
.arpaAddress and Routing Parameter Area (technical infrastructure)

Recently Added and Emerging TLDs

Technology Focus

TLDDescription
.blockchainBlockchain technology
.cryptoCryptocurrency
.nftNon-fungible tokens
.metaverseVirtual worlds
.web3Decentralized web

Geographic and Cultural

TLDDescription
.africaAfrican continent
.asiaAsian region
.londonLondon city
.nycNew York City
.tokyoTokyo city
.berlinBerlin city

Special Use Cases

URL Shortening

Popular TLDs for URL shortening services:

  • .ly (bit.ly)
  • .co (t.co)
  • .gl (goo.gl)
  • .tt (ift.tt)

Development and Testing

Commonly used for development:

  • .dev (Google-owned, HTTPS required)
  • .test (reserved for testing)
  • .localhost (local development)

Security Considerations

  • .bank and .insurance require enhanced security
  • .gov restricted to government entities
  • .edu restricted to educational institutions

Domain Selection Guidelines

For Businesses

  1. Primary choice: .com for maximum recognition
  2. Alternative: Country-specific ccTLD for local presence
  3. New options: Industry-specific TLDs (.tech, .shop, .services)

For Developers

  1. .dev - Google-owned, HTTPS enforced
  2. .io - Popular in tech community
  3. .tech - Technology-focused
  4. .app - Application development

For Organizations

  1. .org - Traditional non-profit choice
  2. .foundation - Foundations and charities
  3. Country-specific for local organizations

DNS Configuration Examples

Basic A Record

example.com.    IN    A    192.0.2.1

CNAME for www

www.example.com.    IN    CNAME    example.com.

MX Record

example.com.    IN    MX    10    mail.example.com.

Command-Line Tools for TLD Information

Query TLD information with dig

# Get root name servers
dig . NS

# Query specific TLD name servers
dig com NS
dig org NS

# Get SOA record for TLD
dig com SOA

WHOIS information

# General domain info
whois example.com

# TLD registry info
whois -h whois.iana.org com

Check domain availability

# Using nslookup
nslookup example.newgtld

# Using host command
host example.newgtld

Important Notes for System Administrators

  1. DNS Propagation: New TLD records may take 24-48 hours to propagate globally
  2. DNSSEC: Many new TLDs support DNSSEC validation
  3. HTTPS Requirements: Some TLDs (.dev, .app) require HTTPS
  4. Rate Limits: Registry operations may have rate limits
  5. Registry Policies: Each TLD has specific registration policies

Resources and References

Conclusion

This reference guide covers the major categories of TLDs available today. The domain landscape continues to evolve with new TLDs being introduced regularly. When selecting a domain, consider your audience, purpose, and technical requirements. For system administrators and developers, understanding TLD structure is crucial for DNS management, security configurations, and global accessibility.

Keep this reference handy for domain planning, DNS configuration, and troubleshooting domain-related issues in your infrastructure.