ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
What is the Difference between Client Server and a web
Application?
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 1
client server is a 2-tier application . 
it contains views and reports at the frontend in this it 
monitors and manipulates the data.
and the database server at the backned in this it stores 
and retrieves the data such as from oracle,ms access,ms sql
 
Is This Answer Correct ?    2 Yes 2 No
Kishore
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 2
where as web application is a 3-tier application
browser: Monitors the data
Web server: Manipulates the data by using some programing 
languages like java,...
Database server:stores and retrieves the data from the 
database
 
Is This Answer Correct ?    4 Yes 0 No
Kishore
 
 
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 3
In web Application,we will use any one of the webse5r and 
we will deploy all the web components into that server. 
Even client components also will be in server only. Once 
the user send the request through browser then only the 
appropriate component will download to user machine and it 
will execute in browser. eg : yahoo mail

but in clientserver application, the client application 
will be in client machine and one machine in remote place 
acts as a server. in that server pc one server application 
will run, whenever client requests then it will receive 
that and send the response to client. eg : yahoo messenger.


regds,
swathi,
swty79@rediffmail.com
 
Is This Answer Correct ?    4 Yes 0 No
Swati - Swty79@rediffmail.com
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 4
Hi Friends,

I am also hunting for job like you guys. Thanks for the 
requests for clarification of web application as 2-tier.

for eg : lets us take an example of user logging into 
portal.

the webpage(where you are providing username and password) 
is a front end page and its clear we treat it as one tier. 
Once you enter username and password, these must be 
validated.  There are two options, you can validate in the 
same jsp page or you can use another servlet to validate 
these user credentials and delegate the request to 
appropriate page on success. 

Here the point is if you are validating the username and 
password in the same jsp which means the frontend page(lets 
think as a jsp) is directly interacting with 
database...then we can treat it as a two tier. Incase if 
this jsp is again talking to other servlet saying..."hey 
servlet...please validate this user id and password and 
decide yourselves what ever you want to do if success or 
failuer? " then simply this servlet will validate and 
forward to database if success  otherwise it will forward 
to error.jsp saying invalid username and password..so this 
can be treated as three tier.

Most of the time two tier is not recommended 
because..According to Jsp specification..jsp are good to 
use as presentation purpose but not for controlling and 
performing bussiness logic..This is what all I know


regds,
swati
 
Is This Answer Correct ?    0 Yes 0 No
Swati
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 5
few more points on client server application and web 
application.

Client- server applications: Application is loaded at the 
server. In every client machine, an exe is loaded to call 
this application. 

Web Based application : Application is loaded at the 
server.but,No exe is installed at the client machine. We 
have to call the application through browser. usually we 
use http protocols to communicate.
 
Is This Answer Correct ?    1 Yes 1 No
Swati
 
  Re: What is the Difference between Client Server and a web Application?
Answer
# 6
Following are the few differences in between Client server
and web application:

1)For launching the client server there is no need for web
server and data base server where as if we want to launch
the web application first we must start the web server along
with data base server.

2)In order to open client server application we must first
installed in a specific system then only we can able to
open,there is no need to install the web application simply
we can start it by giving a unique and specific url'

3)Client server application is menu driven application where
as web server is lick driven application

4)Client server consists of less content where as web server
application consists os more content when compared to client
server application
 
Is This Answer Correct ?    1 Yes 0 No
Sm
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Please let us know With out GUI features how to test the application AppLabs1
5 negative test case for lift.... RBS3
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000  3
When will the verification and validation be done?  3
whatis test biuld manager?  2
Which one of the project team members bears the responsibility of deferring new functionality to a later release? Accenture1
What is Tracebility Matrix ? What is there in that and what will u do with that ? Polaris13
Who will assign the work to Test Engineer?  3
diff between water fall model and v-model? IBM3
What is Defect containment? Accenture2
is there any difference between test case design and test case development  1
Hi I want to prepare for ISTQB Foundation level. Can any body mail me some sample papers for preparation. My mail id is sanjaysachdeva2008 @gmail.com  1
write negative testcases for notepad Philips2
how to use batchtesting in qtp? TCS4
what is crud testing ? Intel3
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description. Manhattan11
How will u do manual testing of yahoo messengers? CTS1
Who will participate in testcase review?  2
Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?  6
I know the set of test cases is the TEST SUIT. I have a doubt that practically which test cases are under test suit. Suppose I m creating test cases for User. User - Create, Edit, Delete, Refresh etc. User window have fields - First Name, Last Name, Address, Phone, User Code, User Id, Password and Role. So Create User - [All Positive+ All Negative] Test cases has single TEST SUIT id? Please guide me properly.  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com