zoukankan      html  css  js  c++  java
  • Akamai CDN

    Akamai CDN中的几个重要组件
    mapping system 调度系统(映射client到edge cluster,进而到edge server)
    edge server platform 边缘服务器系统
    transport system 分层(tired)回源系统
    communications and control system 通信与控制系统(收集状态信息,下发控制消息,配置更新等等)
    data collection and analysis system 数据收集和分析系统(server log,client log, network and server information),又名Query系统
    management portal 管理portal(配置更新,业务指标展示)
    辅助系统和服务
    DNS
    Monitoring Agents
    Global Traffic Manager
    Storage
    Client Slide Delivery (p2p)
    下面对各分系统做进一步说明:
    mapping system:
    scoring part, collecting and processing historic and real-time data---including
    real-time mapping part, two main steps:
    map to cluster
    map to server
     
    Edge Server Platform(metadata configuration)
    origin server location
    cache control
    cache indexing
    Access control
    Response to origin server failure
    Header alteration
    EdgeComputing
    Performance optimization
     
    Communications and Control System包括:
    real-time distribution of status and control information
    point-to-point RPC and Web Services
    Dynamic configuration updates
    key management infrastructure
    software and machine configuration management
     
    Data Collection and Analysis System包括:
    Log collection
    Real-time data collection and monitering
    Analytics and Reporting
     
    参考文献
    [1].the-akamai-network-a-platform-for-high-performance-internet-applications-technical-publication.pdf
  • 相关阅读:
    12小时制时间
    sqlserver 安装和配置
    建议71:区分异步和多线程应用场景
    AVD管理器提示:PANIC:Could not open:AVD名称 解决办法
    一道看似复杂但是简单的c#面试题
    XML Schema 配置文件自动生成c#类设计案例子
    VS2010中的调试技巧 断点
    文章已被删除
    使用MONO使.net程序脱离.net框架运行
    5个很好用的.net 分析工具
  • 原文地址:https://www.cnblogs.com/Dev0ps/p/8045828.html
Copyright © 2011-2022 走看看