NAME

        SV_RFC1034_3_6_HINFO_rdata - Resource record of HINFO


VERIFICATION POINTS

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


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC1034_3_6_HINFO_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=*                        |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       A=192.168.1.10                 |
        |       HINFO="IBM-PC/AT UNIX"         |
        |                                      |
        |------------------------------------->|
        |   3. Send standard query             |
        |       QNAME=A.example.com            |
        |       QTYPE=HINFO                    |
        |                                      |
        |<-------------------------------------|
        |   4. Standard query response         |
        |       HINFO="IBM-PC/AT UNIX"         |
        |                                      |
        v                                      v
        1. TN send standard query QNAME=A.example.com, QTYPE=* to NUT.
        2. NUT reply query response including HINFO=IBM-PC/AT UNIX at answer section to TN (Judgment *2)
        3. TN send standard query QNAME=A.example.com, QTYPE=HINFO to NUT.
        4. NUT reply query response including HINFO=IBM-PC/AT UNIX at answer section to TN (Judgment *4)


JUDGMENT

        2. Received standard query response including HINFO and A type record.
        4. Received standard query response including HINFO type record only.


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.3.2 HINFO RDATA format