Concepts
This page defines and articulates key concepts that are relevant to the Cloudflare DNS service and are used in this documentation. For more concepts and broader descriptions, refer to the Cloudflare Learning Center ↗.
Also known as domain name, a domain is the string of text that identifies a specific website, such as google.com
or facebook.com
. Every time you access a website from your web browser, a DNS query takes place and the DNS service maps the domain to the actual IP address where the website is hosted.
Before you can start using the Cloudflare DNS service, you must first have a domain. This is achieved by using a service called registrar. As explained in our Learning Center ↗, a registrar handles the reservation of domain names.
Very often the same company that offers domain registration also offers web hosting and DNS management.
You can register a domain name at cost through Cloudflare Registrar. Every domain acquired through Cloudflare Registrar must also use Cloudflare as their primary authoritative DNS.
Although the resolution of a DNS query involves a number of different servers, in this documentation nameserver usually refers to the Cloudflare authoritative nameservers. As explained in the article about DNS server types ↗, the authoritative nameserver is the last stop in the resolution of a DNS query.
Refer to Nameservers for details on the different nameserver offerings.
Authoritative DNS refers to the service whose nameservers provide the final information mapping a hostname (such as example.com
or blog.example.com
) to the IP address that hosts the corresponding content or resources.
This is important because the performance of such authoritative DNS services determine how available, resilient, and performant your website or application is. Cloudflare DNS is an authoritative DNS service leveraging Cloudflare's global network. Refer to How Cloudflare works for details.
It is also possible that one same company will use more than one DNS provider. Usually, this relates to making a domain more resilient - if one provider faces an outage, the nameservers operated by the other DNS provider will most likely still be available.
In this context, you can have a primary DNS setup, when you use Cloudflare to manage your DNS records, or a secondary DNS setup, when your DNS records are managed on a different provider and Cloudflare simply receives zone transfers containing your DNS records.
When you have a primary DNS setup, you can either use only Cloudflare (also known as Full setup), or you can use Cloudflare and another provider, where the other provider is the one to receive outgoing zone transfers from Cloudflare.
Finally, as Cloudflare also works as a reverse proxy, partial (CNAME) setups can be used when you do not want Cloudflare to be authoritative for your domain but you still want to proxy individual subdomains through Cloudflare.
DNS zone is an administrative concept used for delegating control over a given domain and its subdomains. Read more in the "What is a DNS zone?" Learning Center article ↗.
For the purpose of this documentation, keep in mind that each domain added to a Cloudflare account is listed in the account home page as a zone. The exact properties and behaviors of your zone depend on its DNS setup.
Also, different Cloudflare products and features are configurable at the zone level. Refer to Fundamentals for details.
DNS records are instructions that live in the authoritative DNS servers and provide information about a zone. This includes what IP address is associated with a particular domain, but can also cover many other use cases, such as directing emails to a mail server or validating ownership of a domain.
For more details about using DNS records within Cloudflare, refer to Manage DNS records and DNS record types.
DNSSEC stands for DNS Security Extensions. It increases security by adding cryptographic signatures to DNS records. These signatures can then be checked to verify that a record came from the correct DNS server, preventing anyone else from issuing false DNS records on your behalf and redirecting traffic intended for your domain. You can read more about it in the article about DNS security ↗.
For help setting up DNSSEC in Cloudflare, refer to Enable DNSSEC.