NAME

        SV_RFC1996_3_5_master_NOTIFY_retransmission - a slave sends a once a NOTIFY request until timeout.


VERIFICATION POINTS

        If TCP is used, both master and slave must continue to offer
        name service during the transaction, even when the TCP transaction is
        not making progress.  The NOTIFY request is sent once, and a
        "timeout" is said to have occurred if no NOTIFY response is received
        within a reasonable interval.


TARGET

        Server (AXFR/IXFR server)


SYNOPSIS

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


INITIALIZATION


PRE-TEST SEQUENCE


TEST PROCEDURE

        This test sequence is following.
    DNS Server1 (NUT)            DNS Server2 (TN)
        |                              |
        |----------------------------->|
        | 1. NOTIFY requests           |
        |    (in TCP)                  |
        |                              |
        |  QR = 0                      |
        |  OPCODE = NOTIFY (4)         |
        |  QDCOUNT >  0                |
        |  ANCOUNT >= 0                |
        |  NSCOUNT >= 0                |
        |  ARCOUNT >= 0                |
        |  QNAME = sec.example.com     |
        |  QTYPE = SOA (0x0006)        |
        |                              |
        |----------------------------->|
        | 2. no response               |
        |    for 60 seconds            |
        |                              |
        v                              v
        This test sequence is following.
        1. DNS Server1 (NUT) sends a NOTIFY request to DNS Server2 (TN). (Judgment *1)
        2. DNS Server1 (NUT) doesn't sends a NOTIFY request to DNS Server2 (TN) for 60 seconds. (Judgment *2)


JUDGMENT

        1. DNS Server1 (NUT) sends a NOTIFY request to DNS Server2 (TN).
        2. DNS Server1 (NUT) doesn't sends a NOTIFY request to DNS Server2 (TN) for 60 seconds.


TERMINATION

        None


REFERENCE

        RFC1996 DNS NOTIFY
        3. NOTIFY Message