What is DNS?
Every device connected to the Internet, including computers, phones, and servers, has a unique IP address. An IP address is a string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network. For example, an IP address might look like this: “192.168.0.1”. However, humans generally find it much easier to remember names rather than strings of numbers. This is where the Domain Name System (DNS) comes in. The DNS translates the domain names that we humans easily understand and remember into the IP addresses that computers use to identify each other on the network! For instance, when you type in “www.loops.so” into your web browser, your computer sends a request to a DNS server asking for the IP address associated with that domain name. The DNS server responds with the IP address, and your computer then sends a request to that IP address to fetch and display the website. The process of converting domain names into IP addresses is known as DNS resolution, and it usually takes only milliseconds. DNS servers are strategically located around the world and work together to ensure that these requests are processed quickly and accurately.Why is DNS important
Now, why is DNS crucial? Firstly, it makes the internet user-friendly. Without DNS, we would have to memorize complex IP addresses for each website we wanted to visit. Secondly, it ensures the smooth operation of the internet. Every time you send an email, browse a website, or use an app, DNS is working behind the scenes to route your request to the right destination. And if that wasn’t enough, DNS also provides a level of security. DNS servers can filter and block access to certain websites that might be harmful or inappropriate, providing an essential layer of protection for internet users. It helps you verify the authenticity of a sender via email as we’ll cover in the next section.DNS and email
DNS is vital for the functioning of email.Common DNS record types for email
When you set up email sending (including with Loops), you’ll typically work with a few common DNS record types:- MX records: Tell the world which servers receive email for your domain.
- TXT records: Used for many kinds of verification, including SPF and DMARC.
- CNAME records: Used for domain verification and routing/aliasing in some setups.
- BIMI records: A specialized TXT record used by supporting inbox providers to display your verified logo. Learn more in What is BIMI?.

