2
0
mirror of https://github.com/gnu4cn/ccna60d.git synced 2024-05-21 04:55:00 +08:00

d02: fix typo (AISC->ASIC)

This commit is contained in:
Outvi V 2020-07-01 23:10:19 +08:00 committed by GitHub
parent bbf0dab233
commit 82531d22b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ Fragment-free 交换是直通交换的一个修改变种。检查帧的前 64
*图 2.9 -- 集线器在每个端口上都发送帧*
集线器是愚蠢(dumb)设备。它们没有 MAC 地址存储机制,所以在设备 A 每次往设备 B 发送一个帧时它都会往每个端口发送。交换机就不一样有一块叫做专用集成电路application-specific integrated circuit, AISC的存储芯片该芯片会建立一个设备端口表图 2.10。这个表保存在内容可寻址存储器Content Addressable Memory, CAM中。
集线器是愚蠢(dumb)设备。它们没有 MAC 地址存储机制,所以在设备 A 每次往设备 B 发送一个帧时它都会往每个端口发送。交换机就不一样有一块叫做专用集成电路application-specific integrated circuit, ASIC的存储芯片该芯片会建立一个设备端口表图 2.10。这个表保存在内容可寻址存储器Content Addressable Memory, CAM中。
!["交换机建立起一张 MAC 地址表"](images/0210.png)