作者awert ( )
看板Network
标题[问答] 请问一个关於physical/logical topology的问题
时间Thu Dec 16 23:06:59 2010
physical topology是指真实的device/cable的配置
logical topology则是指data是如何传送 / 电脑间怎麽沟通的配置
这意思虽然明白
不过在书上看到了一个hybird topology的例子却让我有点摸不着头绪
这个例子是这样子的
[ hub]
┌┘│└┐
□┘ │ └□
host □ host
host
physical上是star topology还蛮容易看出来的
不过为何logical上是bus topology呢 ?
书上的原文是这样
Figure 1.17(上图) depicts a simple hybrid network topology. Here you see a LAN
switch or hub in a star topology configuration that connects to its hosts via
bus topology:
不知道有人能解释一下嘛 ? 谢谢
--
We who cut mere stones must always be envisioning cathedrals.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.40.149.70
※ 编辑: awert 来自: 114.40.149.70 (12/16 23:08)
1F:→ wst2080:因为HUB还是采用Bus拓朴来传送资料啊 CSMA/CD 12/17 12:05
2F:→ david70222:Hub挂掉就一次死3台 12/17 13:37
3F:→ awert:感谢两位点出重要的地方,稍微研究一下後懂了 12/17 22:32
5F:→ awert:必需要想到hub里面的传送方式 12/17 22:32
6F:→ wst2080:有点像Switch 但是又不是完全像... 12/18 11:08
7F:→ wst2080:所谓的HUB 就是无论甚麽资料 每个Port都会收的到 12/18 11:08
8F:→ wst2080:而你那张图 并没有这样的显示 12/18 11:09
9F:→ wst2080:不完全像Switch的关系是因为没有Flooding的行为 12/18 12:03
10F:推 wst2080:一般来说初始化的Switch 由於不知道对方的MAC Address 12/18 12:03
11F:→ wst2080:所以会先进行Flooding的动作 然後再将封包传送到每个Port 12/18 12:04
12F:→ wst2080:并且学习来源端的MAC Address到Switch的MAC Address Table 12/18 12:04
13F:→ wst2080:若对方有回应封包给发送端,则Switch就会学习到从哪个Port 12/18 12:05
14F:→ wst2080:并学习MAC Address到Switch的MAC Address Table中 12/18 12:05
15F:推 wst2080:最後由於来源与目的端的MAC Address都在Switch MAC Addres 12/18 12:06
16F:→ wst2080:Table 当中,所以下次传送的时候就直接Port对Port的方式 12/18 12:06
17F:推 wst2080:就不用再次Flooding到每个Port上头 如此效能就会比HUB还快 12/18 12:07