1. Question: ______: Service record. Denotes the location of various services for the supplied domain.

    A
    SRV

    Note: Not available
    1. Report
  2. Question: ______: Text record. Stores additional unformatted information about a host, such as SPF records.

    A
    TXT

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

    A
    True

    B
    False

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

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. 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
  6. Question: dns_get_record() returns an array and checkdnsrr() returns a boolean value.

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: The getmxrr() function retrieves the MX records for the domain specified by________.

    A
    Hostname

    B
    Classname

    C
    typename

    D
    None

    Note: Not available
    1. Report
  8. Question: DNS stands for ______?

    A
    Domain Names System

    B
    Domain Name System

    C
    Donate Name System

    D
    Designs Names System

    Note: Not available
    1. Report
  9. Question: How many configuration directives pertinent to PHP's mail() function?

    A
    Five

    B
    Six

    C
    Seven

    D
    Ten

    Note: Not available
    1. Report
  10. Question: What means CNAME?

    A
    Canonical Name record

    B
    Caching Name record

    C
    Cheches Name record

    D
    Canonical Names

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