Introduction To Web Application
Introduction To Web Application
Any application accessed via browser with URL is called as Web application
The client server architecture of Web application consists if:
1. Web Browser:
-> It is a standalone application which is used to access any web application over
the network via URL
-> Browser understands and interpret only html so that it always create http request
and interpret httpresponse given by web server
-> It’s one & only way to access web application
-> Browser always send / receive request via http Protocol
-> EG :chrome, IE , safari , firefox, Uc , opera etc
2. Web Server:
-> Like any other application (Adobe Reader, Media Player, etc.,) ,
Webserver is also an application which runs on Operating System, & every AppServer
(webApplication) is under control of Webserver
-> Webserver as the name implies “Serves requests to a Browser, it helps both
web browser & web Application(app server) to interact with each other
-> It always receive the request from the browser & talk to web application
& provide response back to browser
-> Few Examples: Apache Tomcat, Apache JBOSS, IBM WebSphere, Oracle GlassFish
2. Dynamic WebResource:
response getting generated at the time of request
Ex: internetBanking, vodofone bill, gmail
4. Data Base
-> It also an application which helps us to store the data in the form of table or in
json format
-> Ex: MySql, MSsql,Oracle, DB2, Mongo DB, NoSql, Sybase, Casendra