SHARE
Facebook X Pinterest WhatsApp

On the Server Side Page 3

Written By
thumbnail Nelson King
Nelson King
Jul 20, 2010
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



In the real-time environment of the Web, users want information now, and at some point an organization will need to have a dynamic relationship to data.

As an example, data is available on a server somewhere — maybe an Oracle or Microsoft SQL Server database — and you need to get information from it and probably to it.

The potential scope on this is broad and can be broken down into six steps:

  1. Know what data is needed and where to get it (i.e., the specific database)
  2. Make a connection to the data source — i.e. the server (Note that this step can be quite technical.)
  3. Request the data from the server, usually with an SQL statement
  4. Process, validate, or pre-format the data returned from the server
  5. Present the data to the user (i.e., display it in a Web page)
  6. Possibly get data from the user or another source of interactive input

At least four pieces of software (and probably three computers) are involved in this process: a Web server, a script running processes on the Web server, a database server, and the browser.

All of these components must work together. Generally, the person overseeing the data migration also has responsibility for the correctness and integrity of the data. Is a database management expert needed to do this? No, although of course experience does help.)

In most cases, some knowledge of SQL is required. What is needed most though are tools that help with the process. Most of these are scripting frameworks — typically software running on the Web server — such as Perl, PHP, JSP, ASP.Net, ColdFusion, or an application server system. In the next few pages we will discuss each of these.

thumbnail Nelson King

Nelson King is a ServerWatch contributor.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
What Is a Network Policy Server (NPS)? | Essential Guide
Virtual Servers vs. Physical Servers: Comparison and Use Cases
Ray Fernandez
Nov 14, 2023
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.