difference between web based server and client based server?
Answers were Sorted based on User's Feedback
Answer / sriharsha
HI....
Web Based Server : its a 3- tier or n-tier arcitecture
Here the Browser is the monitoring level
All Internet web pages are WBS.
P'gmming is done using Java..J2ee..Java
Script
Once u open ur browser n type in the req
site...ur request would be sent to the server using TCPIP...
We call WBS a 3-tier archi coz u have
browser ... the servr..n the back end.
Client Based Server : its a 2- tier arcitecture
Here the Front End is the monitoring
level
All Stand Alone Applns are CBS.
P'gmming is done using VB.Net
Here u dont need to type anything...the
appln is installed..jus click it.
We call CBS a 2-tier archi coz u have
browser ... n the back end.
The back end is usally Oracle.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / raj
web based server:
1.no.of users high.
2.used HTTP,FTP protocals.
3.think
4.in web server use URL(address)
5.develope web applications use ASP,JSP,JAVA SCRIPT,HTML
6.business logic is on server side
desktop or client based server:
1.no of users less.
2.used HTP/IP protocal.
3.thick
4.in client server use EXE(address)
5.develope client applications use JAVA SWINGS,VB,ORACLE
FORUMS.
6.business logic is partial on your client side.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the term ‘quality’ mean when testing?
What is the different between QA&QC? Please give answer with examples?
What is Black Box testing and who is responsible for Black box testing?
Could any body tell me about 'Defferred test'?,please. when will we use 'Defferred test'? Who will use it?
Q.Reasons not to automate. a.No formal test plan. b.No Design document. c.Testing budget is minimal. d.All of the above.
what r the reviews r u involing between the testcase writing and execution of those testcases?
What SQL statements have you used in Database Testing?
What is the role of QA in a company that produces software?
How to write Test Cases? What r the items in the Test Case? How to say whether the Test Case covers all functionalities in Application?
what is a test plan....... can any one explain me with an example.... and how to develop an test plan.........
can anyone write testcases for a wall clock?
Can you explain the concept of fish bone/ Ishikawa diagram?