Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / kalyana chakravarthy

Mr "A" it is a official site.it is not a commidy site to do
commidy.Every one should speak in English only.ur advice is
too worest.

Is This Answer Correct ?    17 Yes 1 No

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

Answer / 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

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

Answer / jagdish hatwar

The term also refers to documentation of a system's
software architecture. Documenting software architecture
facilitates communication between stakeholders, documents
early decisions about high-level design, and allows reuse
of design components and patterns between projects.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / prasad



Architecture of particular project means one tier or two
tier or three tier projoect. For example if a project
application is two tire it is communicate between client
and server directly. If the application communicate
betwween client system and webserver after that webserver
server of the application is called three tire structure.

If I am wrong let me know.

Is This Answer Correct ?    4 Yes 5 No

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

Answer / rajgopal

Project Architecture, exactly right what rajesh said. Its
one tire or two tire or... When candidate is placed inside
the project, he l be given the documents. In that
documents, project structure and process also will be
given, It shows the Entire process from batabase to
informatica to BO

Is This Answer Correct ?    0 Yes 1 No

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

Answer / narendra

Project Architecturemeans not only 2-tier/n-tier, we need to
explain how the systems are connected within the systems,
how the communication happens between different systems
including third party components etc.

Is This Answer Correct ?    1 Yes 3 No

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

Answer / a

In English. With Limited words. In an Easy Understandable
Manner.

Is This Answer Correct ?    4 Yes 22 No

Post New Answer

More QTP Interview Questions

Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

0 Answers  


Explain how you can replace string in qtp?

0 Answers  


.mtr ( modular test repository or mercury test repository) plz give correct answer??

3 Answers  


Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri

0 Answers  


Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.

3 Answers  


What is the difference between local and shared object repository in qtp?

0 Answers  


What is the difference between check point and output value.

5 Answers  


Explain about the quicktest professional (qtp) automation object model?

0 Answers  


write a vb script to print even numbers from 1-50?

6 Answers   Kclink Technologies, Logica CMG,


what is the purpose of .vbs file?

2 Answers   HCL,


Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.

1 Answers   Zensar,


Discuss quicktest professional (qtp) environment?

0 Answers  


Categories