Complete the code to identify the type of web hosting service.
hosting_type = '[1]' # Choose the hosting type for a personal blog
Shared hosting is the most common and affordable option for personal blogs. It means your website shares server resources with others.
Complete the sentence to explain what a domain name is.
A domain name is the [1] that people type to visit a website.A domain name is a human-readable address that replaces the numeric IP address to make websites easier to find.
Fix the error in the explanation about DNS.
DNS stands for Domain Name [1] System and it translates domain names into IP addresses.
DNS means Domain Name System. It converts domain names into IP addresses so browsers can load websites.
Fill both blanks to complete the sentence about domain extensions.
The [1] domain extension is used for organizations, while [2] is for commercial businesses.
.org is commonly used by organizations, especially non-profits. .com is used by commercial businesses.
Fill all three blanks to complete the explanation about web hosting and domains.
To make a website live, you need a [1] to store files, a [2] to point visitors to your site, and a [3] to register your website's name.
A server hosts your website files. The DNS directs visitors to your server using your domain name. The domain registrar is where you register your website's name.