Frequently Asked Questions
Home > FAQs > DNS
What is an SRV record?
An SRV record is an advanced type of record which allows you to specify services that you have on your domain. Use an SRV record if a certain application or piece of software requires it.
For example, you might want to specify that you have FTP access on your domain. You could use a CNAME to create a subdomain, but this would only tell people the address of the server. An SRV record will tell people the following information in addition to the address:
The Service Name (e.g. _ftp)
The Protocol (e.g. _tcp)
The Port Number that this service is on (e.g. 21)
The Priority (An arbitrary number which tells people which record to pick if you have several SRV records with the same Name and Protocol)
The Weight (Another arbitrary number which tells people which records should be used more often if you have several SRV records with the same Name and Protocol)
- What is DNS?
- What are Name servers?
- What are 3rd Party Name Servers?
- What is a glue record?
- What are cached DNS records?
- What is an FQDN (Fully Qualified Domain Name)?
- What is a hostname?
- What are public and private IP addresses?
- How can I modify the DNS for a domain?
- What is an A Record?
- What is a CNAME record?
- What is an MX record?
- What is a TXT record?
- What is an NS record?
- What is an SPF (sender policy framework) record?
- What happens if I edit my DNS?
- How can I reset the DNS to default?
- Why can’t I edit the DNS for my domain?
- Where can I manage my DNS within my control panel?
- How long will changes to the DNS take to update?
- What does "resolve" mean in terms of DNS?
- Why am I getting an error adding a DNS record?
- What is an SRV record?

