What is a domain name? Domains vs URLs – Ultimate guide

SkillsCategory
16 min read
Derek Miller

Your domain name is the backbone of your digital presence. It’s one of the most important things for your visitors to know and remember, and it’s a critical component of your omnichannel marketing strategy.  

Because of this, knowing what a domain is can go a long way in setting your online presence up for success — particularly if you are a business looking to increase sales through your website.  

To help you understand domain names and how you can register your own domain name to operate your own website, we’ve created this detailed guide.

Go from idea to online in minutes with GoDaddy Airo™

Get started now.

Guide to domain names — An overview:  

  • What is a domain name and why is it important?  
  • What are the parts of a domain name?  
  • The different types of domains  
  • Domain vs. URL — What’s the difference?  
  • How do domains work?  
  • How to find and buy a domain  
  • The importance of domain names for businesses  
  • Next steps: What to do after picking your domain name  

Domain names can seem like a complicated topic, but after you finish this guide you’ll have the foundation necessary to make intelligent decisions related to domain names and domain registration. Ready? Let’s go!

What is a domain name?  

A domain name is the unique name and address that each website has. For example, if you wanted to visit GoDaddy’s website, you need to type the domain name “godaddy.com” in the browser.

Screenshot of GoDaddy's Websites & Commerce landing page

If you think of your website as a building, then the domain name is its street address. Your domain is the place people need to go to visit your website, and each domain is completely unique.  

From a technical side of things, a domain name makes it easier to browse the internet and access a specific website. Instead of having to enter a long IP address, (which is a convoluted string of numbers and letters computers use to recognize a website – e.g. 192.153.2.46), a domain name is a simpler combination of letters, numbers and symbols someone types in their browser to access a specific web address directly.  

Related: What is an IP address?

Back to top 

What are the parts of a domain name?  

A domain name is comprised of two principal parts: the second-level domain (SLD) and the top-level domain (TLD).  

Arrows pointing to the SLD and TLD within the GoDaddy web address

The Second-Level Domain (SLD) is the part that appears after “www.” in the above example. The maximum length of an SLD is 63 characters, but generally, you want to pick an SLD that is short, branded and memorable.  

The Top-Level Domain (TLD) is the last section, which in this case is the “.com” section. TLDs are also called “domain suffixes” or “domain extensions” and there are now many options besides “.com” that people can use for their domain names.  

Back to top 

The different types of domains

There are two main types of domains, or TLDs, that ICANN (the Internet Corporation for Assigned Names and Numbers) recognizes:

Generic top-level domain (gTLD)  

Generic top-level domains (gTLDs) are the most common type of domain extension used, and examples of gTLDs include .com, .net, .org, .gov and .edu. These TLDs are meant to signify the objective of a website — like commercial use (.com) or educational purposes (.edu).  

Related: What are the 5 most common domain extensions?

Country-code top-level domain (ccTLD)  

Domain names can use a ccTLD to indicate the country where a website is registered or where a company or organization conducts business. For example, .us is the ccTLD for the United States, and .ie is the ccTLD for Ireland.  

While a ccTLD is meant to signify the country of a domain name, some ccTLDs, like Libya’s .ly and Tuvalu’s .tv, are chosen because of their branding value (although certain ccTLDs have limitations on who can register them).  

It is also notable that these two types of domain — gTLDs and ccTLDs — can be combined, giving us common extensions like .co.uk or .com.au.  

Back to top 

Domain vs. URL — What’s the difference?  

A domain is the unique name that identifies a website on the internet, while a URL (Uniform Resource Locator) is the specific address of a webpage within that domain.  

The domain is the main part of a website's address, such as google.com or amazon.com, while the URL includes additional information such as the protocol (http or https) and the specific webpage or resource being accessed. 

 In simpler terms, the domain is like the street address of a house, while the URL is like the specific room or location within that house.  

What is a URL?  

A URL (Uniform Resource Locator) is a string of characters in a web browser that identifies each item that exists on the internet, so that the server can display a specific resource to an end user.  

Every element on the internet — for example, each article, image and video we use on this blog — has a unique URL address so that it can be located. While a URL and domain name have similarities, the URL is much more descriptive. It actually encompasses the domain name and allows servers to pinpoint and render unique assets on a website.  

For example, the below URL:

https://www.godaddy.com/help/set-up-my-domain-40634

This URL takes you directly to a GoDaddy Help article that walks you through setting up a new domain.  

Screenshot of GoDaddy's domains help article-2

Within the Help URL is the domain name GoDaddy.com. So we can see that the domain name is just one part of all the elements that make up a URL. The domain name serves as the principal address (or homepage) for a website, while the URL takes you to specific pages or resources on that website.

What are the parts of a URL?  

A URL, or Uniform Resource Locator, consists of several parts. The first part is the protocol, such as "http://" or "https://", which specifies how the resource should be accessed.  

The next part is the domain name, which identifies the specific website or server hosting the resource. Following the domain name is the path, which specifies the location of the resource within the website's directory structure. Optional parts of a URL may include a port number, query parameters, and an anchor tag.  

Let’s consider each component that makes up the URL in the below diagram:  

Diagram of the URL structure

The URL protocol  

The URL protocol communicates how the browser must request access to a specific resource. Most web addresses will use either HTTP (Hypertext Transfer Protocol) or HTTPS (HTTP with SSL).  

The difference between HTTP and HTTPS is the “S” — which refers to security. HTTPS websites have SSL security, which is an encryption that protects the sensitive data of its users. If your site doesn’t have an SSL certificate, you should strongly consider adding it because visitors are hyper-aware of their personal data online, and 85% of online shoppers will actively avoid an unsecure website.

Related: How to enable HTTPS

The subdomain

A subdomain is an optional part of a URL that creates a completely separate section of your website. If a URL has a subdomain, it will precede the domain name with a period.  

Websites might use subdomains to test or stage web development (test.example.com), to indicate a specific geographic location (uk.example.com), or to communicate unique segments of their website to the end user (blog.example.com).  

The domain name

Following the protocol and subdomain is the domain name, which we discussed previously. In our example, the domain name is the GoDaddy.com section. Domain names include the top-level domain (TLD) and second-level domain (SLD).

The subdirectory or subfolder  

The subdirectory or subfolder appears directly after the domain name and is essentially a folder within the main website that houses a specific resource. In our example, /help/ is the subdirectory. Some URLs have further subfolders within subdirectories.  

The path or file name  

The URL path comes after the top-level domain, and it defines the full, exact resource for the web server to display. In our example, the path would be /help/set-up-my-domain-40634. The path begins with a forward slash and is case sensitive. The path can also define a file name. Common file names include .pdf, .png and .html — although, most websites remove the HTML extension automatically from URLs.  

Back to top 

How do domains work?

When you type the domain name or URL that you want to visit, your web browser looks for the website’s address in the domain name system (DNS 

If the domain name is not found in one DNS server, the request moves to the next DNS server, continuing until the request is found. Once the request is found, the DNS server with the website’s corresponding IP address returns that address to the user’s web browser. The user’s browser receives data about the site from the server hosting the domain. The received data is converted and rendered as the expected web page.  

Graphic image showing the steps for how a domain name works

If we were asked to remember the IP addresses to any website we wanted to visit, it would be overwhelming and cumbersome. It would be like trying to memorize all your contacts’ phone numbers and needing to input the entire number in your phone whenever you wanted to call or text that person.  

However, thanks to DNS, users only need to remember the domain name. DNS resolution occurs in milliseconds — so the user never even recognizes that the process is occurring.  

Related: What is DNS?

Back to top 

How to find and buy a domain name

Now that you have a foundational knowledge about what domains are and how they work, you are in a good place to search for and register a domain name of your own.  

To help you get started, we have these recommendations for selecting your domain:  

  • Keep it simple. Try to find something that people can remember and is related to your business.  
  • Avoid numbers, hyphens, or uncommon words. These things just make it harder for people to remember and type in your domain.  
  • Use keywords. You can combine the name of your business with popular or common terms in your sector.  
  • Include your location. If you have a business that only services a specific city or region, consider including it in your domain name.  
  • Register different extensions. While it’s great if you can secure a .com, you’ll maintain more control over your brand if you register the same name with various extensions, like .info, .net, or .org.

When you find the name and domain extension you want for your website, you just need to navigate to our Domain Name Search page, enter the name you want in the search box to check its availability. If the domain name is available, just follow the on-screen instructions to complete the registration process.  

If you search for the name of your brand, project or business and find out that it's already owned by someone else, you still have some options, like switching words, consider a different extension, or try GoDaddy’s Domain Broker Service — you let GoDaddy know the domain you want, and we assign a dedicated broker to reach out to the current domain owner and negotiate a deal and GoDaddy’s Domain Backorder Service – if your desired domain becomes available, you’re in line to get it as soon as it expires.  

Back to top 

The importance of domain names for businesses  

Your business domain name is more than just a random web address people can use to access your website; it’s a powerful opportunity to build a brand identity and improve the consumer experience.  

Digital marketing is no longer an option — it’s a necessity for any business to survive. Unfortunately, research suggests that roughly 46% of small businesses still do not have their own website.  

You cannot have a website without a domain name. Consumers are turning to the internet before purchasing anything — from what to eat for lunch to which dress to wear for their wedding. If you operate a business, you need a website.  

Related: 5 smart and affordable digital marketing strategies to grow your venture

Next steps: What to do after picking your domain name  

Understanding domain names and the ancillary components are important steps when deciding on the perfect domain name.  

If you’re ready to take the next steps with choosing and registering your domain name, see below:  

  • Register your domain through GoDaddy.  
  • Set up your new domain.  
  • Get a professional email address that uses your domain (e.g., theboss@mybusinessname.com). Consumers are becoming more tech-savvy, and they expect the businesses they use to have a certain level of professionalism. In a highly competitive market, small differences like having a business email can be the factor that tips the scale in your favor.  
  • Attach a website to your domain. The most important reason for you to register a domain name for your business is that you cannot create a website without one. Consumers research businesses online before making in-store purchases. Your website provides them with the information you want to convey about your business.  

Also, try our free Domain Name Generator tool and find your next domain name.  

Related: You’ve registered a domain name. Now what? 

The GoDaddy product information in this article is outdated and currently under review for accuracy. For the latest up-to-date product information please visit godaddy.com.

What is the difference between a domain and a website?  

A domain is the address where a website can be found on the internet, while a website is a collection of web pages and content that can be accessed through that domain.  

Think of a domain like your home address and the website as the physical home. The address is how someone finds your home, but the style, size and layout of your home might vary drastically from one house to the next.  

Your website is what a user sees when they visit your domain name or specific URLs on your domain. A website lives on a domain, and it’s the collection of files and coding language in the backend that produces a front-end experience for internet users.  

What is the difference between a domain and hosting?  

Using the same real estate analogy, your domain name is the address that people enter into their web browser to find your home (website) on the internet and hosting is the land that your website sits on.  

You can’t have a website without a place to put it — web hosting.  

Websites are stored — or “hosted” — on a publicly-accessible computer (a server). Some websites require an entire server to themselves. Others can share a server with hundreds of other websites. The storage space, and the features that come with it, make up your hosting plan.  

Companies like GoDaddy offer different types of hosting, including:  

Shared hosting: This is the most budget-friendly type of hosting. You’re sharing resources — like neighbors in an apartment building — so you spend less but have fewer options and less control.  

Virtual private server (VPS): This type of hosting dedicates a specific portion of a web server’s capacity and processing to each customer. Like a condo, your space (on the server) is yours.  

Dedicated server: This is the mansion of housing analogies. It offers unlimited resources at a premium price.  

What's the difference between a domain registry, a domain registrar, and a domain registrant?  

There are three different roles involved in the domain name registration process: The registry, registrar and registrant.  

Domain registry: The domain registry is an organization that owns the rights to domain extensions. They have the ability to create top-level domains, set the guidelines for using those gTLDs, and distribute the rights to sell those domains to registrars. Some registries include Identity Digital (formerly Donuts), Verisign, Afilias, Radix Dot Space, and Nominet UK.  

Domain registrar: Domain registrars are the place you go to purchase a domain name. These organizations must be accredited by the Internet Corporation for Assigned Names and Numbers (ICANN), and they have established the power to sell domains using specific TLDs. They work in coordination with the domain registries to distribute ownership rights for domain names to the general public. GoDaddy is an example of a domain registrar. You can check out our overview of the best domain registrars.  

Domain registrant: A domain registrant is a person or entity registering a specific domain name from the domain registrar. If you have ever purchased a domain, you are a domain registrant.  

How long does domain registration last?  

When you register a domain name through a registrar like GoDaddy, it’s yours for as long as you continue to pay the annual registration fee. You typically can register a domain for a period of time between one and 10 years — and you need to renew the domain name registration prior to its expiration in order to keep using it.  

Can I register a domain with the name of a trademarked company?  

Just because a domain name is available, doesn’t mean there isn’t a trademark protecting that brand name.  

For instance, if you found a variation of GoDaddy (e.g., GoDaddy.biz) that was available for registration, you could not purchase and operate a business on that domain, because it would still be protected under trademark law.  

When it comes to domains and trademarks, remember these basic considerations:  

If the name is identical to another business in the marketplace, it could be protected.  

Descriptive trademarks that are memorable through sales and marketing can be protected.  

If two trademarks confuse customers about the products or services, the first commercial trademark owner has priority.  

In the event of trademark infringement, the infringer may have to forfeit use of the domain and pay the trademark owner damages.  

This article includes content originally published on the GoDaddy blog by the following authors: Genevieve Tuenge, Kelsey Pfeffer, Maxym Martineau and Mary Juetten

*AI-assisted full website including all of the premium features like online store, appointment scheduling, and marketplace selling to name a few, requires paid subscription.

Social media marketing calendar available with GoDaddy Airo, some features will require paid subscription.

Professional Email through Microsoft Office 365 30-day free trial with an option to renew into a paid subscription beyond the promotional period.

While the LLC starter plan is free, there are likely some state and/or local filing fees associated with your filing which will be determined during the filing process.

Products Used

Domains Blog Ad Image
DomainsLearn more