GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Websphere

 Print  |  
Question:  What is the difference between Web Server and Application Server ?



October 10, 2005 10:55:19 #3
 senthilvasanm   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between Web Server and Appl...
 

A web server itself is an application deployed inside an Application Server.

As explained in earlier response, a Web Server is a software that serves to access internet or intranet.

It provides HTTP message handling for an application server ( J2EE like Web Sphere).

Application Server is a system that provides the execution enviroment for the entire system.That is the core of network computing / Architechtures.

     

 

Back To Question