paid
play

PAID Platform for Active Information Dissemination Client - PowerPoint PPT Presentation

PAID Platform for Active Information Dissemination Client Acceptance Test 10 December 1998 15-413 Software Engineering, Fall 1998 1 Agenda Purpose of Meeting To present and demonstrate the PAID system. Desired Outcome of Meeting


  1. PAID Platform for Active Information Dissemination Client Acceptance Test 10 December 1998 15-413 Software Engineering, Fall 1998 1

  2. Agenda • Purpose of Meeting – To present and demonstrate the PAID system. • Desired Outcome of Meeting – Successful demonstration of test scenarios. – Client acceptance of the PAID project. – Minutes and VCR tape of the demonstration. 10 December 1998 15-413 Software Engineering, Fall 1998 2

  3. Presentation Outline • Introduction - David Garmire (5 min) • Project Overview - Andy Zimdars (15 min) • Network and Authentication (10 min) – Presented by Anthony Watkins • Learning and Database (10 min) – Presented by Rudy Setiawan • User Interface (15 min) – Presented by Jonathan Hsieh – Visionary Scenario 10 December 1998 15-413 Software Engineering, Fall 1998 3

  4. Demonstration Outline • Demo Scenario III (5 min) – James Lampe, Brian Woo, Jonathan Hsieh • Demo Scenario I (10 min) – Pooja Saksena, Michael Smith, Kent Ma, Stephane Zermatten, Georgios Markakis, and Reynald Ong • Demo Scenario II (10 min) – Will Ross, Rudy Setiawan, Andy Zimdars, Arnaldo Piccinelli, and Michael Smith • Wrap Up - Andy Zimdars (5 min) • Questions and Answers 10 December 1998 15-413 Software Engineering, Fall 1998 4

  5. System Architecture Presenter: Andrew Zimdars Architecture Team: Luis Alonso Kent Ma Georgios Markakis Michael Smith Anthony Watkins 10 December 1998 15-413 Software Engineering, Fall 1998 5

  6. Outline • Deliverables • Architecture Review • Scenarios Supported • Deferred Work • Future Directions 10 December 1998 15-413 Software Engineering, Fall 1998 6

  7. Deliverables • Requirements Analysis Document • Software Project Management Plan • System Design Document • Object Design Document 10 December 1998 15-413 Software Engineering, Fall 1998 7

  8. Architecture Review • Business Goals • Design Goals • Topology • System Decomposition • Conceptual Object Model • System Architecture • Deployment 10 December 1998 15-413 Software Engineering, Fall 1998 8

  9. Business Goals • Integration with StarNetwork applications • Easy development of new applications • Low entry and administrative cost • Fast response time • Up-to-date information • Security 10 December 1998 15-413 Software Engineering, Fall 1998 9

  10. Review: Design Goals • Extensibility • Scalability • Location Transparency • Actuality • Reliability • Adaptability 10 December 1998 15-413 Software Engineering, Fall 1998 10

  11. PAID Topology User Interface Authentication Network Event Service Software Bus Learning Database 10 December 1998 15-413 Software Engineering, Fall 1998 11

  12. PAID Conceptual Object Model All Other Subsystems Database User Interface * * 10 December 1998 15-413 Software Engineering, Fall 1998 12

  13. PAID System Architecture STAR Network IOU IOU IOU IOU COMET Server COMET Server IOU COMET Server COMET Server COMET Server IOU IOU Dealer Server Dealer Server IOU IOU IOU Dealer Server Dealer Server Dealer Server Client Client Client 10 December 1998 15-413 Software Engineering, Fall 1998 13

  14. PAID System Deployment STAR Network COMET Server Event Service IOU Learning COMET Server JDBC IOU Database Network Dealer Server Client 10 December 1998 15-413 Software Engineering, Fall 1998 14

  15. PAID System Deployment STAR Network IOU Dealer’s Server Authentication COMET Server JDBC IOU Database Network Dealer Server Event Service Client 10 December 1998 15-413 Software Engineering, Fall 1998 15

  16. PAID System Deployment STAR Network IOU Dealer’s Client COMET Server UI IOU Database Authentication Dealer Server Client 10 December 1998 15-413 Software Engineering, Fall 1998 16

  17. PAID System Deployment COMET Server STAR Network Event Service IOU Dealer’s Server Learning Authentication Dealer’s Client UI JDBC JDBC RMI Database Database Database Authentication Network Network Event Service 10 December 1998 15-413 Software Engineering, Fall 1998 17

  18. Scenarios Supported • Three demonstrations • Each demo presented will incorporate aspects of several problem statement scenarios 10 December 1998 15-413 Software Engineering, Fall 1998 18

  19. Demo I • Problem Statement Scenario 2 – No service due to poor network performance • Problem Statement Scenario 3 – Dealer’s workshop at 8AM – Deferring scheduled downloads due to high traffic • Problem Statement Scenario 8 – Security by smart-card authentication 10 December 1998 15-413 Software Engineering, Fall 1998 19

  20. Demo II • Problem Statement Scenario 4 – Introduction of the M-Class in Germany – System performance improves in response to download patterns • Problem Statement Scenario 5 – Minimizing connection costs – Download recommendations change according to dealer connection 10 December 1998 15-413 Software Engineering, Fall 1998 20

  21. Demo III • Problem Statement Scenario 6 – Projected use of handheld device in mobile garage application – Use of handheld device with PAID to improve service 10 December 1998 15-413 Software Engineering, Fall 1998 21

  22. Major Design Challenges • Lack of sample data • Design for Java performance and security • Routing by data location • Maintaining a sufficiently thin client architecture • Learning subsystem topology 10 December 1998 15-413 Software Engineering, Fall 1998 22

  23. Deferred Work • Problem Statement Scenario 1 – Adding a dealer – Administrative interface limited • Problem Statement Scenario 7 – User billing – User-level information available, but not yet tracked • Non-affiliated Dealers – Implementation for non-affiliated dealer exists – Custom proxy software not implemented; off- the-shelf solutions available 10 December 1998 15-413 Software Engineering, Fall 1998 23

  24. Authentication and Network Subsystems Overview Presenter: Anthony Watkins Authentication Team: Network Team: Luis Alonso Barrett Trask Pooja Saksena Adam Phelps David Garmire Will Ross Qiang Rao Orly Canlas Arnaldo Piccinelli Anthony Watkins 10 December 1998 15-413 Software Engineering, Fall 1998 24

  25. Mission: Authentication Provide a secure, smart-card based access to the PAID system for different types of users. 10 December 1998 15-413 Software Engineering, Fall 1998 25

  26. Functions Supported: Authentication • Encrypt/Decrypt using RSA • Employ Java-card as user identification tool • Identify all users and their corresponding access rights • Establish a secure connection over the network to the comet server • Ensure secure data transmission over the network • Implement application-level security to all relevant parts of the PAID system 10 December 1998 15-413 Software Engineering, Fall 1998 26

  27. Design: Authentication 1 contains 1 * 1 belongs to Session object User object Group object 10 December 1998 15-413 Software Engineering, Fall 1998 27

  28. Design Rationale: Authentication • Employ RSA as method of encryption/decryption •It is one of the strongest and most trusted encryption algorithms in use today •It is relatively easy to implement •Illustrates proof of concept for unaffiliated dealer • Proxy not implemented, but recommended •Can be used to block unauthorized users from Daimler-Benz intranet •Is not implemented due to complexity and time constraints • Implement application-level security •Secures access to all relevant parts of the PAID system •Provides less overhead on database servers (as opposed to database level access control) 10 December 1998 15-413 Software Engineering, Fall 1998 28

  29. Implementation Status: Authentication • Java-card is functional • Interaction with user interface system complete • Interaction with database subsystem complete • Interaction with network subsystem near complete (encrypt/decrypt implemented, but not fully functional) 10 December 1998 15-413 Software Engineering, Fall 1998 29

  30. Mission: Network To provide an efficient, adaptive, selective, multicasting transport mechanism that deals with all kinds of information within the PAID system. 10 December 1998 15-413 Software Engineering, Fall 1998 30

  31. Functions Supported: Network • Request of remote data • Initiating connection with server • Killing the download • Report status of download • Notification of network down 10 December 1998 15-413 Software Engineering, Fall 1998 31

  32. Design - Deployment Diagram: Network MulticastMessage() RemoteQuery() <<processor>> KillDownload() comet server <<network>> network subsystem <<processor>> <<processor>> <<processor>> dealer server dealer server dealer server 10 December 1998 15-413 Software Engineering, Fall 1998 32

  33. Design Rationale: Network • Use Voyager for RMI between the dealer server and comet server • Encrypt/decrypt messages using a method provided by the authentication subsystem • Break data sent over the network into packets 10 December 1998 15-413 Software Engineering, Fall 1998 33

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend