Difference Between Web Server and Application server ??
Answer Posted / m.vinodkumar
1.)Web server can provide only one webserver to perform the services in serverside , where as application server provides both web and application servers to provide the services.
2.)Web server provides clusturing very limitedly ,where as Application provides complete clusturing concept.
3.)Web server support only HTTP protocol , where as Application server provides HTTP,FTP,SMTP .....and etc.
4.)Web server supports only limited number of Middleware services where as Application server supports more Middleware services.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is called servlet container?
What are the different methods involved in generic servlet?
How can we achieve transport layer security for our web application?
Should I override the service() method?
What do you mean by cgi in servlet?
What is the difference between sendredirect() and forward() in a servlet?
Explain url encoding in servlet?
How can we refresh automatically when new data has entered the database?
What is the capacity the doget can send to the server?
What are the types of protocols supported by httpservlet ?
What do you mean by singlethreadmodel interface?
What are different Authentication options available in Servlets.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is a servlet-to-servlet communcation?
Is servlet thread safe?