What is the Difference between 2 tier and 3 tier
Applications...Actually what is a tier.. Anybody can body
can give accurate answer..Thanks in advance..........
Answers were Sorted based on User's Feedback
Answer / rp626272
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 Correct ? | 42 Yes | 6 No |
Answer / sunil reddy
2 tier architecture is nothing but client and server
Means It consits of client(Presentation layer) and server
(may be database)
Client gives the requests through the browser for HTMl
pages stored in remoting machine(Server).The server locates
this files and passes to the Client
Only presentation layer and database server exits
Request are in the form of Http or FTP
Most of the actions done on the client side so client is
thick and server is thin
Web application consits of Presentation layer( client or
browser)Business process and database layer
As i mentioned earlier
Presentaion layer is useful for to submit the requests in
HTTP form
Web server recieves the Request in HTTP form and sends to
application server. Application server process the Request
and gets the information from the database and sends back
to Web server. WEb server sends the recived data in the
form of HTML to the client.
Most of the action done on the server side
so client is thin
Presentaion laye<-->web server<-->application server<-->data
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / keshab
Tier will be consider to as a layer in 2 Tier there is
1 - Web
2 - Database
main use for tier to provide fast response to client & and
othere benefit to reduce load on server both(hardware &
Software)
| Is This Answer Correct ? | 15 Yes | 9 No |
Answer / suvendu dalai
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.
In other word you can say that in 3-tier architechure
business logic,databases & presentation are maintained in
different files whereas in 2-tier architechure business
logic &databases are maintained in same layer or file
3-tier architechure in other word u can say fallows MVC
architure
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / mallikarjun
In 2 tier applications client requests the server
directly,there is no intermediate layer between them.
In 3 tier aplications there is middleware (Is nothing but a
collection of diff. softwares),first client request is
received by middleware & then it passed to server,after
that server give response.
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / osama
koyyala....the main difference is fake and real
experience..first be wel prepare on the basis of practical
oriented
| Is This Answer Correct ? | 4 Yes | 9 No |
Answer / gaumzi
In Two Tier application if client hits the server then in
Server the request goes, verified by the Databse or
buisness logic as application layer and Database are
connected in parallel and server replies to the client.
In Three Tier architecture when client hits the server then
in server there is some temporary database connected in
parallel with Application layer and after that the main
Database server is connected with that server in series,
after verification from the first database server
(Temporary) the data finally goes to second Database server
(Final repository).
This is how the architecture can be increased to n-tier.
| Is This Answer Correct ? | 1 Yes | 12 No |
In my Application, There are 40 MIS Reports.There is Start & End Date box and Search button to search reports.Again for Every report Print and Download in PDF, CSV and Text option is there. What will be the test cases? The test description for all the reports will be same then should I have to write it for each Report test repeatadly? Please Guide Me.Should I have to write 3 test cases for Download X report in PDF, CSV and Text.[40*3=120test for only downloading]
what is fault?
What is the role of tester in SDLC cycle ( in each phase )
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
Which criteria should take in account while doing CMS testing of any project?
What is a test condition ?
what is difference between regression testitng and re testing
when we swipe the credit card what will genertaed in Back end. how system will validated from the back end for credit card who is Aquriree and Issuer ,
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss
What are Levels of Functional testing?
what are the different testing methodologies and testing techniques? Am asked in interview that what is the defect age? I replied that the time gap between the defect reporting and defect resolving. then the interviewer asked me if at all the defect is not resolved then what is the defect age of that particular defect? can anybody answer this?
Can anybody define 2-tier architecture,and 3 tier architecture.