GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Database
Next Question 
 Database  |  Question 1 of 70    Print  
Difference between Two tier architecture and Three tier architecture?

  
Total Answers and Comments: 20 Last Update: February 15, 2009     Asked by: geetha 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: simplegal
 

In a modern two-tier architecture, the server holds both the application and the data. The application resides on the server rather than the client, probably because the server will have more processing power and disk space than the PC.

In a three-tier architecture, the data and applications are split onto seperate servers, with the server-side distributed between a database server and an application server. The client is a front end, simply requesting and displaying data. Reason being that each server will be dedicated to processing either data or application requests, hence a more manageable system and less contention for resources will occur



Above answer was rated as good by the following members:
Beena, senthil505, khairol, pratap singh, madhukumar1
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
October 26, 2005 01:19:25   #1  
venkat        

RE: Difference between Two tier architecture and Three...

Two-tier architecture is a client/server architecture where a request to do some task is sent to the server and the server responds by performing the task.where as a three-tier or a multi tier architecture has client server and database. Where the client request is sent to the server and the server in turn sends the request to the database. The database sends back the information/data required to the server which inturn sends it to the client.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
November 18, 2005 12:59:06   #2  
Sudhir        

RE: Difference between Two tier architecture and Three...

Hi

i want diferencce between the class variables and meber variables with examples

please mail to me

regards

Sudhir


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
November 22, 2005 05:59:41   #3  
Karanjeet        

RE: Difference between Two tier architecture and Three...

Follwoing are the tier types in a client server application:

a. 1 tier application:All the processing is done on one machines and numbr of clients are attached to this machine (mainframe applications)

b. 2 tier application: Clients and data base on different machines.Clinets are thich clinets i.e. processing is done at client side.Application layer is on Clients.

c. 3 tier application.Client are partially thick.Apart from that there are two more layers application layer and database layer.

d. 4 tier application: Some clients may be totally non thick clients some cliints may be partally thick and further there are 3 layers web layer application layer and database layer.

a


 
Is this answer useful? Yes | No
December 04, 2005 11:39:35   #4  
simplegal Member Since: December 2005   Contribution: 3    

RE: Difference between Two tier architecture and Three...

In a modern two-tier architecture the server holds both the application and the data. The application resides on the server rather than the client probably because the server will have more processing power and disk space than the PC.

In a three-tier architecture the data and applications are split onto seperate servers with the server-side distributed between a database server and an application server. The client is a front end simply requesting and displaying data. Reason being that each server will be dedicated to processing either data or application requests hence a more manageable system and less contention for resources will occur


 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
February 08, 2006 04:18:01   #5  
Farhan Nasir        

Difference between Two tier architecture and Three...
Difference between One Tier Two tier and Three Programing
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 1Overall Rating: -N/A-    
March 11, 2006 11:16:35   #6  
aruna        

RE: Difference between Two tier architecture and Three...
why we use 3-tier architecture in web based application
 
Is this answer useful? Yes | No
March 13, 2006 07:25:31   #7  
Ratnesh Chouhan        

RE: Difference between Two tier architecture and Three...

Hi Here is the ans.

Class Var: Those var. which are associated with the class. e.g. Static var. of any class are class var. They have same value for each object and only one copy of these var. is maitained for all the objects.

Class Myclass

{

Static int objectCounter;

}

In java they are initialized with the default value by the compiler and user can initialize them in static block

Member Var: Those var. which are associated with each object and have different value and different copy for each object. e.g.

Class Myclass

{

int i;

}

I hope u must have got the answer of ur que...

bye n have a nice day....!


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 1Overall Rating: -N/A-    
March 16, 2006 01:27:04   #8  
Kajal Pancholi        

RE: Difference between Two tier architecture and Three...

HI EVERYBODY

The difference between 2 tier and 3 tier are as follows:

1.In 2 tier there are only client and server at the other side in 3 tier there are client server and middle tier.

2. It's not good enough that your end-to-end performance be good it's also important that those machines service requests quickly which is where a two-tiered architecture fails (and which is why people came up with the idea of a three-tiered architecture in the first place). This is the difference between performance and scalability.


 
Is this answer useful? Yes | No
March 17, 2006 01:52:20   #9  
Dina Kristina        

RE: Difference between Two tier architecture and Three...
Difference between Single tier Two tier and Three tier
 
Is this answer useful? Yes | No
April 19, 2006 05:57:16   #10  
swati        

RE: Difference between Two tier architecture and Three...

hi

I got to know the major difference between 1-tier & n-tier system...


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape