幫助中心 | 我的帳號 | 關於我們

移動微服務(構建靈活的普適應用)(英文版)

  • 作者:陳南希|責編:賀瑞君//趙一
  • 出版社:人民郵電
  • ISBN:9787115584021
  • 出版日期:2022/04/01
  • 裝幀:平裝
  • 頁數:228
人民幣:RMB 149 元      售價:
放入購物車
加入收藏夾

內容大鋼
    本書聚焦移動微服務的應用層面,討論普適計算環境下的微服務組合。具體內容包括微服務普適應用的設計概念、邊緣或霧計算環境下的微服務部署、改善總體服務可用性的合作式微服務布局,以及移動微服務的一個實現案例GoCoMo,書中還評估了所提供解決方案在多大程度上可以應對普適計算環境下的已知挑戰、能多大程度解決學術研究所提出的問題,在總結了服務組合問題后,作者也指出了一些有待進一步研究解決的問題,本書適合邊緣計算、移動普適計算、5G網路應用等方面的研究人員、工程師及研究生等人員參考。

作者介紹
陳南希|責編:賀瑞君//趙一
    陳南希,博士,現任中國科學院上海微系統與信息技術研究所副研究員、課題組組長,中國科學院大學博士生導師。研究領域包括泛在智能、分層算力網路。曾作為核心骨幹參與國內外多項物聯網項目研發,主持多個通信網路架構方向的項目與課題。

目錄
Chapter 1  Introduction
Chapter 2  Design Concepts for Pervasive Applications
  2.1  Motivating Scenario: A Smart Public Space
    2.1.1  Challenges
    2.1.2  Possible Solutions
  2.2  Locating A Provider
    2.2.1  Reactive Discovery
    2.2.2  Proactive Discovery
    2.2.3  Planning-based Composition Announcement
  2.3  Request Routing
    2.3.1  Controlled Flooding
    2.3.2  Directory-based
    2.3.3  Overlay-based
    2.3.4  Dynamic Controlled Flooding
  2.4  Composition Planning
    2.4.1  Open Service Discovery
    2.4.2  Goal-oriented Planning
    2.4.3  Decentralized Flexible Backward Planning
  2.5  Service Binding
    2.5.1  QoS-based Selection
    2.5.2  Adaptable Binding
    2.5.3  On-demand Binding
    2.5.4  Path Reliability-driven Selection
    2.5.5  Bind Microservices on-demand
  2.6  Service Invocation
    2.6.1  Fragments Distribution
    2.6.2  Process Migration Approaches
    2.6.3  Runtime Service Announcement
  2.7  Fault Tolerance
    2.7.1  Preventive Adaptation
    2.7.2  Composition Recovery
    2.7.3  Local Execution Path Maintenance
  2.8  Chapter Summary
Chapter 3  Microservice Deployment in Edge/Fog Computing Environments
  3.1  Edge Computing: Pervasive Applications' New Enabler
  3.2  Features in Edge Computing Environments
    3.2.1  Latency-sensitive
    3.2.2  Mobility is Everywhere
    3.2.3  Openness of Network Systems
    3.2.4  Constantly Changing Environment
    3.2.5  Limited Power Supply
  3.3  Fog as a Service Model
  3.4  Edge/Fog Computing Architecture
  3.5  Fog Node Overlay Network
  3.6  Hierarchical Microservices Management
    3.6.1  Fog Services and Service Composition
    3.6.2  Proxy Fog Nodes
    3.6.3  Seamless Service Invocation
  3.7  Adaptability at Edge
    3.7.1  Monitoring Environmental Changes

    3.7.2  Adaptation Analysis Based on Deep Learning
    3.7.3  Adaptation Planning Based on Reinforcement Learning
    3.7.4  Strategy Execution and Knowledge Base Utilization
    3.7.5  Extension of the MAPE-K Framework
  3.8  Microservice Deployment and Dynamic Redeployment
  3.9  Examples of Pervasive Applications at Edge
    3.9.1  Mobile Video
    3.9.2  Smart Home
    3.9.3  Computational Offloading
  3.10  Open Issues to Edge-enabled Pervasive Applications
    3.10.1  End-to-end Security
    3.10.2  Distributed Runtime Management
    3.10.3  Scalability and Reconfigurability
    3.10.4  Predictive Fault Tolerance
    3.10.5  Intelligent Edge Computing for 6G
  3.11  Chapter Summary
Chapter 4  Microservices Composition Model
  4.1  Microservice Model
  4.2  Dynamic Goal-driven Composition Planning
    4.2.1  Local Service Planning
    4.2.2  Complex Service Flows
  4.3  Heuristic Service Discovery
  4.4  Execution Fragments Selection and Invocation
    4.4.1  Microservice Composite Selection and Invocation
    4.4.2  Service Execution and Guidepost Adaptation
  4.5  Discussions
    4.5.1  Quantitative Analysis
    4.5.2  Service Flows
    4.5.3  Privacy and Security
    4.5.4  Semantic Matchmaking
    4.5.5  High Composition Demand
  4.6  Chapter Summary
Chapter 5  Cooperative Microservices Provisioning
  5.1  Cooperative Caching and Selfish Caching
    5.1.1  Social Behaviours in Caching
    5.1.2  Social Selfishness of Service Providers
  5.2  Local Optimal Caching Algorithm with Social Selfishness
  5.3  Cooperative Devices
  5.4  Social Selfishness-based Utility
    5.4.1  Access Admission Mechanism
    5.4.2  Social Group Utility Mechanism
  5.5  Service Deployment and Provisioning Game
  5.6  Optimal Local Service Deployment
  5.7  Chapter Summary
Chapter 6  Implementation I: Service Middleware
  6.1  Service Composition Architecture
  6.2  Client and Provider
    6.2.1  Client Engine
    6.2.2  Microservices Provider
  6.3  Routing Controller

  6.4  Guidepost Manager
    6.4.1  Adapting a Guidepost
    6.4.2  Guidepost Data in Service Execution
  6.5  Message Helper
  6.6  Prototypes
    6.6.1  Prototype on Android
    6.6.2  Prototype on ns
  6.7  Implementation Summary
Chapter 7  Implementation II: Artificial Intelligence Services
  7.1  Service Provisioning Frameworks
    7.1.1  Spring Cloud
    7.1.2  Service Configuration
    7.1.3  Service Registration at Edge
    7.1.4  Service Gateway
  7.2  Deploy AI Models
    7.2.1  Packed as a Microservice
    7.2.2  Microservice Deployment
    7.2.3  Platforms for AI Services
  7.3  Challenges for AI-based Services Composition
    7.3.1  Feature Heterogeneity
    7.3.2  High-dimensional Data
    7.3.3  Dynamic Raw Data
  7.4  Implementation Summary
Chapter 8  Evaluation
  8.1  Evaluation Methods and Criteria
  8.2  Prototype Case Study
    8.2.1  Case Study Configurations
    8.2.2  Samples and Results
  8.3  Simulation Studies
    8.3.1  Environment Configurations
    8.3.2  Baseline Approach
    8.3.3  Simulation Results and Analysis
  8.4  Evaluation Summary
    8.4.1  Service Composition
    8.4.2  Cooperative Service Provisioning
Chapter 9  Discussions and Conclusions
Appendix A  Further Implementation Detail: Prototypes
  A.1  GoCoMo App
  A.2  GoCoMo-ns3
Appendix B  Evaluation Results' Validity
  B.1  CoopC and GoCoMo's Service Discovery Time
  B.2  CoopC and GoCoMo's Service Discovery Traffic
  B.3  CoopC and GoCoMo's Response Time
  B.4  CoopC and GoCoMo's Composition Traffic
Appendix C  Glossary of Key Terms
Bibliography

  • 商品搜索:
  • | 高級搜索
首頁新手上路客服中心關於我們聯絡我們Top↑
Copyrightc 1999~2008 美商天龍國際圖書股份有限公司 臺灣分公司. All rights reserved.
營業地址:臺北市中正區重慶南路一段103號1F 105號1F-2F
讀者服務部電話:02-2381-2033 02-2381-1863 時間:週一-週五 10:00-17:00
 服務信箱:bookuu@69book.com 客戶、意見信箱:cs@69book.com
ICP證:浙B2-20060032