
1 levon Jan 13, 2022 集群实现了分布式 |
2 Jooooooooo Jan 13, 2022 区别? 完全不是一种东西. |
3 misaka19000 Jan 13, 2022 A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another from any system. Computer cluster, a set of computers that work together Data cluster, a group of disk sectors used in a File Allocation Table |
4 liuliuball Jan 13, 2022 一堆机器->集群;分布式更像是怎么组织这堆机器干什么== |
5 SIGEV13 Jan 14, 2022 分布式是算法上的;集群是基础设施管理上的。 分布式计算的节点不需要同处一个集群里。 |
6 t6attack Jan 14, 2022 不用理解。就像如何理解 网络 和 互联网 的区别?没事儿理解它干嘛? |
7 ada87 Jan 14, 2022 在我司通常情说的情况是这样的: 集群是同一个东西,比如 ES 集群、服务集群, 业务都是一样的,通过负载算法计算。 分布是不同的东西,比如 基础层、业务层、中台,在不同的地方,通过注册发现管理。 |
8 aidoudou Jan 14, 2022 简单的理解 分布式:不同功能的拆分 集群:相同功能的冗余 |
9 xzysaber Jan 14, 2022 分布式:任务 /资源拆分到每个点上 集群:多个相同功能的服务器 分布式中的每个点,可以是一个集群。 集群和分布式其实没有必然联系,只是他们在现在高可用和性能问题上经常一起出现。 |
10 jones2000 Jan 14, 2022 价格有区别。比如分布式报价 100W , 分布式+集群就可以报价 200W. |