HTTP protocol is used for requesting a web page in ASP.NET from Web Server - ASP.NET Introduction

Q.  Which protocol is used for requesting a web page in ASP.NET from the Web Server?
- Published on 24 Jul 15

a. HTTP
b. TCP
c. SMTP
d. None of the above.

ANSWER: HTTP
 

    Discussion

  • Digvijay   -Posted on 13 Sep 15
    HTTP protocol is used for requesting a web page in ASP.NET from the Web Server.
    HTTP is stateless protocol. It is communication protocol, which is used to deliver data on the World Wide Web. The Data may be HTML files, image files, query results, etc.
    There are three important feature of HTTP protocol.
    • HTTP is connectionless.
    • HTTP is media independent.
    • HTTP is stateless.

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.)