PHP Networking Which one of the following function returns the port number of a specified service? getserverbyname() getservbyname() getservername() getportname() getserverbyname() getservbyname() getservername() getportname() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 100 70 80 90 100 70 80 90 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Close Download Upload Open All of above Close Download Upload Open All of above 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_mx() getmxrr() getmx() retrieve_mxrr() retrieve_mx() getmxrr() getmx() retrieve_mxrr() 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 The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network A list of the ports associated with all services except FTP The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network ANSWER DOWNLOAD EXAMIANS APP