answersLogoWhite

0


Best Answer

== == The basic difference between a web server and an application server is

Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications

Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

Application server is used to serve the logic of the business to the application with the help of different protocol whereas web server is used to handle HTTP requests.

An application server is a computer that stores application programs designed to be run, as services, from a client computer. Depending on the application design, a client computer can run or invoke the remote application via a web interface or by running a client program designed to work with the application program.

A web server is a program (or application program) that receives requests from Web Browsers and responds by sending data back to the browser where it is displayed as a web page.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

A web browser is a software application that displays web pages and allows you to access information on the internet. The difference between the web browser and a web server is that the web server sends information to the browser. A web server is a computer or program that accepts HTTP requests and delivers the pages to your browser.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

JSP:

  • Front End or User Interface Layer
  • Can contain HTML, Javascript and Java code
  • Gets converted to a servlet before execution

Servlet:

  • Back end or Server layer
  • Can contain only Java code
This answer is:
User Avatar

User Avatar

Wiki User

6y ago

Servers are computers where server-software are installed..There are many types of Servers like Web Server (Which deals with only traffic related to HTTP and HTTPS), TFTP server, FTP Server, DNS Server, DHCP Server, etc etc.... Servers are configured in whatever type of servers we need.
A server is a computer that has server software loaded on it. Its main job is to share resources for clients.

A web server is a specific protocol type of server, looking only for HTTP requests instead of many different types of resource requests.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

A Servlet is part of a web application. A Web server is the server on which this web application is deployed.

Ex of web server - Websphere, Weblogic, Tomcat etc.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a server and a web server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is the difference between service provider and network provider?

what is the difference between a file server and a internet service provider


1 For a communication session between a pair of processes which process is the client and which is the server?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server.


Is Hotmail the first web server?

Nope. It depends how far back you want to go. In 1989, an employee at CERN proposed the development of a system to exchange data between scientists. This lead to the creation of the first web server in 1990.


What is the difference between a client and a member server?

Client server A Computer Joined In The Domain With Client OS like Windows XP, Windows vista, Windows 7 etc. and Member server A Computer Joined In The Domain With Server OS like windows server 2000,windows server 2003,windows server 2008


How does iis webserver work?

How a web server and web application server work togetherThe following steps explain how a web server and web application server work together to process a page request:The user requests a page by typing a URL in a browser, and the web server receives the request.The web server looks at the file extension to determine whether a web application server must process the page. Then, one of the following actions occur: If the user requests a file that is a simple web page (often one with an HTM or HTML extension), the web server fulfills the request and sends the file to the browser.If the user requests a file that is a page that a web application server must process (one with a CFM, CFML, or CFC extension for ColdFusion requests), the web server passes the request to the web application server. The web application server processes the page and sends the results to the web server, which returns those results to the browser. The following figure shows this process:Because web application servers interpret programming instructions and generate output that a web browser can interpret, they let web developers build highly interactive and data-rich websites, which can do tasks such as the following:Query other database applications for data.Dynamically populate form elements.Dynamically generate Flash application data.Provide application security.Integrate with other systems using standard protocols such as HTTP, FTP, LDAP, POP, and SMTP.Create shopping carts and e-commerce websites.Respond with an e-mail message immediately after a user submits a form.Return the results of keyword searches.A computer that delivers Web pages and work with http protocol. Every Web server has an IP address and possibly a domain name. For example, if you enter the URL http://www.pcwebopedia.com/index.html in your browser, this sends a request to the server whose domain name is pcwebopedia.com. The server then fetches the page named index.html and sends it to your browser.

Related questions

What is the difference between mysap and sap?

SAP - Client (installed)/Server mySAP web browser (Client)/Server


Difference between apache and PHP?

Apache is a web server. PHP is a scripting language.


What is difference between client server and web server?

client site program always execute on client computer while server site program execute on sever computer


What is the difference between the client and the server?

a server runs the website though the internet and sends the data to any computer who asks for the web page meanwhile a client is a computer asking for the web page


What is the difference between client and server on the data communication network?

A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.


What is the difference between a Web Server and a Application Server?

== == The basic difference between a web server and an application server is Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc


Difference between caching proxy server and web server?

In web server you can deploy static contect and web server used to redirect http and https requests to application server and a proxy server can integrate multiple servers to handle webserver requests on behalf of webserver to application server.


What is the difference between home page of websites and home page of web server?

A web page is the basic thing you see on the World Wide Web. Each time the URL changes, the web page changes. Multiple web pages grouped together form a website. A web server is what stores websites and delivers them to a web browser when it is requested.


What are some type of web servers?

Web servers are computers where web pages are stored. Web servers have high connectivity to the rest of the internet allowing your web site to be accessed by worldwide audience.The most basic criterion used for differing one web server from another is the operating system it uses. Based on this difference web server may be Windows server or UNIX server. The difference between various types of web servers is very important when deciding on the Web Hosting provider by which your web site will be hosted. There are also other specifics that result in different types of web servers. More on this topic can be found on hostinglair.com.


The job of a web server is to process and respond web?

A web server is very similar to a file server; the difference is that it holds web pages instead of files (although web pages are stored in files). A web server waits on HTTP requests and responds with HTTP answers usually formatted in HTML/XHTML.


Difference between weblogic server and application server?

WebLogic server uses a Web Logic Scripting Tool. Oracle Application Server uses both the Enterprise Manager Command-Line Utility tool and the Oracle Process Manager and Notification Server tool.


What is the difference between a preferred DNS server and an altenate DNS server?

What is the difference between a preferred DNS server and an altenate DNS server?Read more: http://wiki.answers.com/What_is_the_difference_between_a_preferred_DNS_server_and_an_altenate_DNS_server#ixzz2LRd3ICed