What is application server and Web server? Difference
between Application server and Web Server? give example of
both?
Answers were Sorted based on User's Feedback
Answer / shekhar bijjuri
Web Server:
A Web server is a program that, using the client/server
model and the World Wide Web's Hypertext Transfer Protocol
( HTTP ), serves the files that form Web pages to Web users
(whose computers contain HTTP clients that forward their
requests). Every computer on the Internet that contains a
Web site must have a Web server program. Two leading Web
servers are Apache , the most widely-installed Web server,
and Microsoft's Internet Information Server ( IIS ). Other
Web servers include Novell's Web Server for users of its
NetWare operating system and IBM's family of Lotus Domino
servers, primarily for IBM's OS/390 and AS/400 customers.
Application server:
An application server is a server program in a computer in
a distributed network that provides the business logic for
an application program. The application server is
frequently viewed as part of a three-tier application,
consisting of a graphical user interface (GUI) server, an
application (business logic) server, and a database and
transaction server. More descriptively, it can be viewed as
dividing an application into:
A first-tier, front-end, Web browser-based graphical user
interface, usually at a personal computer or workstation
A middle-tier business logic application or set of
applications, possibly on a local area network or intranet
server
A third-tier, back-end, database and transaction server,
sometimes on a mainframe or large server
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / s.m.feroz ahmed
Hi,
Application Server has to be installed on server as well as
client .
Web Server is server where all company domains or sites are
registered with an ISP for browsing site globally.
SAP Application and .com site.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is WINS server? where we use WINS server? difference between DNS and WINS?
How to change pre windows 2000 (Backward OS compatibility) character limit that is 20 character. Can we extend that limit more than 20 character. If yes how to extend. e.g At the time of AD user creation it used Like display name (Samid).
How can you determine what GPO was and was not applied for a user? Name a few ways to do that.
What are the GPC and the GPT? Where can I find them?
how to take back up in laptop when windows is crashed
Can I deploy non-MSI software with GPO?
where are logical drives created on hard disk ?
how do you manage the sustem administrator job
Trying to look at the Schema, how can I do that?
You work as the application developer at Certkiller .com. You are developing a debug build of an existingapplication. You want to locate a specific line of code which resulted in the exception occurring. Choose the property of the Exception class that you should use to accomplish the task.
what is the difference between MCP,MCSA and MCSE a brief description?
You work as the application developer at Certkiller .com. You must specify a class which is optimized for key-based item retrieval from collections. Your class must cater for key-based item retrieval for small and large collections. Which of the following class types should you specify? A. Select the OrderedDictionary class. B. Select the HybridDictionary class. C. Select theListDictionary class. D. Select the Hashtable class