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

When you will deploy Fibre Channel SAN instead of iSCSI SAN?

0 Answers  


Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP

0 Answers  


I am planning to write a ISTQB Certification exam , i don't know about EXAM fee structures , please tell me the fee structure ? mail id: karthitkd.123@gmail.com

0 Answers   Accenture,


Usually how many members work in a project & how members are now working in a project. If there r difference between the above two questions why it is so?

0 Answers  


What is path analysis?

0 Answers  






When a bug is found, what is the first action?

3 Answers   TCS,


1). explain need of software testing? 2). explain difference between developer testing & test engineers testing? 3). explain difference between verification & validation 4). which process your organization follows to develop an application? 5). explain v-model? & what is the meeting point in v-model?

0 Answers  


What is WWPN and WWNN?

1 Answers  


What is a technical analyst?

0 Answers  


what is SEI?

3 Answers   Accenture,


What bottom-up testing is?

0 Answers  


What is linked Servers in SQL Server

1 Answers   CybAge,


Categories