NAME

        SV_RFC2782_SRV_rdata - Resource record of SRV type


VERIFICATION POINTS

        Verify that a NUT transmits correct message including SRV resource record


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC2782_SRV_rdata.seq [-tooloption ...]: KOI tool option
	See also DNSConfig.pm


INITIALIZATION


TEST PROCEDURE

        This test sequence is following.
    DNS Client1 (TN)                       DNS Server1 (NUT)
        |                                      |
        |------------------------------------->|
        |   1. Send standard query             |
        |       QNAME = _http._tcp.example.com.|
        |       QTYPE = SRV                    |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       QNAME = _http._tcp.example.com.|
        |       QTYPE = SRV                    |
        |       ANSWER                         |
        |        Priority = 10                 |
        |        Weight = 20                   |
        |        Port = 80                     |
        |        Target = www1.example.com.    |
        |       ANSWER                         |
        |        Priority = 11                 |
        |        Weight = 21                   |
        |        Port = 81                     |
        |        Target = www2.example.com.    |
        |       Authority Name                 |
        |        = example.com.                |
        |       AUTHORITY Name Server          |
        |        = NS1.example.com.            |
        |       ADDITIONAL Name                |
        |        = www1.example.com.           |
        |       ADDITIONAL Address             |
        |        = 192.168.1.10                |
        |       ADDITIONAL Name                |
        |        = www2.example.com.           |
        |       ADDITIONAL Address             |
        |        = 192.168.1.20                |
        |       ADDITIONAL Name                |
        |        = NS1.example.com.            |
        |       ADDITIONAL Address             |
        |        = 192.168.0.10                |
        |                                      |
        v                                      v
        1. TN send standard query QNAME=_http._tcp.example.com., QTYPE=SRV to NUT.
        2. NUT reply query response w/ SRV=10 20 80 www1.example.com.
           and SRV=11 21 81 www2.example.com. to TN (Judgment *2)


JUDGMENT

        2. Received standard query response including SRV type record.


TERMINATION

        None


REFERENCE

        RFC1034 DOMAIN NAMES - CONCEPTS AND FACILITIES
        3.6 Resource Records
        RFC1035 DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION
        3.2.1 Format
        RFC2782 DNS SRV RR