1. Question: The checkdnsrr() and dns_get_record() functions check for the existence of DNS records.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: dns_get_record() returns at least four attributes.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: host, ttr, DNS_ALL are returned attributes of dns_get_record().

    A
    True

    B
    False

    Note: Not available
    1. Report
  4. Question: Is/are there any worng parameter(s) supplied to dns_get_record() to get calling as shows in the following code fragment?

    <?php
       
        $result=dns_get_record("example.com",DNS_A);
        print_r($result);

    ?>

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  5. Question: dns_get_record() returns an array and checkdnsrr() returns a boolean value.

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: All data via the World Wide Web using HTTP, is a stateless protocol.

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: Stateless protocol mean each request is processed without any knowledge of any prior or future request.

    A
    True

    B
    False

    Note: Not available
    1. Report
  8. Question: The practice of storing bits of information on the client's machine is commonly called ______.

    A
    cookie

    Note: Not available
    1. Report
  9. Question: Which of the following are the limitations of using cookie to implement stateful web application?

    A
    cookie size

    B
    the number of cookies allowed

    C
    capacity

    D
    scope

    Note: Not available
    1. Report
  10. Question: The volatile memory option is the fastest for managing session data.

    A
    True

    B
    False

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd