NAME

        SV_RFC1035_3_3_14_TXT_rdata - Resource record TXT type


VERIFICATION POINTS

        Verify that a NUT transmits correct message including TXT resource record.


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC1035_3_3_14_TXT_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=A.example.com            |
        |       QTYPE=TXT                      |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       TXT=DNS TEST                   |
        |                                      |
        |------------------------------------->|
        |   3. Send standard query to NUT      |
        |       QNAME=A1.example.com           |
        |       QTYPE=TXT                      |
        |                                      |
        |<-------------------------------------|
        |   4. Standard query response         |
        |       TXT=DNS TEST1                  |
        |       TXT=DNS TEST2                  |
        |                                      |
        v                                      v
        1. TN send standard query QNAME=A.example.com, QTYPE=TXT to NUT.
        2. NUT reply query response w/ TXT="DNS TEST" to TN (Judgment *2)
        3. TN send standard query QNAME=A1.example.com, QTYPE=A to NUT.
        4. NUT reply query response w/ A="DNS TEST1" and A="DNS TEST2" to TN (Judgment *4)


JUDGMENT

        2. Received standard query response including TXT type record.
        4. Received standard query response including multiple TXT type records.


TERMINATION

        None


REFERENCE

        RFC1035 DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION
        3.2.1 Format 
        3.2.2 TYPE values 
        3.3.14 A RDATA format