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
Go To First  |  Previous Question  |  Next Question 
 Websphere  |  Question 5 of 24    Print  
What is the difference between Web Server and Application Server ?

  
Total Answers and Comments: 28 Last Update: March 16, 2009     Asked by: krishnaramisetty 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 3   « First    1    2    3    >     Last »  
September 28, 2005 07:47:12   #1  
Balanjaneyulu        

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

ApplicationServer will take care of all these issues like Security Trasaction MultiThreaidng Resource pooling etc..

In webserver it is not possible..

Simply speaking >AppServer WebServer+EJB container


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
October 03, 2005 03:45:55   #2  
Kartik        

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

Webserver:

A Web server handles the HTTP protocol. When the Web server receives an HTTP request it responds with an HTTP response such as sending back an HTML page. To process a request a Web server may respond with a static HTML page or image send a redirect or delegate the dynamic response generation to some other program such as CGI scripts JSPs (JavaServer Pages) servlets ASPs (Active Server Pages) server-side JavaScripts or some other server-side technology. Whatever their purpose such server-side programs generate a response most often in HTML for viewing in a Web browser.

Application Server:

As for the application server according to our definition an application server exposes business logic to client applications through various protocols possibly including HTTP. While a Web server mainly deals with sending HTML for display in a Web browser an application server provides access to business logic for use by client application programs. The application program can use this logic just as it would call a method on an object


 
Is this answer useful? Yes | No
October 13, 2005 10:55:19   #3  
senthilvasanm        

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.


 
Is this answer useful? Yes | No
October 13, 2005 23:42:10   #4  
Sarika        

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

Hi

Application Server is used to Deploy an Application and then that application can be accessed using webserver

While WebServer is used to Access web servies through internet or intranet.


 
Is this answer useful? Yes | No
October 19, 2005 23:52:03   #5  
charanvv        

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

webserver is used only for jsp and servlets and for static functionality it has limited functionality and it doesn't provide any security persistence and it doesn't support EJB and JMS and JAAS like other functionality

whereas Application server provide all functionalities


 
Is this answer useful? Yes | No
November 19, 2005 10:51:49   #6  
satish        

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

i want to know the actual diff bet webserver and application server


 
Is this answer useful? Yes | No
November 23, 2005 06:00:57   #7  
vikram        

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

Web Server & Application Server are different in the following aspects. The Web Server does not support the concept of multi-threading. In Application Server we have features like connection pulling isolation pulling multi-threading and majorly the Transaction feature which is not there in Web Server. An Application Server may include a Web Server inside it.


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
January 05, 2006 04:00:55   #8  
mar        

RE: What is the difference between Web Server and Appl...
with out webserver support for alternatively we can use application for can u run web application in http protocol. if it is possible why we are using webserver...
 
Is this answer useful? Yes | No
January 11, 2006 06:38:47   #9  
lakshmi        

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

hi

web server is multi threaded else how can it support servlet threaded model.Obviously application server is multi threaded i agree to that. This cannot be a point of difference between app and web server.


 
Is this answer useful? Yes | No
January 13, 2006 05:47:20   #10  
cyber_akhlesh Member Since: January 2006   Contribution: 6    

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

Web Server ->we can run only servlets jsp and html pages but not EJB'S

Example of web server are Tomcat.

Application Server> we can run servlets html and jsp pages and we can also run and deploy EJB's in Application servers which is not possible in webserver


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
  Page 1 of 3   « First    1    2    3    >     Last »  


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape