a distributed architecture to support infomobility
play

A distributed architecture to support infomobility services Claudia - PowerPoint PPT Presentation

A distributed architecture to support infomobility services Claudia Canali Riccardo Lancellotti University of Modena and Reggio Emilia Motivation Web 2.0 Web 1.0 Dynamic Web-based Static Web pages services Information


  1. A distributed architecture to support infomobility services Claudia Canali Riccardo Lancellotti University of Modena and Reggio Emilia

  2. Motivation ● Web 2.0 ● Web 1.0 – Dynamic Web-based – Static Web pages services – Information repository – Personalized services – Limited interactivity – Collaborative services – High interactivity ● Infomobility 2.0 ● Infomobility 1.0 – Collaborative infomobility – Static maps services – Basic navigation support – Personalized services – No interactivity – High interactivity (wireless connections) – Car-oriented services – Services oriented to every means of transportation 2

  3. Examples of Infomobility 2.0 services ● Always up-to-date maps (on-demand map download) ● Dynamic exchange among users of time dependent Geo-referenced data – Real-time POI sharing – Geo-referenced bulletin boards – Maps updated by the users for the users (Wikimaps) ● On-the-fly user feedback analysis to extract information – Automatic detection of delays, traffic jams depending on user position/speed information – The infomobilty system does not rely only on external data sources

  4. Examples of Infomobility 2.0 services ● Always up-to-date maps (on-demand map download) ● Dynamic exchange among users of time dependent Geo-referenced data Innovative services – Real-time POI sharing – Geo-referenced bulletin boards Require / – Maps updated by the users for the users (Wikimaps) Are enabled ● On-the-fly user feedback analysis to extract information New architectures – Automatic detection of delays, traffic jams depending on user position/speed information – The infomobilty system does not rely only on external data sources

  5. Architecture requirements External data ● Interactions with the sources user Architecture ● Management of information User Geographic Support Info data, maps Info ● Interaction with external data sources ● Key requirements: – User data privacy ● Authentication/Accounting ● Route calculation – Data consistency ● Information requests – Service performance ● Notification – Service availability

  6. Centralized architecture External data ● User data privacy → OK sources ● Data consistency → OK ● Service performance → Possible bottlenecks – preliminary experiments with Web services: CPU, network, sockets ● Service availability → Single points of failure – central node, first mile, DoS attacks

  7. Fully distributed architecture External data ● User data privacy sources → Expensive to guarantee high security level for every node ● Data consistency → Critical when # of nodes is high ● Service performance → OK ● Service availability → OK – Function replication Possible solution → hybrid architecture

  8. Hybrid solution: Two-level architecture Central system User Support GIS data DB DB External data sources ● Authentication/Accounting ● Route calculation Edge nodes ● Information Maps and requests geographic data for a cell ● Notification

  9. Two-level architecture ● User data privacy – Critical information only on central system – Use of temporarily IDs for interaction with edge nodes ● Data consistency – Data partition on the edge nodes and on central system ● Service performance – Central system → clustering – Edge nodes → replicated ● Service availability – Most interaction is with edge nodes

  10. Prototype implementation ● System based on Web services – Apache httpd + Tomcat – Axis 2 as the Web service implementation – GRASS GIS – Mysql ● Central system: cluster of 5 nodes – 1 Apache httpd dispatcher – 4 Tomcat + Axis2 + GRASS ● Edge nodes: 10 nodes – Tomcat + Axis2 + Mysql ● Support for WAN emulation

  11. Prototype support for user navigation 1. User requests to central system 4 ● log in 2 ● route request 2. Central system returns 1 3 ● route description ● auth tokens for cells 4 3. Interaction with edge nodes 3 ● Information requests ● Notification (polling) 4. Feedback to the central system (e.g., delays, accidents, detours)

  12. Management of user information ● User authentication only on the central system ● Central system issues a set of temporarily tokens: – Route ID Only the central system – Expiry date can determine the user – Cell for which the token is valid identity from the token ID – User info: reputation,... – Signature of the central system ● Edge nodes accept tokens as authorization credentials ● Cryptography in communication with edge nodes may prevent replay attacks (HTTPS)

  13. Interaction of users with edge nodes ● Requests – Maps – POIs ● Notifications – New POIs – Information with global relevance (e.g., public transportation delays, traffic jams, accidents) ● Edge nodes aggregate information with quorum/reputation-based filters – User position and speed ● Automatic information extraction

  14. Automatic extraction of information: edge node prototype implementation Speed limits Road characteristics Traffic Jam Warning to Train delay detection central system detection Warning DB User Speed aggregation User postion Train expected User speed aggregation position User position Train schedule Mobile users by train Mobile users by car

  15. Conclusions ● Infomobility 2.0 → , collaboration, personalization interactivity ● Centralized and fully distributed architectures are not suitable for infomobility services ● Proposal: two-level architecture to support infomobility services – Compromise between fully distributed and centralized architectures ● Prototype based on Web services

  16. A distributed architecture to support infomobility services Claudia Canali Riccardo Lancellotti University of Modena and Reggio Emilia

  17. Frattaglie

  18. Requirements for the architecture ● High performance and scalability Highly distributed ● High availability architecture – No bottlenecks – No single points of failure ● User privacy Centralized architecture – High security – Access control, Hybrid, frequent security audit architecture with two-levels

  19. Requirements for the architecture ● High performance and scalability ● High availability – No bottlenecks – No single points of failure ● User privacy – High security – Access control, frequent security audit

  20. Architectural alternatives ● Centralized architecture – Privacy → OK – Performance and scalability → Possible bottlenecks – Availability → Single Point of failure ● Completely distributed architecture – Performance and scalability → OK – Availability → OK – Privacy → High security in every node is expensive ● We introduce a new Two-level architecture

  21. Details on the central system ● Highly controlled environment ● Computationally powerful (Cluster) ● Functions of the central system – Calculation of the user route – Authentication of the users – Accounting (pay-per-user services) – Generation of auth tokens for the interaction with edge servers – Access to external data sources (e.g., traffic status, transportation booking services) ● Data stored on the central system – Geographic data for the computation of user routes (GIS) – User preferences – Additional databases (e.g. public transportation schedules)

  22. Details on the edge nodes ● Highly distributed ● Functions of the edge nodes – Servicing user request for geographic data (e.g., nearby POIs, maps) – Updating geographic data based on user-supplied informations (e.g., new POIs, detours, traffic jams, ...) – Extraction of information from user behavior – Aggregation and notification to central system of information with global relevance ● Data stored on the edge nodes (only related to the cell) – Maps, POIs, speed limits and other Geographic data about the cell (and possibly about nearby cells) – Additional databases (e.g. public transportation schedules)

  23. The Client device ● Portable device (e.g, handheld device, not limited to car-based travels) ● Wireless connectivity (GPRS, UMTS, WiMax, ...) ● GPS support ● No need for large storage (maps are downloaded as needed) ● Support for interaction based on Web services ● User interface may exploit other Web-based technologies (e.g., Ajax)

  24. Requirements for the architecture ● High performance, scalability – High number of edge nodes – Central system only for few, critical operations ● High availability – High number of edge nodes – Data replication allows an edge node to “take over” nearby cells in case of failure ● Privacy – Central system is secure – User-related information are stored only on the central system – Use of temporarily ID for user interaction with edge nodes

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