NAME

        SV_RFC1034_3_1_CaseInsensitiveManner - Case-insensitive manner


VERIFICATION POINTS

        Verify that a NUT transmits messages name space specifications


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC1034_3_1_CaseInsensitiveManner.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            |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       ADDRESS=192.168.1.10           |
        |                                      |
        |------------------------------------->|
        |   3. Send standard query to NUT      |
        |       QNAME=A.example.com            |
        |                                      |
        |<-------------------------------------|
        |   4. Standard query response         |
        |       ADDRESS=192.168.1.10           |
        |                                      |
        v                                      v
        1. TN send standard query using lower case to NUT.
        2. NUT reply query response to TN (Judgment *2)
        3. TN send standard query using upper case to NUT.
        4. NUT reply query response to TN as same as 2.(Judgment *4)


JUDGMENT

        2. Received standard query response responding to standard query (QTYPE=A).
        4. Received standard query response as same as 2.


TERMINATION

        None


REFERENCE

        RFC1034 DOMAIN NAMES - CONCEPTS AND FACILITIES
        3.1. Name space specifications and terminology
        3.5. Preferred name syntax
        RFC1035 DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION
        2.3.1 Preferred name syntax