When setting up a custom domain for a website, which DNS record type is primarily used to point a domain name to an IP address?
Think about the record that connects a domain directly to a server's IP address.
An A record maps a domain name to an IPv4 address, which is essential for directing traffic to the correct server.
What is the main purpose of a CNAME record when configuring a custom domain?
Consider how you can make one domain name point to another domain name instead of an IP.
A CNAME record creates an alias from one domain name to another, allowing multiple domain names to point to the same destination.
You want to verify ownership of your custom domain to enable SSL certificates. Which method is commonly used for this verification?
Think about DNS records that can hold text information for verification.
Adding a TXT record with a verification code is a common way to prove domain ownership without changing website content.
What is the likely effect of setting a very high TTL (Time To Live) value on your DNS records during a custom domain setup?
TTL controls how long DNS information is cached by servers.
A high TTL means DNS servers keep cached information longer, so updates take more time to spread worldwide.
Your custom domain is not resolving to your website after setup. Which of the following is the most likely cause?
Think about what controls which servers manage your domain's DNS records.
If the NS records are not updated to the hosting provider's servers, DNS queries won't reach the correct place, causing the domain not to resolve.