What is a web server? How is it different from Application
server?
Answer Posted / karmanpreet kaur
Server is a program which fulfills request made by client
located in the same or other computer.
The web browser is a client which makes request for html
pages on network called web pages.Web server serves
requests made by web client.
An application server is a superset of Web server which
executes business logic.It is a server program on a
distributed network that handles backend business
applications(business logic) or databases.
Examples of Application server are
JBoss, WebLogic, WebSphere, Glassfish, Sybase Enterprise
Application server
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of cluster?
What are jvm tuning parameters?
What are stating modes are available in Weblogic Server ?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What is the domain in weblogic server?
Do you know how can third-party jdbc driver be used with jms?
What is mulicast and unicast in weblogic?
which protocol it user to connect manage server to admin ? where it is defined ?
What are the admin default ports?
Explain the performance tuning in jvm?
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
How many types you configure managed server in weblogic server ?
Why the node manager is required?
How should you type cast a remote object?