Answer Posted / dillip palai
Introduction::
Client/Server is definitely a popular buzz word lately. Is
this technology worth the hype and attention it is getting?
Client/Server technology is a means for separating the
functions of an application into two or more distinct parts.
The client presents and manipulates data on the desktop
computer. The server acts like a mainframe to store and
retrieve protected data. Together each machine can perform
the duties it is best at.
Benefits::
The following are what are considered to be the benefits of
client/server computing.
Many times easier to implement client/server than change a
legacy application.
New technology and the move to rapid application development
such as object oriented technology
Long term cost benefits for development and support. Easy to
add new hardware to support new systems such as document
imaging and video teleconferencing which would not be
feasible or cost efficient in a mainframe environment. Can
implement multiple vendor software tools for each application.
Concerns
The following are concerns for companies willing to
implement client/server computing.
There are many layers of complexity and compatibility
issues between the client and server.
Cost will rise in the short term since you will need to
maintain the old system (mainframe) and the new client
server architecture development.
Capabilities of the software such as security and
management tools are not as mature as mainframe counterparts.
Takes time to become proficient with these tools.
Information System departments may balk at giving up
control of a centralized computing environment.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is bug leakage?
How could you present test strategy for the product testing?
what is prototyping model,RAD model V model, spiral model?????
hi sir, i completed my GNIIT from NIIT. i recently joined in IT company for Testing(manual) on JD EDWARDS.So,i wanna to ask that after taking 1yr experience can i able to do Testing .NET in another company.Pl i am confused pl send yours suggestion throw my email(paresh_shindeal@yahoo.com)
write test case for linked in sign up page ?
tell wat u did in ur banking project?
How do you test a web application for dump and deaf??
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
how mapp the defect id in quality center?
Functional and Integration test scenarios for actitime application
How do you determine user soad for a perf test of a Web application?
What is bucket testing?
What is Stability and Performance Testing in Testing the TV
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?