1 / 9

CS 775/875: Fall 2002

CS 775/875: Fall 2002. Chapter 2: System Models. Introduction. Architectural model defines “the way in which the components of systems interact with one another and the way in which they are mapped onto an underlying network of computers.”. Architectural models.

leander
Download Presentation

CS 775/875: Fall 2002

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. CS 775/875: Fall 2002 Chapter 2: System Models

  2. Introduction • Architectural model defines “the way in which the components of systems interact with one another and the way in which they are mapped onto an underlying network of computers.”

  3. Architectural models • Software layers (software architecture): “services offered and requested between processes located in the same or different computers. • Terminology: Platform, middleware, • The end-to-end argument

  4. System Architectures • “The division of responsibilities between system components and the placement of the components in the network” • Client-server model, multiple servers, proxy servers and caches, peer processes, mobile code, mobile agents, network computing, thin clients, spontaneous networking

  5. Design requirements for distributed architectures • Performance issues---responsiveness, throughput, load balance • Quality of service • Use of caching and replication • Dependability---fault tolerance and security

  6. Fundamental Models • A system model has to describe: the main entities, their interactions, and the characteristics that affect their behavior • Aspects captured in these models: Interaction, failure, security

  7. Interaction Model • Why do processes interact? • Performance of communication channels • Computer clocks and timing events • Synchronous (bounded time) versus asynchronous (unbounded time) distributed systems • Event ordering and logical clocks

  8. Failure Model • Omission and commission failures • Byzantine failures versus fail-stop behavior • Timing failures (relevant for synchronous) • Masking failures • Reliability of one-to-one communication

  9. Security Model • Protecting objects • Securing processes and their interactions • The enemy: Threats to processes( to servers and clients), threats to communication channels, denial of service • Defeating security threats: Cryptography, authentication, secure channels • Denial of service and mobile code

More Related