- 主题:一般超算应该如何构建网络连接?
Because you’re interested in “high performance,” you want to do everything possible to keep the cluster network from reducing performance. A common approach is to put the cluster on a private Ethernet network. The address space is unroutable, so the compute nodes will effectively be “hidden” from a routable network, allowing you to separate your cluster logically from a public network.
下面这段“unroutale”address space是什么意思?就是结点之间用交换机而不能用路由器?
用几层交换机合理呢?
--
FROM 111.201.210.*
局域网地址,外部网络不可达
至于用几层交换机,那得看你有多少节点,网络怎么样的拓扑了
简单网络,二层交换机就可以
复杂网络,就需要三层交换机
【 在 VShaka (昵称) 的大作中提到: 】
: Because you’re interested in “high performance,” you want to do everything possible to keep the cluster network from reducing performance. A common approach is to put the cluster on a private Ethernet network. The address space is unroutable, so the compute nodes will effectively be “hidden” from a routable network, allowing you to separate your cluster logically from a public network.
:
: 下面这段“unroutale”address space是什么意思?就是结点之间用交换机而不能用路由器?
:
--
FROM 36.104.55.*
就是私有网络的意思吧 ,彼此之间不用路由表访问,
网段比较多的就用三层交换机了, 还有背板带宽也是要考虑的
【 在 leeyc (巡山小校) 的大作中提到: 】
: 局域网地址,外部网络不可达
: 至于用几层交换机,那得看你有多少节点,网络怎么样的拓扑了
: 简单网络,二层交换机就可以
: ...................
--
FROM 36.18.42.*
我不懂网络,二层交换机是没有dhcp功能吧?那么所有节点的ip地址和网关什么的需要手动一个一个的登陆操作系统来写入?
【 在 leeyc 的大作中提到: 】
: 局域网地址,外部网络不可达
: 至于用几层交换机,那得看你有多少节点,网络怎么样的拓扑了
: 简单网络,二层交换机就可以
: ...................
--
FROM 111.201.210.*
二层三层是指的osi的七层模型
二层基本没ip啥事,三层才讲ip路由啥的
所以,要是二层网络,就是一个局域网,不需要网关不需要路由
dhcp这是三层干的事,不一定非得交换机才能dhcp,dhcp只是个协议,开服务就可以实现
你大概看看网络基础,就能了解一点了,不需要太深入
【 在 VShaka (昵称) 的大作中提到: 】
: 我不懂网络,二层交换机是没有dhcp功能吧?那么所有节点的ip地址和网关什么的需要手动一个一个的登陆操作系统来写入?
: 【 在 leeyc 的大作中提到: 】
: : 局域网地址,外部网络不可达
: : 至于用几层交换机,那得看你有多少节点,网络怎么样的拓扑了
--
FROM 123.172.52.*
要可以一对一的,节点很多的话,比如超出一个交换机,那得需要更多
【 在 VShaka 的大作中提到: 】
: Because you’re interested in “high performance,” you want to do everything possible to keep the cluster network from reducing performance. A common approach is to put the cluster on a private Ethernet network. The address space is unroutable, so the compute nodes will effectively be “hidden” from a routable network, allowing you to separate your cluster logically from a public network.
:
: 下面这段“unroutale”address space是什么意思?就是结点之间用交换机而不能用路由器?
: ...................
--来自微水木3.5.11
--
FROM 171.10.164.*
100g光交换机就足够了
【 在 VShaka 的大作中提到: 】
: Because you’re interested in “high performance,” you want to do everything possible to keep the cluster network from reducing performance. A common approach is to put the cluster on a private Ethernet network. The address space is unroutable, so the compute nodes will effectively be “hidden” from a routable network, allowing you to separate your cluster logically from a public network.
: 下面这段“unroutale”address space是什么意思?就是结点之间用交换机而不能用路由器?
: 用几层交换机合理呢?
--
FROM 183.156.170.*
RDMA了解一下
具体如何组网需要看集群规模或者说直接点就是看预算
一般fat tree 这种就行
有钱可以 dragonfly+
【 在 VShaka 的大作中提到: 】
: Because you’re interested in “high performance,” you want to do everything possible to keep the cluster network from reducing performance. A common approach is to put the cluster on a private Ethernet network. The address space is unroutable, so the compute nodes will effectively be “hidden” from a routable network, allowing you to separate your cluster logically from a public network.
: 下面这段“unroutale”address space是什么意思?就是结点之间用交换机而不能用路由器?
: 用几层交换机合理呢?
--
FROM 123.139.179.*
RDMA不仅仅是网络结构,还有系统层面的配置吧。
太复杂了,简单来说最基本的RDMA结构怎么实现?
【 在 p2p 的大作中提到: 】
: RDMA了解一下
: 具体如何组网需要看集群规模或者说直接点就是看预算
: 一般fat tree 这种就行
: ...................
--
FROM 111.201.210.*
如果是二层,那么每个节点的IP地址怎么产生,手动写入么?
【 在 leeyc 的大作中提到: 】
: 局域网地址,外部网络不可达
: 至于用几层交换机,那得看你有多少节点,网络怎么样的拓扑了
: 简单网络,二层交换机就可以
: ...................
--
FROM 111.201.210.*