1 / 7

Informatics 121 Software Design I

This lecture discusses the architecture design in informatics, focusing on the conceptual core and principal set of design decisions that make a system work. Components, connectors, data model, protocols, interfaces, naming, and algorithms are explored with relevant examples such as instant messaging, HTTP, and Facebook.

kennyj
Download Presentation

Informatics 121 Software Design I

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. Informatics 121Software Design I Lecture 19 Duplication of course material for any commercial purpose without the explicit written permission of the professor is prohibited.

  2. Today’s lecture • Architecture design

  3. Architecture • “The conceptual core” • “That what really makes it work” • “Principal set of design decisions” • “Essence of the solution”

  4. Architecture • Components and connectors • Data model • Protocol • Interface • Naming • Algorithm • …

  5. Example: instant message

  6. Example: HTTP

  7. Example: Facebook

More Related