NAME

        SV_RFC1034_3_6_A_IN_rdata - Resource record A type


VERIFICATION POINTS

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


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC1034_3_6_A_IN_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=A                        |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       A=192.168.1.10                 |
        |                                      |
        |------------------------------------->|
        |   3. Send standard query to NUT      |
        |       QNAME=A1.example.com           |
        |       QTYPE=A                        |
        |                                      |
        |<-------------------------------------|
        |   4. Standard query response         |
        |       A=192.168.1.11                 |
        |       A=192.168.1.12                 |
        |                                      |
        v                                      v
        1. TN send standard query QNAME=A.example.com, QTYPE=A to NUT.
        2. NUT reply query response w/ A=192.168.1.10 to TN (Judgment *2)
        3. TN send standard query QNAME=A1.example.com, QTYPE=A to NUT.
        4. NUT reply query response w/ A=192.168.1.11 and A=192.168.1.12 to TN (Judgment *4)


JUDGMENT

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


TERMINATION

        None


REFERENCE

        RFC1034 DOMAIN NAMES - CONCEPTS AND FACILITIES
        3.6 Resource Records
        RFC1035 DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION
        3.2.1 Format 
        3.2.2 TYPE values 
        3.4.1 A RDATA format