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 |
how will you define your bug status flow in softsmith qamonitor?
how will you prioritize the work?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
How do you get programmers to build testability support into their code?
How do we test the requirements?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? 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% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What is heuristic checklist used in Unit Testing?
What's the test suit?? Explain with simple example. If there is User sub-menu & options are New, Edit, Delete (to create, edit & delete user ) then can i say USER Test suit Id-1 for user. Test case id - 1.1 for New, 1.2 for edit, 1.3 for delete.
How to create a load manualy in web based testing
can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.
what is the difference between Performance,Load ,Stress testing
Define Stress, Load, Volume Testing?