网络交换机 - Swtich 简介

参考文章1

Definition: Core Switch Vs Distribution Switch Vs Access Switch

What Is Core Switch?

Core switch is not a certain kind of network switch. It refers to the data switch that is positioned at the backbone or physical core of a network. Therefore, it must be a high-capacity switch so as to serve as the gateway to a wide area network (WAN) or the Internet. In a word, it provides the final aggregation point for the network and allows various aggregation modules to work together.

What Is Distribution Switch?

Similarly, the distribution switch lies in distribution layer, and it links upwards to layer core switch and downwards to the access switch. It is also called aggregation switch which functions as a bridge between core layer switch and access layer switch. In addition, distribution switch ensures that the packets are appropriately routed between subnets and VLANs in enterprise network. 10gb switch usually can perform as a distribution switch.

What Is Access Switch?

Access switch generally locates at the access layer for connecting the majority of devices to the network, therefore it usually has high-density ports. It is the most commonly-used gigabit Ethernet switch which communicates directly with the public Internet, mostly used in offices, small server rooms, and media production centers. Both managed and unmanaged switches can be deployed as access layer switch.

core switch vs distribution switch vs access switch

Comparison: Core Switch Vs Distribution Switch Vs Access Switch
The switches may co-exist in the same network, and coordinate with each other to contribute to an unrestricted network speed with each layer switch performing its own duty. Well, what’s the difference: core switch vs distribution switch vs access switch?

Core Switch Vs Distribution Switch

Core switch has the higher reliability, functionality and throughput than distribution switch. The former one aims at routing and forwarding, and provides optimized and reliable backbone transmission structure, while the latter one functions as the unified exit for access node, and may also do routing and forwarding. The distribution switch must has large enough capacity to process all traffic from the access devices. What’s more, there’s generally only one (or two for redundancy) core switch used in a small and midsize network, but multiple distribution switches in distribution or aggregation layer.

Core Switch Vs Access Switch

The lower levels the switch dwells in, the more devices it connects to. Therefore, a big gap of ports number exists in access switch and core switch. Most access switches need to connect various end user equipment ranging from IP phone, to PCs, cameras etc,. While the core switch may be just linked with several distribution switches. Meanwhile, the higher layer the switch lies in, the faster port speed it requires. Access switch is to core switch what river is to the ocean, as the latter one has the large throughput to receive the data packets from the former one. Most modern access switches come with a 10/100/1000Mbps copper ports. An example of this is FS S2800-24T4F 24 port 100/1000BASE-T copper gigabit Ethernet switch. While core switches commonly have 10Gbps and 100Gbps fiber optic ports.

Distribution Switch Vs Access Switch

As access switch is the one that allows your devices to connect the network, it undoubtedly supports port security, VLANs, Fast Ethernet/Gigabit Ethernet and etc. Distribution switch which is mainly responsible for routing and policy-based network connectivity supports additional higher performance like packet filtering, QoS, and application gateways. All in all, access switch is usually a layer 2 switch and distribution switch is a layer 3 switch. When multiple access switches among different VLANs are required to be aggregated, a distribution switch can achieve inter-VLAN communication.

Conclusion

What’s the difference: core switch vs distribution switch vs access switch. To sum up, the access switch facilitates devices to the network. The distribution switch accepts traffic from all the access layer switches and supports more high-end features. And the core switch is responsible for routing and forwarding at the highest level. FS provides different types of Ethernet switches that can work as core switches, distribution switch or access switches. For more details, please visit www.fs.com.

### 交换机-交换机构建网络拓扑配置方法 #### 1. 设备准备与连接 构建一个基本的交换机-路由器-交换机(Switch-Router-Switch, SRS)网络架构,需准备好两台二层或三层交换机以及一台路由器。通过直通网线将设备间端口相连:一端接至首部交换机上行链路端口;另一端接入路由器指定物理接口;再利用一根直通网线把路由器另一个可用接口同第二台交换机相联。 #### 2. 接口基础设置 针对每台参与组网的核心组件——即两端的交换机和中间位置的路由装置而言,在进入具体功能设定之前,应当先完成各实体端口的基础参数调整工作。这通常涉及到关闭不必要的安全特性、启用特定协议支持等操作[^1]。 #### 3. VLAN划分与子接口创建 (适用于三层交换机) 如果环境内存在多业务需求,则可以在两侧的交换机上规划不同的VLAN来实现逻辑隔离,并在作为核心节点的路由器/三层交换机处建立相应的802.1Q Trunk Link以便传递多个VLAN流量。对于具备第三层转发能力的交换机来说,还需为其上的各个VLAN单独定义SVI(Switch Virtual Interface),并分配IP地址用于跨网段通信管理[^2]。 ```python # 创建VLAN实例命令示例(思科平台) switch(config)# vlan 10 switch(config-vlan)# name Sales_VLAN switch(config-vlan)# exit # 设置Trunk模式下的允许传输列表 switch(config-if)# interface gigabitethernet0/1 switch(config-if)# switchport mode trunk switch(config-if)# switchport trunk allowed vlan add 10,20 # 定义SVI并指派IPv4地址给对应VLAN switch(config)# interface Vlan10 switch(config-if)# ip address 192.168.10.1 255.255.255.0 ``` #### 4. 路由器静态路由配置 为了使不同VLAN之间能够互相访问资源,除了依靠默认网关外还可以手动添加静态路由条目到路由器中去指导数据包如何到达目标目的地。此过程涉及确定下一跳地址或是直接指向某个具体的出口接口名称。 ```bash # 添加一条前往销售部门所在子网的静态路径(Cisco IOS样例) router(config)# ip route 192.168.10.0 255.255.255.0 GigabitEthernet0/1 ``` #### 5. 测试连通性和性能优化 最后一步是在整个SRS结构搭建完毕之后进行全面的功能验证测试,确保所有预期的服务都能够正常运作。可以借助ping工具检查任意两点间的可达状态,同时考虑实施诸如STP(spanning tree protocol), QoS(Quality of Service)之类的技术手段进一步提升整体表现水平。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值