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 |
Tell me about the best bug you ever found.
what is the priority for fixing bug?
what is the real time testing process for water fall model..plz exp asap..thanks in advance
Can u tell something about the Agile Methodology
What is deferred?
Write the test cases for credit card accessing the money transfer
Retesting will be coducted on particuler bug or entair application?
Define brain stromming and cause effect graphing?
How do you determine wat to be tested?
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?
Different types of design diagrams that supports to write test cases ?
What is class in Testing.