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 are deference bitween netbiosname &computer hostname?
How do you change the DS Restore admin password?
You work as the application developer at Certkiller .com. To get information on a specific method named myMethod, you use Reflection. You need to find out if myMethod can be accessed from a derived class. Which of the following properties should you call from the myMethod class?
what is the different between windows xp home edition and professional ?
someone asked me what Microsoft subjects i want to learn? and i said i want to learn Windows and Exchange. so could u tell me what related subjects in windows? and what related subjects in Exchange?
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
What tool would I use to try to grab security related packets from the wire?
You work as the application developer at Certkiller .com. You are working on an application and want to use platform invoke services to call an unmanaged function from managed code. How will you accomplish the task?
mcse 2003 to mcitp upgrade paper
What is Web Space? Where we use Web Space?
Anyone send me list of latest Microsoft certifications and where the dumps available for practice purpose
You work as the application developer at Certkiller .com. You create a new class that uses unmanaged resources, but which still has references to managed resources on other objects. You want users of the new class to be able to explicitly release resources when the class instance is no longer required. What should you do next? Choose the three actions which you should perform. Each correct answer presents only part of the complete solution.