plz anybody tell me how to explain the architecture of one
particular project.plz give me answer for this.....RAJESH

Answer Posted / manju

What is Difference Between Two-Tier and Three-Tier Architecture?

In my previous post I have outlined points to be considered
while testing Web based applications. In today’s software
testing class we are discussing about the Two-Tier and
Three-Tier architecture.

All projects are broadly divided into two types of
applications 2 tier and 3 tier architecture. Basically high
level we can say that 2-tier architecture is Client server
application and 3-tier architecture is Web based
application. Below I am concentrating on the difference
between Two-Tier and Three-Tier Architecture, what all
advantages, disadvantages and practical examples.
Two-Tier Architecture:

The two-tier is based on Client Server architecture. The
two-tier architecture is like client server application. The
direct communication takes place between client and server.
There is no intermediate between client and server. Because
of tight coupling a 2 tiered application will run faster.
Two-Tier Architecture

Two-Tier Architecture

The above figure shows the architecture of two-tier. Here
the direct communication between client and server, there is
no intermediate between client and server.

Let’s take a look of real life example of Railway
Reservation two-tier architecture:

Let’s consider that first Person is making Railway
Reservation for Mumbai to Delhi by Mumbai Express at Counter
No. 1 and at same time second Person is also try to make
Railway reservation of Mumbai to Delhi from Counter No. 2

If staff from Counter No. 1 is searching for availability
into system & at the same staff from Counter No. 2 is also
looking for availability of ticket for same day then in this
case there is might be good change of confusion and chaos
occurs. There might be chance of lock the Railway
reservation that reserves the first.

But reservations can be making anywhere from the India, then
how it is handled?

So here if there is difference of micro seconds for making
reservation by staff from Counter No. 1 & 2 then second
request is added into queue. So in this case the Staff is
entering data to Client Application and reservation request
is sent to the database. The database sends back the
information/data to the client.

In this application the Staff user is an end user who is
using Railway reservation application software. He gives
inputs to the application software and it sends requests to
Server. So here both Database and Server are incorporated
with each other, so this technology is called as
“Client-Server Technology“.

The Two-tier architecture is divided into two parts:

1) Client Application (Client Tier)
2) Database (Data Tier)

On client application side the code is written for saving
the data in the SQL server database. Client sends the
request to server and it process the request & send back
with data. The main problem of two tier architecture is the
server cannot respond multiple request same time, as a
result it cause a data integrity issue.

Advantages:

Easy to maintain and modification is bit easy
Communication is faster

Disadvantages:

In two tier architecture application performance will be
degrade upon increasing the users.
Cost-ineffective

Three-Tier Architecture:

Three-tier architecture typically comprise a presentation
tier, a business or data access tier, and a data tier. Three
layers in the three tier architecture are as follows:

1) Client layer
2) Business layer
3) Data layer

1) Client layer:

It is also called as Presentation layer which contains UI
part of our application. This layer is used for the design
purpose where data is presented to the user or input is
taken from the user. For example designing registration form
which contains text box, label, button etc.

2) Business layer:

In this layer all business logic written like validation of
data, calculations, data insertion etc. This acts as a
interface between Client layer and Data Access Layer. This
layer is also called the intermediary layer helps to make
communication faster between client and data layer.

3) Data layer:

In this layer actual database is comes in the picture. Data
Access Layer contains methods to connect with database and
to perform insert, update, delete, get data from database
based on our input data.
Three-tier Architecture

Three-tier Architecture

Advantages

High performance, lightweight persistent objects
Scalability – Each tier can scale horizontally
Performance – Because the Presentation tier can cache
requests, network utilization is minimized, and the load is
reduced on the Application and Data tiers.
High degree of flexibility in deployment platform and
configuration
Better Re-use
Improve Data Integrity
Improved Security – Client is not direct access to database.
Easy to maintain and modification is bit easy, won’t
affect other modules
In three tier architecture application performance is good.

Disadvantages

Increase Complexity/Effort

This is the common Question asked in the Interview. Hope
this article helped you understanding Two-Tier and
Three-Tier Architecture with example.
Thanks and Happy Testing!!!

I think this will have an idea of two-tier and three-tier
architecture. To get software testing articles in your inbox
click here to Subscribe with your email address link. Also I
would like all of you to please join this discussion and add
more valuable points to it. Thanks.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the name of the machine where you are running your automation scripts in qtp?

517


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1367


How to find operating system information using the qtp script?

582


What is action? How many types of actions are there in qtp?

612


What is keyword driven framework?

616






What is the pros and cons between QTP and Rational Robot

3281


iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com

1398


What is object spy in quicktest professional (qtp)?

538


What is a programmatic description?

599


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1500


What is the use of text output value in quicktest professional?

506


What are the different types of recovery operation?

551


What are the differences between quicktest professional and winrunner?

536


Write a QTP script to enter a keyword in to Google search engine?

649


Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.

6655