ServersExploring the World of Application Servers

Exploring the World of Application Servers

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 ->

Get the Free Newsletter!

Subscribe to Daily Tech Insider for top news, trends & analysis

Latest Posts

Related Stories