1 / 88

SYSTEM MODEL

SYSTEM MODEL. From Chapter 2 of Distributed Systems Concepts and Design,4 th Edition,. SYSTEM MODEL. Topics. SYSTEM MODEL. Introduction. SYSTEM MODEL. Introduction. SYSTEM MODEL. Introduction. SYSTEM MODEL. Introduction. SYSTEM MODEL. Introduction. Architectural Models-Intro.

nlinscott
Download Presentation

SYSTEM MODEL

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. SYSTEM MODEL From Chapter 2 of Distributed Systems Concepts and Design,4th Edition,

  2. SYSTEM MODEL Topics

  3. SYSTEM MODEL Introduction

  4. SYSTEM MODEL Introduction

  5. SYSTEM MODEL Introduction

  6. SYSTEM MODEL Introduction

  7. SYSTEM MODEL Introduction

  8. Architectural Models-Intro

  9. SYSTEM MODEL Architectural Models-Intro

  10. SYSTEM MODEL Software Layers

  11. SYSTEM MODEL Software Layers Layer N … Layer 2 (services offered to above layer) Layer 1 Figure 1. Software layers

  12. SYSTEM MODEL Software Layers

  13. SYSTEM MODEL Software Layers Figure 2. Software and hardware service layers in distributed systems

  14. SYSTEM MODEL Software Layers

  15. SYSTEM MODEL System Architectures

  16. SYSTEM MODEL System Architectures

  17. Client Server Architecture • A network architecture in which each computer or process on the network is either a client or a server. Source: http://webopedia.lycos.com

  18. Components • Clients • Servers • Communication Networks Server Client

  19. Clients • Applications that run on computers • Rely on servers for • Files • Devices • Processing power • Example: E-mail client • An application that enables you to send and receive e-mail Clients are Applications

  20. Servers • Computers or processes that manage network resources • Disk drives (file servers) • Printers (print servers) • Network traffic (network servers) • Example: Database Server • A computer system that processes database queries Servers Manage Resources

  21. Communication Networks Networks Connect Clients and Servers

  22. Client–Server Computing • The client–server model of computing is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients. •  A server host runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.

  23. The client/server design provides users with a means to issue commands which are sent across a network to be received by a server which executes their commands for them. The results are then sent back to the client machine which sent the request in order that the user may see the results. Server Client Client Client Client Client Client Client Client

  24. Client–Server Computing • Process takes place • on the server and • on the client • Servers • Store and protect data • Process requests from clients • Clients • Make requests • Format data on the desktop Client-Server Computing Optimizes Computing Resources

  25. Application Functions • Software application functions are separated into three distinct parts Server: Data Management Client: Presentation & Application Logic

  26. Application Components Data Management 2 Client Types 3 Application Logic 2 Fat Client Thin Client Presentation 1 3 Logical Tiers • Database Applications: • Most common use of client-server architectures

  27. Thick and Thin Client Architectures

  28. Middleware • Software that connects two otherwise separate applications • Example: Middleware product linking a database system to a Web server Database Server: Manages Data Middleware Links Applications Web Server: Presents Dynamic Pages Client: Requests Data via Web

  29. Application Servers Audio/Video Servers Chat Servers Fax Servers FTP Servers Groupware Servers IRC Servers(Internet Relay chat) List Servers Mail Servers News Servers Proxy Servers Telnet Servers Web Servers Types of Servers From A to Z Source: http://webopedia.lycos.com

  30. Client-Server Model • Use TCP/IP for reliable network connection. • This implies the client must establish a connection before sending the first request.

  31. layers vs tiers • Logical layers are merely a way of organizing your code. Typical layers include Presentation, Business and Data(UI, BLL and DAL)– the same as the traditional 3-tier model. • Physical tiers however, are only about where the code runs. Specifically, tiers are places where layers are deployed and where layers run. In other words, tiers are the physical deployment of layers.

  32. Internet Search Engine

  33. Multitiered Architectures: 3 tiers • Server may act as a client • Example would be transaction monitor across multiple databases

  34. Horizontal Distribution • Distribute servers across nodes • E.g., Web server “farm” for load balancing • Distribute clients in peer-to-peer systems. • horizontal - You add more machines. These machines are equal meaning that they play similar role. For example you have Node server that handles all requests. You install it on three machines. All these machines do the same thing. When the load is high you add another machine with Node server.

  35. Vertical distribution refers to the distribution of the different layers in a multi-tiered architecture across multiple machines.

  36. SYSTEM MODEL System Architectures

  37. SYSTEM MODEL System Architectures This illustrates the simple structure in which client processes interact with Individual server processes in separate host computer. Server may in turn be clients for other server Figure 4. Clients invoke individual servers

  38. SYSTEM MODEL System Architectures

  39. SYSTEM MODEL System Architectures Figure 5. A distributed application based on the peer-to-peer architecture

  40. SYSTEM MODEL Variants of Client Sever Model

  41. SYSTEM MODEL Variants of Client Sever Model

  42. SYSTEM MODEL Variants of Client Sever Model Figure 6. A service provided by multiple servers.

  43. SYSTEM MODEL Variants of Client Sever Model

  44. SYSTEM MODEL Variants of Client Sever Model Figure 7. Web proxy server

  45. SYSTEM MODEL Variants of Client Sever Model

  46. SYSTEM MODEL Variants of Client Sever Model

  47. SYSTEM MODEL Variants of Client Sever Model Figure 8. Web applets

  48. SYSTEM MODEL Variants of Client Sever Model

  49. SYSTEM MODEL Variants of Client Sever Model

  50. SYSTEM MODEL Variants of Client Sever Model

More Related