1
levon 2022-01-13 23:04:54 +08:00
集群实现了分布式
|
2
Jooooooooo 2022-01-13 23:06:52 +08:00 1
区别? 完全不是一种东西.
|
3
misaka19000 2022-01-13 23:10:58 +08:00
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 2022-01-13 23:58:45 +08:00
一堆机器->集群;分布式更像是怎么组织这堆机器干什么==
|
5
SIGEV13 2022-01-14 00:13:37 +08:00
分布式是算法上的;集群是基础设施管理上的。
分布式计算的节点不需要同处一个集群里。 |
6
t6attack 2022-01-14 04:18:02 +08:00
不用理解。就像如何理解 网络 和 互联网 的区别?没事儿理解它干嘛?
|
7
ada87 2022-01-14 08:47:48 +08:00 2
在我司通常情说的情况是这样的:
集群是同一个东西,比如 ES 集群、服务集群, 业务都是一样的,通过负载算法计算。 分布是不同的东西,比如 基础层、业务层、中台,在不同的地方,通过注册发现管理。 |
8
aidoudou 2022-01-14 10:29:39 +08:00 1
简单的理解
分布式:不同功能的拆分 集群:相同功能的冗余 |
9
xzysaber 2022-01-14 13:13:53 +08:00 1
分布式:任务 /资源拆分到每个点上
集群:多个相同功能的服务器 分布式中的每个点,可以是一个集群。 集群和分布式其实没有必然联系,只是他们在现在高可用和性能问题上经常一起出现。 |
10
jones2000 2022-01-14 16:14:14 +08:00
价格有区别。比如分布式报价 100W , 分布式+集群就可以报价 200W.
|