PHP Networking What is the default port number of HTTP’s? 80 70 90 100 80 70 90 100 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain? dns_record() dns_get_record() dnsrr_get_record() dnsrr_record() dns_record() dns_get_record() dnsrr_get_record() dnsrr_record() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdns() checkdnsrr() checkdnsr() checkdnsa() checkdns() checkdnsrr() checkdnsr() checkdnsa() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to retrieve the MX records for the domain specified by hostname? retrieve_mxrr() getmxrr() getmx() retrieve_mx() retrieve_mxrr() getmxrr() getmx() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Download Close All of above Open Upload Download Close All of above Open Upload ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); A list of the ports associated with all services except FTP A list of the FTP servers on the local network The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP A list of the FTP servers on the local network The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” ANSWER DOWNLOAD EXAMIANS APP