11 2019 档案

摘要:第三次报告: 理解Paxos协议 一、 Paxos协议背景 1. 什么是Paxos协议? 一般地,从客户端和服务器的角度,任何一个分布式系统都可以理解成由一个服务器集合和一个客户端集合组成,一个或多个客户端向一个或多个服务器发送命令,服务器接收到命令后,执行相应操作以提供服务。可以将每个服务器建模成 阅读全文
posted @ 2019-11-27 15:29 飞飞翔滴少年 阅读(741) 评论(0) 推荐(1)
摘要:hbase架构: 1. Zookeeper Master与RegionServers启动时向Zookeeper注册,保证任何时候集群只有一个Master,监控Region server的上下线信息,并实时通知给master。存储HBase的schema和table元数据。 1. HBase Mast 阅读全文
posted @ 2019-11-27 15:26 飞飞翔滴少年 阅读(164) 评论(0) 推荐(0)
摘要:Unit2: Transport 学习目标: 1. how TCP set up a connection 2. what TCP segment looks like 3. how can TCP be in high performance 4. detect errors 5. Finite 阅读全文
posted @ 2019-11-18 18:59 飞飞翔滴少年 阅读(294) 评论(0) 推荐(0)
摘要:Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect 阅读全文
posted @ 2019-11-12 23:20 飞飞翔滴少年 阅读(312) 评论(0) 推荐(0)
摘要:抽象过程 纯粹的面向对象程序设计方式: + 万物皆为对象: 对象可以存储数据,还可以在其自身执行操作 + 程序是对象的集合: 通过发送消息告诉彼此要做的 + 每个对象都有自己的由其它对象构成的存储:可以在程序中构建复杂的体系,并将复杂性隐藏在对象之后 + 每个对象都是某个类的对应实例:类的特性在于可 阅读全文
posted @ 2019-11-02 14:29 飞飞翔滴少年 阅读(123) 评论(0) 推荐(0)