Deployment module
Domains, DNS, HTTPS and Going Live
Learn how registrars, DNS providers, hosting providers, SSL certificates, apex domains, www, redirects, and DNS propagation fit together.
Learning Objectives
By the end of this lesson, you'll be able to:
- Distinguish domain registrar, DNS provider, hosting provider and web server roles
- Recognise A, AAAA, CNAME and nameserver records
- Explain HTTPS, SSL issuance and www/non-www redirects
- Record website ownership details without storing passwords
Why This Matters:
Going live is less mysterious when domain, DNS, hosting and HTTPS each have a job.
Who Does What?
- Domain registrar: registers and renews the domain.
- DNS provider: manages the records that point names to services.
- Hosting provider: stores and serves the website files or app.
- Web server: responds to browser requests.
- SSL certificate: enables HTTPS and browser trust.
DNS Records and HTTPS
| Item | Purpose |
|---|---|
| A record | Points a name to an IPv4 address. |
| AAAA record | Points a name to an IPv6 address. |
| CNAME record | Points one hostname to another hostname. |
| Nameservers | Tell the internet which DNS provider manages the domain. |
| Apex domain | The bare domain, such as example.com. |
| www subdomain | A common subdomain, such as www.example.com. |
| DNS propagation | The time it can take for DNS changes to be visible broadly. |
| HTTPS redirect | Sends visitors to the secure version of the site. |
Do not invent DNS values. Follow the current connection instructions from the hosting provider and registrar.
Website Ownership Record Exercise
Record these details, but never write passwords in the worksheet:
- domain registrar
- DNS provider
- hosting provider
- repository location
- account owner
- renewal date
- support details
- backup location
Ready for the Next Deployment Step
Key Takeaways:
- Deployment is a publishing workflow, not just a button.
- The live URL is where deployment evidence is gathered.
- The right hosting path depends on files, update workflow, support needs and ownership.
- Troubleshooting starts with the first meaningful error.
Learning Objectives Review:
Look back at what you set out to learn. Can you now:
- Learn how registrars, DNS providers, hosting providers, SSL certificates, apex domains, www, redirects, and DNS propagation fit together. Check!
If you can name which part of the system you are changing, test the live result and record the outcome, deployment is becoming a repeatable workflow.
Think & Reflect:
Deployment evidence
- What would prove this site works for someone else?
Next action
- What should be recorded so this deployment can be repeated later?
Looking Ahead:
Next: continue with Testing and Troubleshooting a Live Website.
Recommended Next Steps
Continue Learning
Ready to move forward? Continue with the next tutorial in this series:
Testing and Troubleshooting a Live WebsiteRelated Topics
Explore these related tutorials to expand your knowledge: