Go to previous pageGo to next page

1.4. Client-Server-Model

Learning Objectives

  • You will be able to list at least two properties of a client and a server.
  • You will be able to explain the differences between a thin and a fat client.

Introduction

The Client-Server-Model is an architecture which separates the client from the server. When browsing the World Wide Web on your computer you are always on the client side. The information you are looking for is always on the server side. With the request-responde principle you will get the information on your screen.

BrowserBrowser

In this chapter we will explain you the Client-Server-Model and the characteristics of a client and a server. In addition we will illustrate the differences of a thin client and a fat client.



Go to previous page
Go to next page