What are the main key components in Web applications and
client and Server applications? (differences)

Answers were Sorted based on User's Feedback



What are the main key components in Web applications and client and Server applications? (differen..

Answer / btech

For Web Applications: Web application can be implemented
using any kind of technology like Java, .NET, VB, ASP, CGI&
PERL. Based on the technology,We can derive the components.

Let's take Java Web Application. It can be implemented in
3 tier architecture. Presentation tier (jsp, html, dthml,
servlets, struts). Busienss Tier (Java Beans, EJB, JMS)
Data Tier(Databases like Oracle, SQL Server etc., )

If you take .NET Application, Presentation (ASP, HTML,
DHTML), Business Tier(DLL) & Data Tier ( Database like
Oracle, SQL Server etc.,)

Client Server Applications: It will have only 2 tiers.
One is Presentation (Java, Swing) and Data Tier (Oracle,
SQL Server). If it is client Server architecture, The
entire application has to be installed on the client
machine. When ever you do any changes in your code, Again,
It has to be installed on all the client machines. Where
as in Web Applications, Core Application will reside on the
server and client can be thin Client(broswer). Whatever the
changes you do, You have to install the application in the
server. NO need to worry about the clients.Because, You
will not install any thing on the client machine.

Is This Answer Correct ?    9 Yes 2 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / vinod

Web application can only run on browsers whereas
client-server can be some desktop application too

Is This Answer Correct ?    1 Yes 0 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / dhrutisundar

Web Apps-The U.I,B.L and D.B part is fully installed into the web side where as
only UI part is installed in user's machine(client side) and the BL and DB is installed at the server side.
Ex-web apps-chrome,firefox..
Ex-client-server apps-GTalk,FB messanger..etc

Is This Answer Correct ?    1 Yes 0 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / pavan magdum

web application any application which is access through a browser and its works online and installation is not required,
but in client server application any application which uses a client application to access the server and its works online and installation is required,

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

IS TESTING NEEDED TO EACH&EVERY PROJECT CUMPULSORY OR NOT?

2 Answers   HCL,


What is difference between SAN and NAS? How SAN is better than NAS?

0 Answers  


The following figure related to which game

1 Answers   EA Electronic Arts,


Could reviews or inspections be considered part of testing?

0 Answers  


What Kinds of Testing should be followed for an web application while Manual Testing . Ie., Regression , Integration , Alpha , Beta , Performance , Stress ,Load , Back End(database)...etc What is the serial way to follow the above Testing Kinds in manual testing of any application. Plz clear my doubt.

0 Answers  






If the client identified some bugs to whom did he reported?

1 Answers   TCS,


Suppose one functionality appears in an application which was not there in the requirements..so what u do as a tester?

7 Answers   Covansys,


Share 2 high complexity and 2 low complexity test cases for a coke vending (ATM) machine.

0 Answers   HPCL, Hughes Systique Corporation,


What is difference between JBOD and RAID?

0 Answers   IBM,


what does team player mean to you?

1 Answers   Convergys,


What is failure?

0 Answers  


What is Software Engineering? Please do explain in Brief.

13 Answers   Artech, Banyan Soft,


Categories