1.

What is the default port number of HTTPs?(a) 70(b) 80(c) 90(d) 100The question was posed to me during an interview.I would like to ask this question from Networking with PHP topic in division File and Session Handling in PHP of PHP

Answer»

Right OPTION is (B) 80

Easiest EXPLANATION: By default, The PORT number HTTP uses is port 80 and HTTPS uses port 443, but a URL LIKE http://www.abc.com:8080/path/ specifies that the web browser connects instead to port 8080 of the HTTP servers.



Discussion

No Comment Found

Related InterviewSolutions