Just Host Web Hosting Help

What is an SRV Record

Summary

An SRV (Service) record points one domain to another domain name using a specific destination port.

SRV (Service) Records

SRV records allow specific services, such as VOIP or IM, to be be directed to a separate location.

Example:

Enabling your domain to use Google's xmpp server is a good example to showcase. Google's help article states that the SRV record should be in this format:
        _xmpp-server._tcp.gmail.com. IN SRV 5 0 5269 xmpp-server.l.google.com.
        
Under "Add DNS Record", you will need to enter the settings this way:
  • Service: _xmpp-server
  • Protocol: _tcp
  • Host: chat (If you want to use the chat subdomain. Replace this with the subdomain that you want to us, or @ for the root domain.)
  • TTL: 14400
  • Type: SRV
  • Priority: 5
  • Weight: 0
  • Port: 5269
  • Points To: xmpp-server.l.google.com

Glossary

  • Zone File: This is where all the DNS records are stored for a domain.
  • Service: This is the symbolic service name. e.g. _http, _ftp, _imap, ect.
  • Protocol: The Protocol used by the service, usually either TCP or UDP.
  • Host Record: This is the domain or subdomain you wish to use. The @ symbol is used to indicate the root domain itself. In our example the Host Record 'ftp' would be for the subdomain ftp.google.com and '@' would be google.com itself.
  • Points to: This is the destination server that the domain or subdomain is sending the traffic to.
  • TTL: The 'time to live' value indicates the amount of time the record is cached by a DNS Server, such as your Internet service provider. The default (and lowest accepted) value is 14400 seconds (4 hours). You do not normally need to modify this value.
  • Priority: This controls the order in which multiple records are used. As with MX Entries, lower numbers are used before higher numbers.
  • Weight: This is similar to priority, as it controls the order in which multiple records are used. Records are grouped with other records that have the same Priority value. As with MX Entries, lower numbers are used before higher numbers.
  • Port: This is used by the server or computer to process traffic to specific services, ensuring that all traffic comes through the door that it's expected on.
  • Target: This is the destination that the record is sending the traffic to. In the above example, the record would send traffic from chat.example.com to xmpp-server.l.google.com over port 5269. SRV records generally require advanced knowledge of server administration to use.
  • Action: This allows you to modify or remove existing records.
Knowledgebase Article 34,717 views bookmark tags: dns record srv zone (updated 383 days ago)


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How to use the DNS Zone Editor to create a new MX Record (updated 630 days ago)
Knowledgebase Article 40,669 views tags: dns editor mx zone

What are the commonly used DNS entries? (updated 390 days ago)
Knowledgebase Article 138,338 views tags: a cname dns record srv txt zone

Definition of an A Record (updated 383 days ago)
Knowledgebase Article 133,556 views tags: a dns record zone

Related Help Content

Definition of a TXT Record (updated 394 days ago)
Knowledgebase Article 67,590 views tags: dns record txt zone

A definition of AAAA Records (updated 383 days ago)
Knowledgebase Article 31,839 views tags: aaaa dns record zone

Explains how to edit the DNS Zone Timplate. (updated 206 days ago)
Knowledgebase Article 2,184 views tags: dns

I would like to change my MX Record so I can use a mail server with another provider. (updated 191 days ago)
Knowledgebase Article 116,741 views tags: dns mail mx

Definition of a CNAME (updated 441 days ago)
Knowledgebase Article 111,595 views tags: cname dns zone

Do you support wildcard subdomains or wildcard DNS entries? (updated 330 days ago)
Knowledgebase Article 55,544 views tags: dns domain subdomain wildcard zone

Definition of an MX Entry (updated 383 days ago)
Knowledgebase Article 68,324 views tags: dns entry mx zone

How Do I Add/Edit DNS settings for my cNAME, ARecord and TXT entries? (updated 132 days ago)
Knowledgebase Article 180,374 views tags: dns