1 / 5

Chapter 3 The Client-Server Model and Software Design

Chapter 3 The Client-Server Model and Software Design. Why the Client Server Model?. TCP/IP provides peer-to-peer communication channels for data transfer But, it does not dictate when, why, how programmers should organize application programs.

redell
Télécharger la présentation

Chapter 3 The Client-Server Model and Software Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 3 The Client-Server Model and Software Design • Why the Client Server Model? • TCP/IP provides peer-to-peer communication channels for data transfer • But, it does not dictate when, why, how programmers should organize application programs. • To ensure that computers are ready to communicate (background process) and start automatically when the OS boots (daemon).

  2. Terminology & Concepts • Client • Server • Usually, server provides some additional functions for access control or security, such as authentication, authorization, data security, privacy and protection.

  3. Two broad classes of client applications (1) TCP/IP standard services Telnet, FTP, and SMTP (e-mail) (2) TCP/IP non standard services, built by users. Port number Protocols: TCP or UDP

  4. Stateless and Stateful servers • Solution of Stateless Server - Idempotent operation • Server as client Internet Time Server File Server Client

  5. Concurrent processing in Client- Server Software • Concurrency in networks • Concurrency in servers • Program examples • A sequential C program • A concurrent version • Timingslicing • Making processes diverge • System call - select

More Related