what is two tier application? and what is three tier
application?and what is the basic difference? explain with
a example?
Answers were Sorted based on User's Feedback
Answer / anu
Two tier application will have 2 layers
Presentation Layer:i.e. Front end
Bussiness and Database Layer
Three Tier application has 3 layers
Presentation Layer:i.e. Front end
Bussiness Layer:Which contains all business logic
Database Layer:Where all data is stored.
Example:If any condition is given for a search to display
the data.
In 3tier application that condition will be recevied by
Bussiness layer:search is carried as per requirement and
message will be sent to databse to display the details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rama
In two tier application only two tiers will be there one is
presentation layer and mixing of businesslayer and
dataacess layer .in three tier architecture every layer is
seperate.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference in testing a secured site 'https' & a non secured site 'http'?
What is the main difference between SDLC & V-MODEL. In the interview,wht exact difference,i should tell for an interveiwer
6 Answers Accenture, kenexa, TCS,
If I want to check compability of software in a MAC OS then which steps shold I follow?
What is Retesting?
Can any1 tell me what is the use of Shell Scripting on Manual Testing ?
What is dry run testing??
What Is Regression Testing?
difference between sanity testing and smoke testing?
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?
Should I write test case for sorting items? [If there are 1000 items & I have to sort them by name, code etc..]
Explain Equavalence Partioning.With example?
if we got new bug in the retesting due to errors in the code is the bug regression bug or retesing bug