Distributed Systems
Dulix
主要内容
分布式技术发展简介
分布式系统特征
分布式系统实例
分布式系统面临的挑战
分布式系统发展趋势 分布式系统模型
Page 2
分布式系统发展简介
1960~1970 机器直接通讯,如IBM System 360s
80年代以后,PC开始流行,企业开始拥有大量服务器,对于 RPC需求增大,出现:
Client-server
Page 30
C/S架构
• mapping of services to multiple servers; • caching
Page 31
架构模型 P2P
Peer-to-peer
– In this architecture all of the processes involved in a task or activity play similar roles, interacting cooperatively as peers without any distinction between client and server processes or the computers on which they run.
–国际组织在持续努力:
• Internet相关协议(RFC文档)() • CORBA完整规约()
Page 14
分布式系统面临的挑战
3、安全性 Security
– 分布式系统所维护的信息源一般具有很高的内在价值。 – 安全主要包括: • 机密性(防止泄漏给未授权者) • 完整性(防止改变和讹误)
Page 32
常见的架构模式