Friday, November 7, 2014

Static Web page

  • The defintion of static web page.
    • Static web page is an HTML document that is stored on the server web and doesn't change in respone to user input.In other words,the content of web pages only can be change by web developers.Static web page is a plain text file with an extension of htm or html.
  • How  Static web pages are processed.
    • When user requests a static web page,the browser send a HTTP request to the web server that includes the names of the file that is being requested. When the web server receive the request, it retrieves the web page and send it back to the web browser in an HTTP response. This response includes the HTML document that is stored in the file that was requested.


  • Note:
    • HyperText Markup Language (HTML) is the language that is used to design web pages of an application.
    • Two protocols that web application depend upon.
      • HyperText Transfer Protocol (HTTP) is the protocol the web browsers and web servers use to communicate. It sets the spefications for HTTP requests and responses.
      • Transmission Control protocol/ Internet Protocol(TCP/IP) is suite of protocols that let two computers communicate over a network.

No comments:

Post a Comment