Month: November 2021

DNS DNS records

Top 5 DNS record types for starters

In case you are just starting to manage your DNS, these top 5 DNS record types are fundamental to know. So, let’s explain a little bit more about them.

A record

The A record is also commonly called address record, and it is perhaps the most popular of all DNS record types. Its purpose is to link a domain name to its corresponding IP address (IPV4 address). When a user makes a request for a particular domain name, exactly the A record is needed to show the accurate IP address.

Although it is a very simple DNS record, it is a crucial part of the DNS configuration. Your domain name could not be resolved without this type of DNS record (or AAAA record). Moreover, your users are not going to be directed to the correct location.

SOA record

SOA record is another critical DNS record that symbolizes the start of authority. It holds administrative information about the zone. It is the first DNS record that a DNS zone file includes, plus it establishes the general properties of that zone. It also holds data concerning the DNS zone transfers, such as the refresh rate, the retry rate, and the administrator’s email.

The SOA record serves as a control record with a serial number and shows if there is a new update. Once the Secondary DNS servers detect a change in the number, they are going to update and receive the latest data.

NS record

The NS record is another very basic DNS record. NS stands for the nameserver, and it is similar to an ID card for the nameserver. The NS record describes which name server is accountable for the particular DNS zone. If such a record is not available, the zone won’t be able to work.

MX record

Another piece of the essential DNS record types, the MX record, which comes from Mail Exchanger record. Its purpose is to point the email server accountable for receiving emails for a specific domain name. It contains the domain name pointing to the hostname of the incoming mail server. Note that it has to point to a hostname and not to an IP address.

By establishing multiple MX records with different priorities, you could set a backup in case some failures occur. It is vital for you in order to receive emails properly.

CNAME record

The CNAME record shows an actual, canonical domain name for the domain or subdomain. It is commonly used when we are talking about subdomains. By implementing this DNS record type, you are going to be able to manage and administrate your Domain Name System as easily as possible.

The way to achieve that is by simply adding a CNAME record for each of your subdomains and pointing it to the domain name. As a result, each time you complete any changes or adjustments to your domain, they will occur to your subdomains too. That is going to save you a lot of time!

Related article: PTR record: Why should you care about it?

DNS

Getting started with Dynamic DNS

The administration of a domain or a network is a tough and full-time job. We frequently talk about IP addresses, and they are a good example. Just to administrate them and execute all the tasks related to them can take a lot of time. Therefore, technology has been developed, helpful tools to be in charge of such tasks and to give administrators a breathe.

What’s Dynamic DNS? 

Dynamic DNS (DDNS) is a method that allows you to update a name server automatically and frequently. DDNS can update almost in real-time, IP addresses whenever they change, and their associated A or AAAA records. So your administrator doesn’t have to do it manually!

Yes, IP addresses change constantly. As a common user, for sure, you don’t realize it, but businesses do. Think, for instance, a business that supplies one or more services via the Internet. All those changes represent the risk for its clients not getting access to the service and suffering downtime because they try with an IP address that’s not valid anymore.

If a business uses a consumer Internet provider and what’s to offer a service, it will have a lot of work to do. Work like having a person in charge of monitoring and changing the IP address manually when the Internet service provider (ISP) changes it. 

If you wonder why ISPs make such changes, there’s an explanation. They have a pool of IP addresses, meaning a limited number of them for working. Consider the number of clients they have and that a unique IP address is required for a single device connected to the network. They have to administrate this resource really smartly not to fail while supplying the service to their clients. 

Another choice is to pay for a static IP address, but this is high-cost. Not all businesses can afford it. 

And of course, they can use DDNS that is a more affordable, even free with some providers, and comfortable alternative. Whenever the IP addresses change, their corresponding domains will be fast remapped (DNS) to keep them available for clients.

Dynamic DNS providers. 

If you already feel Dynamic DNS is the solution you were looking for, here you have some quality providers.

ClouDNS

ClouDNS has 34 DNS locations in the world, and easy to install for different OSes and network devices.

It offers a free Dynamic DNS plan that can be a solid starting point for many. But of course, there’s a Premium DNS more robust, and it starts at $2.95 monthly if your needs are bigger. 

Dynu

Dynu provides a free service! 12 nameservers worldwide, intuitive web-based control panel, easy to install, and convenient features. Most DNS records (A, AAAA, MX, CNAME, SRV, SPF, KEY, etc.), locations, wildcard alias, web redirect, offline settings, etc. 

No-IP 

No-IP has a free plan and paid ones. The free plan can feel tight, supporting only some DNS records and allowing only 3 hostnames that you must confirm every 30 days. The paid plans are a different story, with much more features by paying $24.95 or $29.95 yearly.

Top Affordable Premium DNS Hosting providers

Conclusion.

Getting Dynamic DNS can solve you a lot of IP addresses issues. It reduces human errors related to the manual management of this resource. And it’s a much more affordable service than having static IP addresses. Keep your business running by hiring a quality provider and without compromising your budget! 

DNS DNS records

How To Use SPF To Protect Your Domain reputation.

The reputation of your business (domain) is an essential asset you must protect at all costs. It means a lot for your clients: trustability and reliability. These are strong triggers for them to pick you or to choose your competitors.

Crime techniques used on the Internet to cheat users get multiplied, and we must be very aware. In some cases, they use your positive domain reputation to defraud your own clients. 

​What is SPF?

The sender policy framework or SPF is a system for validating the legitimacy of an e-mail server. It’s a helpful and efficient system to avoid spoofing and to enhance e-mail servers’ reliability.

Having SPF, you can authorize the only e-mail servers that can send messages on behalf of your domain. 

How to create an SPF record?

​What is an SPF record?

To enable SPF, you have to add an SPF record for your domain name. An SPF record is a DNS record from the TXT DNS type. It holds the necessary information that allows verifying which e-mail servers are truly authorized to send messages from the name of your domain name.

Once the SPF record provides that information, the e-mail server can be verified, validated, or not.

Using the SPF record, specifically its qualifiers and mechanisms, you or your administrator can establish rules, as strict as you decide, to verify. 

DNS SPF mechanisms:

  • “include” allows adding more domains (like example.com to example.net) for sending e-mails from the mail servers of the domain where the SPF record is hosted.
  • “all”, all mechanisms after it are to be ignored.
  • “a”, if you pick A, it means the A or AAAA records have to match with the return path for e-mails to be allowed.
  • “ptr”, picking this means the PTR query has to be performed and to match the return path. Only if there’s a match, there’s allowance.
  • “mx”, picking this means an MX query has to be performed and to match the return path. Only if there’s a match, there’s allowance.
  • “exists”, used for complex queries.
  • “ip4”, checks A records exclusively to verify whether addresses correspond to the domain or not.
  • “ip6”, checks AAAA records exclusively to verify whether addresses correspond to the domain or not.

DNS SPF qualifiers:

  • “+” means PASS. Therefore, messages from the domain should be accepted. 
  • “-” means FAIL. Messages from the domain must be rejected.
  • “~” means SOFT TAIL. Messages from the domain should get a failed tag, but they can be allowed.
  • “?” means NEUTRAL. No policies are involved.

​How to use it to protect your domain reputation?

By enabling SPF, you will stop bad actors from sending e-mails from your domain. 

Your clients won’t receive malicious messages from your domain name, and you will avoid complaints and anger from them.

To prevent dangerous phishing is not minor. To be pointed as malicious, risky, or to be accused of stealing sensitive clients’ data can totally sink your domain’s reputation. 

Ensure that your legit messages successfully reach your clients and providers. 

You can plan the best promotions or punctually order new supplies. But if your messages can’t reach your clients or providers, results won’t be positive. This can happen because your e-mails go directly to the SPAM folder. If there’s no way to verify that your messages are legit, they can be discarded for security. 

Conclusion.

SPF is a great alley to protect your domain reputation. Avoid the risk of losing trustability, clients, or getting banned. Enable SPF!

Network

3 types of Load Balancing

Load balancing is a method of traffic management that will redirect the incoming traffic to your multiple servers. That way, non of them will get all the traffic, they will be able to manage less traffic better, and your network will be stronger. Now we will look 3 types of Load Balancing and how do they differ from one another.

Network load balancing

The network load balancing is ideal for balancing TCP and UDP traffic from clients over the internet. It operates on Layer 4 (the transport layer) of the OSI model (Open Systems Interconnection Model). When the network load balancer receives the traffic, it uses its algorithm and directs the traffic to one of the predefined servers in its list. It opens a TCP connection on the designated port and forwards the requests without modifying them. Not modifying them, but also not inspecting them, which means that the traffic is not checked about malicious packets, not it is organized based on the type of traffic it is. The focus here is just to transfer the traffic to various servers that are on the network.

You can use it when you are expecting large TCP or UDP traffic spikes, and you want to keep the packets unchanged.

It is easy to set up, scalable and it can save you during times of extreme traffic.

Classic

The Classic load balancing is very similar to network load balancing. It also can manage TCP and UDP, but also SSL, HTTP, and HTTPS traffic. The big difference here is that it works both on Layer 4 and Layer 7 of the OSI model. It has 3 components: the Classic load balancing instances, Listeners, and the Back-end servers.

The CLB instances will capture the traffic and distribute it to the Backed servers.

The Listeners will check the Back-end servers and see if they are functional. If any of them is down, they will give instruction to the CLB not to direct traffic to them until they are back in order.

The Classic load balancing is relatively economical, easy to set up, and provides good availability.

It also supports sticky sessions, so if a client connects to a particular Back-end server, it will stick to it and won’t go and connect to another for the time of the session.

Application load balancing

The Application load balancing works only on layer 7 (the application layer) of the OSI model. Here the load balancer is more intelligent and uses many parameters like hostname, host location (IP address), port number, and other parameters of the query. It supports protocols like HTTP, HTTPS, and WebSockets. It supports a sticky session that keeps the session open and doesn’t redirect to another instance. The Application load balancer checks the Back-end servers for different parameters and can take more advanced decisions regarding traffic distribution. It has the same components as the Classic one: load balancers, listeners, and back-end servers.

These are the 3 types of Load Balancing. You should pay attention to the protocols they use and at what level of the OSI model they work to properly understand them.

DNS

Why is it important to use rDNS service?

Did you configure the rDNS zone of your domain properly? Well, if you don’t remember, soon you will know it. Your e-mails will go missing or directly to the SPAM folder. When it’s about configuring your host, it’s not enough to set up only a Forward DNS zone. You need an rDNS zone too. 

From now you have a clue about why it is important to use rDNS service, and it’s not minor! But let’s dig a bit more into the topic.

​​What is rDNS?

The reverse DNS or rDNS is a service that allows the execution of reverse DNS lookups. A forward DNS maps domain names to their corresponding IP addresses. Reverse DNS maps IP addresses to domain names. 

Managed DNS plans usually include rDNS service. If not, providers offer it for you at a cost. What you can do when you have it, it’s to generate a reverse DNS zone. There you will add pointer or PTR records. They are useful to prove the match between the IP addresses and the domain name.

Servers from other enterprises can backtrack the IP address to the domain via the PTR records. This way, they can know everything is legit and be protected from scams. 

​​What is a PTR record?

A pointer or PTR record is a type of DNS record that associates an IP address and the hostname.

Whenever an administrator or a server has to verify if an IP address truly belongs to a specific domain, they execute an rDNS query and look for the PTR records in the reverse DNS zone. In case that the PTR record or records can’t be found, this can provoke an authentication issue and more. For instance, e-mails won’t be delivered correctly, or they will be considered SPAM.

Why is it important to use rDNS service?

  • Basically, if you don’t set up the rDNS, the e-mail servers of people (clients, other companies, your providers, etc.) who want to send you e-mails won’t be able to verify your domain, and you might not be able to send or receive e-mails. Communication is essential for businesses!
  • It will support your reliability for clients as a legit product or service provider.
  • The rDNS service is very important for IP networks owners because they all need to perform reverse lookups. 
  • E-mails for everybody, but especially for businesses, are a professional way to communicate with clients, a way to close deals, or to get opportunities. Not ensuring that messages are correctly sent or received can really mean a loss for you and your pocket. 

Best 3 rDNS providers. 

ClouDNS has suitable choices for all businesses sizes. As a reference, see its rDNS Premium S. costs $2.95 monthly. Moreover, its rDNS service is built on Anycast DNS network, meaning speed and security for you!

Constellix offers you a robust infrastructure and a different payment model. It doesn’t charge a subscription, only what you use (pay-per-usage). 

easyDNS is a reliable provider in the market since 1998. It’s easy to use, and its rDNS is available for $24.95 yearly. 

Top Affordable Premium DNS Hosting providers

Conclusion.

To operate without rDNS is too risky for your business! E-mails that don’t reach their proper destination don’t exist for your clients. Don’t lose! Get a quality rDNS service and prevent problems. Remember that one stitch on time can save you nine later!