What is 2-Tier and 3-Tier Architecture?
Answers were Sorted based on User's Feedback
Answer / rudraneel
Thr 3-Tier Architecture ::
1st TIER :
The Graphics User Interface,deals with user interface
2nd TIER :
Where the business logic is implemented or business rules
3rd TIER :
Where the data is stored and retrieved.
Is This Answer Correct ? | 6 Yes | 1 No |
1-TIER ARCHITECTURE MEANS THEIR IS NO CONNECTION TO OTHER
APPLICATION.
Eg:NOTE PADE
2-TIER ARCHITECTURE MEANS CONNECTION YOUR APPLICATION TO
DATA BASE.THIS IS IN YOUR PC.
Eg:FLIGHT REGERVATION,YOUR COMPANY ACCOUNT DETAILS ext...
3-TIER ARCHITECTURE OR MULTI TIER ARCHITECTURE MEANS
CONNECTION YOUR APPLICATION TO WEB SERVER.THIS IS THE
ENTIRE CONNECTIONS OF YOUR SYSTEM.
Eg: BROWESERS
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / samyuktha
2 Tier architecture has only two tiers
ie:Presentation layer(.NET) and Data tier(Database)
3 Tier architecture has three tiers
ie: Presentation layer(java,swing,struts),Business tier
(JMS,java beans),Data tier(DB like SQL,Oracle).
Is This Answer Correct ? | 2 Yes | 0 No |
how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use
What is Adhoc testing?
Can you please explain me how to do testing of an E-insurance project end to end process..
what is protocol in software testing? can u give it with a good example?
self join query in sql. 15 objective questions. What is equi join and outer join
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
What is the difference b/w deliverable and release notes?
What is the common bug u face in a web-based application. .?
What are the different options which will be entered while creating the test case?
What is release notes&have u involed in preparing the release notes?
Can any one give an example of having high priority and low seveority
How many Test case we can write to test MS Excel(for System Testing)