Course Content
Project file
0/1
Complete Web Designing Course for Beginners

Lesson 11.1 – What is Domain Name?

Introduction

When you create a website, people need a way to find it on the internet. Computers use numerical addresses called IP addresses to communicate with each other. However, remembering numbers such as 142.250.193.78 is difficult for humans.

To solve this problem, domain names were introduced. A domain name provides a simple and easy-to-remember address for websites.

For example:

  • Google → google.com
  • YouTube → youtube.com
  • Facebook → facebook.com

Instead of remembering an IP address, users simply type the domain name into their browser.

In this lesson, we will learn what a domain name is, how it works, its structure, types, and how to choose a good domain name for a website.


What is a Domain Name?

A domain name is the unique address of a website on the internet.

It allows users to access websites using words instead of numerical IP addresses.

Definition

A domain name is a human-readable address that points to a website’s server.

Example:

 
www.example.com
 

Here:

  • www = Subdomain
  • example = Domain name
  • .com = Domain extension

When a user enters a domain name in a browser, the browser finds the correct server and loads the website.


Why Do We Need Domain Names?

Imagine if websites were accessed using only IP addresses.

Examples:

 
192.168.1.1
142.250.193.78
157.240.22.35
 

Remembering these numbers would be very difficult.

Domain names provide:

  • Easy access
  • Better branding
  • Professional appearance
  • Easy marketing
  • User-friendly navigation

For example:

 
www.mycollege.com
 

is much easier to remember than:

 
103.45.67.89
 

Real-Life Examples

Website Domain Name
Google google.com
YouTube youtube.com
Wikipedia wikipedia.org
Amazon amazon.in
GitHub github.com

Every website on the internet has a unique domain name.


Structure of a Domain Name

Example:

 
www.mywebsite.com
 

This domain consists of three parts.

1. Subdomain

 
www
 

A subdomain is an additional section before the main domain.

Examples:

 
blog.website.com
shop.website.com
mail.website.com
 

2. Second-Level Domain (SLD)

 
mywebsite
 

This is the main name chosen by the website owner.

Examples:

 
google
amazon
facebook
 

3. Top-Level Domain (TLD)

 
.com
 

This is the extension at the end of the domain.

Examples:

 
.com
.org
.net
.edu
.gov
 

Domain Name Example Breakdown

Example:

 
blog.college.edu
 
Part Value
Subdomain blog
Domain Name college
TLD .edu

What is DNS?

DNS stands for Domain Name System.

DNS works like the internet’s phonebook.

When a user enters:

 
www.google.com
 

DNS converts the domain name into its corresponding IP address.

Process

Step 1:

User enters domain name.

 
www.google.com
 

Step 2:

Browser sends DNS request.

Step 3:

DNS finds the IP address.

Step 4:

Browser connects to the server.

Step 5:

Website loads.


Domain Extensions (TLDs)

Different websites use different extensions.

Common TLDs

Extension Purpose
.com Commercial websites
.org Organizations
.net Networks
.edu Educational institutions
.gov Government websites

Country Code Domains

These represent specific countries.

Extension Country
.in India
.uk United Kingdom
.us United States
.au Australia
.jp Japan

Examples:

 
amazon.in
gov.uk
 

Generic Top-Level Domains

Modern domain extensions include:

 
.tech
.online
.store
.shop
.blog
.ai
 

Examples:

 
myportfolio.tech
robotics.blog
 

How Domain Registration Works

To own a domain name, you must register it through a domain registrar.

Steps:

Step 1

Choose a domain name.

Example:

 
myroboticsacademy.com
 

Step 2

Check availability.

Step 3

Purchase the domain.

Step 4

Connect it to web hosting.

Step 5

Publish your website.


Characteristics of a Good Domain Name

A good domain name should be:

Short

Good:

 
techguru.com
 

Bad:

 
thebesttechnologyeducationwebsite.com
 

Easy to Remember

Users should easily recall it.

Example:

 
roboticsworld.com
 

Easy to Spell

Avoid complicated words.

Good:

 
smartlearn.com
 

Bad:

 
smrtlrnnng.com
 

Brandable

Unique and professional.

Example:

 
NextGenDevHub.com
 

Relevant

The name should match the website’s purpose.

Examples:

 
photostudio.com
codingacademy.com
 

Domain Name vs URL

Many beginners think both are the same.

They are different.

Domain Name

 
example.com
 

URL

 
https://www.example.com/about.html
 

A URL contains:

  • Protocol
  • Domain name
  • Path

Domain Name vs Web Hosting

Domain Name Web Hosting
Website address Website storage
Helps users find website Stores website files
Example.com Server space

Think of:

  • Domain Name = House Address
  • Hosting = House Building

Both are required for a live website.


Advantages of Having a Custom Domain

Professional Appearance

Example:

 
mybusiness.com
 

looks more professional than:

 
mybusiness.freewebsite.com
 

Better Branding

Customers remember the brand easily.


Improved Trust

Visitors trust professional domains more.


Better Marketing

Easy to print on:

  • Business cards
  • Posters
  • Advertisements
  • Social media profiles

Common Mistakes While Choosing a Domain

Using Long Names

Avoid:

 
mybestroboticsandtechnologytrainingcenter.com
 

Using Too Many Numbers

Avoid:

 
robotics123456.com
 

Using Difficult Spellings

Avoid confusing names.


Copying Existing Brands

Never use names similar to famous brands.

Examples:

 
gooogle.com
facebok.com
 

This can create legal issues.


Summary

A domain name is the unique address of a website on the internet. It allows users to access websites using easy-to-remember names instead of IP addresses. A domain consists of a subdomain, main domain, and top-level domain. DNS converts domain names into IP addresses so browsers can locate websites. Choosing a short, memorable, and relevant domain name is important for branding and website success.

Scroll to Top