Purchase Solution

Enterprise Applications

Not what you're looking for?

Ask Custom Question

1. What are the characteristics of an application that may benefit from the use of client/server architecture?
2. Give examples of business applications that exhibit these characteristics. You may provide examples of applications from any client/server development environment. The two main platforms are Microsoft .NET and Sun JAVA J2EE.

Purchase this Solution

Solution Summary

The characteristics of an application that may benefit from the use of client/server architecture are described. Examples of business applications that exhibit these characteristics are listed.

Solution Preview

"1. What are the characteristics of an application that may benefit from the use of client/server architecture? "
a) There is a need for many users to access common resources (files, databases, applications etc.) simultaneously.
b) It is not practical and not efficient to deploy "thick" clients which would contain everything needed for a user: database, ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.