Computer Science, asked by anjali4405, 1 year ago

Explain in short any three applications of the web.​

Answers

Answered by HackerKrish
8

Here's what a typical web application flow looks like:

1. User triggers a request to the web server over the Internet ,either through a web browser or the application’s user interface

2. Web server forwards this request to the appropriate web application server

3. Web application server performs the requested task – such as querying the database or processing the data – then generates the results of the requested data

Answered by Shreeyaa
2

Answer:

Explanation:

1. Web pages are stored on the web servers interconnected around the globe  

2. Entering the URL of the web page in the Address bar of the web browser on the PC will send request from the client machine to the server machine.

3. The server transmit the web page data to the computer and the web browser displays the screen.  

Similar questions