Purchase Solution

Client-Server Development Terminology Defined

Not what you're looking for?

Ask Custom Question

I need to distinguish the following server-related terms:
client-side
server-side
development server
production server

Also discuss how these apply in a workplace
Thank you

Purchase this Solution

Solution Summary

This solution describes a few terms that are related to client-server software development.

Solution Preview

The concept of client-side and server-side applications refers to a client-server software architecture. This means that there is one or more distributed clients machines that interact with a central server for part of the software execution process. A common example of this is the browser/web server pair that everyone uses for browsing the internet. In that case a web browser (such as Firefox) is the client and the server providing the website is the server.

The web browser itself is a "client-side" application since it ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

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.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.