Port number by which HTTP messages sent between Web server & Web browser - ASP.NET Introduction

Q.  HTTP messages are typically sent between the Web server and Web browser using which Port number?
- Published on 27 Jul 15

a. 70
b. 80
c. 400
d. 410

ANSWER: 80
 

    Discussion

  • Raj Singh   -Posted on 13 Sep 15
    HTTP messages are sent between the Web server and Web browser using which Port number 80.
    It is well known and default port of HTTP. There is no need to write http or port number when you write URI. When a client makes an HTTP request to any server, they make that request to destination port 80 on the server. The source port is randomly chosen by the OS for the web browser.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)