SHARE
Facebook X Pinterest WhatsApp

Exploring the World of Application Servers

Written By
thumbnail
Rahul Kumar
Rahul Kumar
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



By Rahul Kumar Gupta
Graphics by: Hema Sharma (NetAcross Ltd.)

By Rahul Kumar Gupta Graphics by: Hema Sharma (NetAcross Ltd.) The application server syncs and combines with the Web server for processing the request made by the client.

The application server syncs and combines with the Web server for processing the request made by the client.

If we look at the request-response flow between client, Web server and application server, we come to know that the client’s request first goes to the Web server, which then sends the required information to the application server. It then sends the response back to the Web server after taking an appropriate action. The Web server then sends the processed information back to the client. Web servers use different approaches or technology for forwarding or receiving back processed information. Some of the most common approaches are given below.

  1. CGI (Common Gateway Interface)- Can be written either in JAVA, C, C++, or Perl.
  2. FastCGI – Improved CGI programming in which each request is not handled as a different process like CGI.
  3. ASP (Active Server Pages) – A Microsoft Technology
  4. JSP (Java Server Pages)
  5. Java Servlets – Sun’s Technology
  6. Java Script (Server Side) – NetScape Technology requires livewire for database connectivity.

First we will examine the Web application architecture without considering the application server as part of the Web application architecture.

All three can be on one machine or spread over the network on different machines as illustrated above.


NEXT ->

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.