A domain name is the human-readable text address used to access a website, converting complex numeric IP addresses (IPv4 or IPv6 server locations) into easy-to-remember terms. For example, skyversal.com is a domain name. Typing this address routes web requests by translating it to a target server IP address.
A domain name is a human-readable internet address. The DNS translates this string address into a numeric IP address to route traffic to the target web server.
1. Difference Between Domain Name and Web Hosting
Beginners frequently confuse domain names with hosting. The relationship can be compared to renting a physical house:
- 🏠 Hosting: The physical "house" where all your website files, databases, and codes are stored 7/24. Check out our What is Web Hosting? guide for more details.
- 📍 Domain Name: The "mailing address" that allows visitors to find your house. Buying a domain alone does not provide disk storage.
- 🔗 Connection: The address (domain) must be mapped to your storage node (hosting). This routing is handled by the DNS system.
2. What Parts Make Up a Domain Name?
A domain name is built from hierarchical layers. In blog.yoursite.com:
- • Subdomain: The prefix (
blog), used to run isolated apps or sections (like stores, documentation, or portals). - • SLD (Second-Level Domain): The main brand identity (
yoursite). - • TLD (Top-Level Domain): The extension (
.com).
TLD Extension Selection & SEO: Google treats all general extensions (gTLDs) equally for organic ranking. However, user trust varies based on extension types:
.com: The most prestigious, globally recognized, and trusted extension..tr(.com.tr): Conveys strong local trust and geo-targeting signals in Turkey-based search algorithms..io/.co: Highly favored by technology startups, developer projects, and SaaS applications.
3. How DNS Works
When a visitor requests your page, browsers initiate a resolution query path across caching layers to identify target IPs:
Resolution Example: Resolving www.skyversal.com triggers the following logical lookup steps:
4. What is DNS Propagation and TTL?
DNS cache synchronization across global resolvers is called DNS Propagation. Most changes resolve in minutes to hours. However, local cache policies on select ISPs can drag global propagation out to 48 hours.
💡 Propagation Behavior: During propagation, your site might open from the old server on some networks while resolving to the new server on updated networks. Keep both servers active during cutovers to prevent traffic drops.
TTL (Time to Live) defines how many seconds a record is cached before expiration. Set TTL to 300 seconds (5 minutes) before migration, and restore to 86400 seconds (24 hours) once migration completes.
5. Authoritative DNS Records Guide
| Record Type | Purpose | Use Case |
|---|---|---|
| A Record | Maps a domain to an IPv4 address. | Points domain to server node hosting your web assets. |
| AAAA Record | Maps a domain to an IPv6 address. | Routes domains to new-generation IPv6 servers. |
| CNAME | Maps one domain name to another domain. | Redirects www.site.com to root. |
| MX Record | Designates target mail servers. | Directs corporate email traffic correctly. |
| NS Record | Identifies authoritative Name Servers. | Assigns DNS management authority to a host. |
| TXT Record | Stores raw text configuration tags. | Google console ownership verifications and SPF/DKIM tags. |
| CAA Record | Restricts SSL issuers for a domain. | Secures site from unauthorized SSL provisioning. |
| SRV Record | Maps ports and targets for specific services. | Used for VoIP, Jabber, or Microsoft Teams integrations. |
| SOA Record | Holds zone administration data. | Defines serial numbers and cache expiration parameters. |
| PTR (Reverse DNS) | Maps IP addresses back to domain names. | Prevents outbound mail from ending up in spam. |
A (Server IP), AAAA (IPv6 address if active), CNAME (www alias), MX (Mail server routes), TXT (verification tags & email safety).
6. Name Servers (NS) vs. A Record Modifications
Ensure you select the right method when mapping domains to hosting or CDNs (such as Cloudflare, Bunny, or Fastly):
- Updating A Record: Web traffic shifts to the new server, but mail configurations and other DNS records remain untouched at the old registrar.
- Changing Name Servers (NS): Completely migrates DNS zone management authority. Every record (A, AAAA, TXT, MX, CAA, SRV) will be read from the new DNS provider, rendering configurations at the previous registrar obsolete.
7. How to Purchase a Domain Name and Optimal Duration
Registering an address is straightforward:
- Select an ICANN-accredited domain registrar (Registrar).
- Check availability using the lookup search tool.
- Choose your target TLD extension and complete the registration.
SEO Impact of Duration: While Google officially states that domain registration length is not a direct search ranking factor, many SEO experts suggest that registering a domain for multiple years can act as an indirect trust signal, indicating project commitment and distinguishing the brand from short-lived spam operations.
8. How to Connect a Domain Name to Hosting
You can point your domain name to your storage host via two methods:
- Name Server Delegation: Replace registrar NS values with your hosting provider's targets (e.g.
ns1.skyversal.com). - A Record Mapping: Add an A record pointing to your cloud server's destination IPv4 address.
9. Domain Directory: ICANN, Registrar, Registry, and WHOIS
10. Domain Transfer vs. Domain Push vs. DNS Redirection
- 1. Domain Transfer: Changing registrars (e.g., GoDaddy to Namecheap). Usually takes 5-7 days and adds 1 year of domain registration.
- 2. Domain Push: Instant, free transfer between accounts on the same domain registrar.
- 3. DNS Redirection: Pointing target records (A, MX) to a new server without changing domain registrar ownership. Instant setup but subject to propagation.
11. Custom Domain Management on Skyversal
Please note: Skyversal is not a domain registrar; we do not sell domain names directly. However, you can map domains purchased from any registrar to your Skyversal projects.
When adding a custom domain inside the Skyversal dashboard, our system generates the necessary A, CNAME, and MX profiles. Pointing your domain to our network triggers Let's Encrypt protocols to provision and renew SSL certificates automatically in the background.
To learn how to point domains and check certificate verification statuses, see our setup guide:
➔ Skyversal Custom Domain & SSL Setup Documentation. For details on how SSL certificate checks and keys operate, see our upcoming SSL Nedir? guide.
Your domain is the beginning. Your infrastructure determines how far you can grow.
Connect your domain today. As your needs evolve, use new services within the same platform rather than migrating between different providers. Skyversal targets to offer all the infrastructure components your project might need, from day one to scaling stages, within a single ecosystem.
12. Next Steps & Learning Flow
13. Frequently Asked Questions (FAQ)
Registration is instant, but propagating basic DNS configuration values globally across internet cache servers can take 10 to 60 minutes.
This is caused by caching layers. Clear local OS dns cache using ipconfig /flushdns on Windows command prompts.
If identical values (A and MX records) are pre-configured on target servers before NS modification, migration completes with zero downtime.
Technically, www is a subdomain. Set up redirections to prevent search crawlers from indexing duplicates of your content.
SSL authority systems like Let's Encrypt verify mapping by validating target IPs. Certificates cannot activate until DNS propagation completes.
Removing records breaks mappings, stopping email and web resolution. Always generate zone backups before modifying entries.
Yes. Point your registrar's NS records to Skyversal to delegate DNS, or simply add A records to route web traffic to our servers.
This guide was prepared by the Skyversal Cloud Infrastructure & Network Management Team.
Last Update: August 2026 | Related Technologies: DNS, IPv4, IPv6, Anycast DNS, SSL, Let's Encrypt