PHP Networking What is the default port number of HTTP’s? 100 90 80 70 100 90 80 70 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The windows version of PHP has built-in support for the FTP extension False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Digital Name Systmem Domain Network System Domain Name System Digital Network System Digital Name Systmem Domain Network System Domain Name System Digital Network System ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_file_size() get_ftp_size() ftp_size() ftp_amount() ftp_file_size() get_ftp_size() ftp_size() ftp_amount() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getserverbyname() getservername() getportname() getservbyname() getserverbyname() getservername() getportname() getservbyname() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following statements can be used to establish port 80 connection with www.examians.com? sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP