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
Can you refresh servlet in client and server-side automatically?
What is httpservlet and how it is different from genericservlet?
What is dispatcher servlet?
What is servlet and how it works?
What is servlet in tomcat?
How will you pass values from HTML page to the servlet?
What do you mean by chaining in servlet?
What are the advantages of Servlet over CGI?
What are the ways to handle multi-threading in servlets?
When should you prefer to use doget() over dopost()?
How the typical servlet code look like ?
How is a servlet implemented in code?
What do you mean by request dispatcher in servlet?
The code in a finally clause will never fail to execute, right?
How does Cookies work in Servlets?