Web Browser

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Web Browser as PDF for free.

More details

  • Words: 190
  • Pages: 1
Online Shopping

2.3 Web Browser A servlet accepts a request from a client via the webserver performs some task and returns as shown in the following figure: HTTP Request

Web Browser

Web server

Servlets

HTTP Response Fig: Communication between web browser and web server Steps illustrating the basic flow while using servlets:  The client (web browser) makes a request via an HTTP.  The Web server receives the request and sends it to the servlet. If the servlets has not yet been loaded, the web server will load into the Java Virtual machine and execute it.  The servlet will return receive the HTTP request and perform tasks.  The servlet will return a response to the web server.  The web server will forward the response to the client. Since the servlet executes on the server, the security issues usually associated with applets do not apply. The web browser also does not communicate directly with a servlet, the servlet is loaded and executed by the web server. This implies that if the web server is secure, then the servlet is also secure.

28 Dept of CSE,Narayana Enguneering College,Nellore

Related Documents

Web Browser
November 2019 23
Web Browser
November 2019 24
Web Browser V03
November 2019 19
Web Mining Browser Old
June 2020 11
Web Browser Pawan
October 2019 15