How is a Web-based application related to client/server software?

I'm a bit confused about the relationship between client/server systems and the World Wide Web. How is a Web-based application related to client/server software?

    Requires Free Membership to View

Client/Server was a big deal back in the early 1990's when Microsoft started ramping up to create a network operating system. The problem with the client/server concept is that it means different things to different people.

It has one definition to marketing people, another for programmers, and yet another for networking people. For network people, client/server just means that a client makes a request to a server for resources. In the case of the web based client/server application, a relatively dumb client (your web browser) requests services from a Web based server application that is typically accessed via the HTTP protocol. The server does the processing and returns the data to the browser via HTTP.

This was first published in May 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.