954,089 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Difference between Database Server and Application Server

hi,

can any one please explain to me in simple terms as what is the exact difference between a Database Server and Application Server? i have googled it a bit but struggling to get the proper idea into my head. thanks.

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 

An application server has applications installed on it which users on the network can then run as if they were installed on the workstation they are using.

A database server has programs installed that allow it to provide database services over a network. The data, queries, report generatores, etc are all stored on the server, while the client machines use a front end to access those services.

DavidRyan
Posting Whiz in Training
229 posts since Jul 2006
Reputation Points: 22
Solved Threads: 11
 
An application server has applications installed on it which users on the network can then run as if they were installed on the workstation they are using. A database server has programs installed that allow it to provide database services over a network. The data, queries, report generatores, etc are all stored on the server, while the client machines use a front end to access those services.



hi,

thanks for the reply, but as i understand it IIS on windows is an application server right? and i also have an oracle database server in order to get data from clients. but is it possible to install them both ie iis the application server and oracle's database server on the same computer?

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 

IIs is an internet server, which has a number of services to make providing applications over a network simpler.

DavidRyan
Posting Whiz in Training
229 posts since Jul 2006
Reputation Points: 22
Solved Threads: 11
 
IIs is an internet server, which has a number of services to make providing applications over a network simpler.




thanks for the help...

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 
is it possible to install them both ie iis the application server and oracle's database server on the same computer?

Yes, and that is frequently done. MS-Windows and *nix can do both. But if the traffic or database requires are high enough you would want to put them on different computers so that they can process the information more efficiently.

Ancient Dragon
Retired & Loving It
Team Colleague
30,040 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,341
 
Yes, and that is frequently done. MS-Windows and *nix can do both. But if the traffic or database requires are high enough you would want to put them on different computers so that they can process the information more efficiently.



Hi Ancient Dragon,

thanks for the reply, appreciated....

tech291083
Junior Poster
181 posts since Oct 2006
Reputation Points: 15
Solved Threads: 0
 

Hi
how do I configure two servers namely Database server (Oracle8i) and application server and how do I link them.Operating system is windows 2000.
Please guide me step by step.I am a beginner
Thanks

ansu
Newbie Poster
2 posts since Aug 2007
Reputation Points: 10
Solved Threads: 0
 

As i came to know in application server i can store the softwares on application server and i can install the same on client workstation. BUt, i want to know whether any type of softwares like thirdparty tools i can store on application server?

KPORUGANTI
Newbie Poster
1 post since Aug 2009
Reputation Points: 10
Solved Threads: 0
 

Application server contain all application specific components such as Jar, WAR, EAR files which inturn containts web components and bussiness class components.

DB Server will normally a separate server instance. Application server send a db request via JDBC calls to connect to the db and fetch the results / process the request in the databse.

SriDivyaPuvvada
Newbie Poster
1 post since May 2011
Reputation Points: 10
Solved Threads: 0
 

Nice -- bumping a 5-year-old thread with no new content.

Ancient Dragon
Retired & Loving It
Team Colleague
30,040 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,341
 
hi, thanks for the reply, but as i understand it IIS on windows is an application server right? and i also have an oracle database server in order to get data from clients. but is it possible to install them both ie iis the application server and oracle's database server on the same computer?

IIS is a web server like Apache. IIS is used in Windows based servers. And in web servers you can use db server and IIS together, perhaps it is most needed in Web Hosting industry.

PepperAdmi
Newbie Poster
12 posts since Jul 2011
Reputation Points: 10
Solved Threads: 2
 
Hi how do I configure two servers namely Database server (Oracle8i) and application server and how do I link them.Operating system is windows 2000. Please guide me step by step.I am a beginner Thanks

First, you have to know if they are to interact and if they are to do so, then the applications to exist in the application server should be configured so as to store its content in the database server (oracle in your case) and also the application would fetch back contents from its database server and display on client workstations as requested by the use.

Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: