A SRV Record (Service Record) indicates the location of a service using a specific destination port number and hostname. Using the SRV Record we can move services, such as VOIP or IM, from host to host easily.
The SRV Record is written in the following format: _service._protocol.owner-name ttl class priority weight port target
Below is a description of the syntax:
Service |
The symbolic service name. Common values are _http for web services and _ftp for file transfer services. |
Protocol |
The transport protocol of the service. Common values are _tcp for the TCP and _udp for the UDP. |
Owner Name |
The Domain for which this Record is valid. |
TTL |
Optional field. The Time to Live for this Record. For ease of use at Thobson Domains it is filled automatically using our DNS services. |
Class |
Optional field. The Class for this Record. For ease of use at Thobson Domains it is filled automatically using our DNS services. |
Priority |
The priority of the target host. The lower the number in the priority field, the more preferable is the target. |
Weight |
The weight of the target host. When deciding between two hosts with the same priority, the higher weight is chosen. If there are no hosts with identical priority, the weight parameter should be set to 0. |
Port |
The port that the service uses. |
Target |
The domain name of the target host. |