1 Star 3 Fork 5

laodasbch / grokking-system-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
redundancy.md 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liren Tu 提交于 2019-01-04 16:27 . Move basics to their own directory

Redundancy

  • Redundancy: duplication of critical data or services with the intention of increased reliability of the system.
  • Server failover
    • Remove single points of failure and provide backups (e.g. server failover).
  • Shared-nothing architecture
    • Each node can operate independently of one another.
    • No central service managing state or orchestrating activities.
    • New servers can be added without special conditions or knowledge.
    • No single point of failure.
1
https://gitee.com/laodasbch/grokking-system-design.git
git@gitee.com:laodasbch/grokking-system-design.git
laodasbch
grokking-system-design
grokking-system-design
master

搜索帮助