Please any one tell me what is application architure in web
based applications
Answers were Sorted based on User's Feedback
Answer / hash
A modern web-based enterprise application has three basic
layers.
1. Client layer which renders webpages (Browser)
2. Middle tier which includes: (WebServers ).
2.1 Presentation Layer which generates webpages, including
their dynamic content. It interprets webpages submitted
from the client. it knows which application to forward the
client-based request they usually made up of ASP, JSP
2.2 Business Logic Layer which enforces validations and
which handles interaction with the database, Visual Basic or
C++ apps are use in these servers mostly (The Web Server
can generally handle requests for several applications like
Microsoft IIS, Apache WebServer, IBM Websphere, etc are
example of webservers.)
3. Data layer which stores data between transactions
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / hema
On my application browser is tere.for example i want to request something.enter the URL in to browser.browser request to web server.If that is static request webserver can handil.if requests are dinamic webserver request to application server.then request goto dbserver.then request go to DB.DB give to respend to dbserver.dbserver toapplication server.application serverto webserver.webserver to browser wil give the response.
APPLICATION(browser) ............>webserver....>application server........>dbsever.......>DB.(this is request)then response REVERSE
| Is This Answer Correct ? | 0 Yes | 2 No |
Write positive and negative test cases for forgot password?
how to import test cases from quality center to excel.. explain navigation
What is 3-Tier Architecture. How It will be implemented. Anybody can explain it in detail with easily understandable example. Thanks in advance..
what are the inputs fo writing testcases and what are the outputs after executing the testcases?
Mention critical bugs in hospital management system i.e. project has 4 modules like appoint, patient chart, reports, pharmacy
When to start Software Testing?
what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?
A Good Test Case Means..?
What is the quality process is following in your organization.
what are different reports prepared by a tester and their templates.
In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?
3 Answers Media Magic, Ordain Solutions,
what you consider in security testing particularly in web applications?