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 is meant by gc, prallel gc, full gc and explain it?
How do you differentiate between a server hang and server crash issue?
What is the significance of boot?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
Do you know what is the local interface used by web logic server?
How does concurrency work for message-driven beans? : BEA Weblogic
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
What is nmenroll in wlst?
How do I prevent errors when running t3dbping? : BEA Weblogic
How do you do performance tuning of wls?
How do stubs function in a web logic cluster?
What are the common domain types?
What is ticketing tool used in your project?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Explain the different groups under web logic security?