borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (question about validation control)Next Topic (about Oracle managed provider) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Web server VS Application Server
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon Web server VS Application Server

what is the difference between Web server VS Application Server.where application server is used and where web server is used. please tell me in
detail about web server and application server and their purpose.

14-06-2004 at 12:49 PM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: Web server VS Application Server

Web servers are used to manage and make available web pages. The web server holds the web application and controls access to it and ensures security to a given extent. The web server recieves requests from its clients(Web browsers) and responds to those requests via mostly HTTP. Examples of web serves include IIS and Apache.

Application servers perform similar functions but rather serve mostly non web based clients. However application servers are used  in a variety of scenarios. In enterprise systems application servers can hold the business logic tier in a n-tier system. Application servers provide an environment for the application they hold to execute in.
They provide services such as multithreading, connection pooling, and scalability scope, security enforcement etc.

Application servers can be highly specialised in the functionality allowing one create a complete system based on the services that these servers provide. Examples include. IBM' web sphere, BEA Weblogic etc

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

20-06-2004 at 05:23 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : Web server VS Application Server
Previous Topic (question about validation control)Next Topic (about Oracle managed provider) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder