Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How Web Application work?

2 Answers

Relevance
  • Smutty
    Lv 6
    1 decade ago
    Favourite answer

    The web pages are hosted on a web server. The web server is basically a software that serves web pages to clients. The web server is a term that can also be referred to the actual machine which has a web server installed on it. Internet Information Services (IIS) and Apache are 2 examples of web servers.

    Scenario:

    1) A client (typically a browswer) requests a page residing on a Web Server Machine

    2) The web server gets the page residing in it and send HTML (the page requested) it to the client using HTTP protocol.

    Notice that the page might be dynamic meaning that it is not saved on the web server but rather its HTML is created on request (On the run) and sent to the client. This is the case when a page's content is created based on Database content. It is the web server's job to construct the page.

    Hope this helps.

  • 1 decade ago

    What?

    This is a very general topic, and "web application" can mean a few different things.

    Basically anything on the internet that is "scripted" is a web application... that means scripts that are running on the server side (PHP), or on your computer (like javascript).

Still have questions? Get answers by asking now.