📚 switch技术资料

📦 资源总数:221
📄 技术文档:2
💻 源代码:21386
SWITCH是交换机,它的前身是网桥。交换机是使用硬件来完成以往网桥使用软件来完成过滤、学习和转发过程的任务。SWITCH速度比HUB快,这是由于HUB不知道目标地址在何处,发送数据到所有的端口。而SWITCH中有一张转发表,如果知道目标地址在何处,就把数据发送到指定地点,如果它不知道就发送到所有的端口。这样过滤可以帮助降低整个网络的数据传输量,提高效率。但然交换机的功能还不止如此,它可以把网络拆解成网络分支、分割网络数据流,隔离分支中发生的故障,这样就可以减少每个网络分支的数据信息流量而使每个网络更有效,提高整个网络效率。目前有使用SWITCH代替HUB的趋势。

🔥 switch热门资料

查看全部221个资源 »

#include <malloc.h>       #include <stdio.h>       #include&n...

📅 👤 150501

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variab...

📅 👤 767483511

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variab...

📅 👤 767483511

The AP2406 is a 1.5Mhz constant frequency, slope compensated current mode PWM step-down converter. The device integrates a main switch and a synchrono...

📅 👤 w124141

程序流程语句 1、 if 语句 2、 switch 语句 3、 while 语句 4、 for 语句 5、循环的嵌套 6、其他流程控制语句 ...

📅 👤 qlxxx

📄 switch技术文档

查看更多 »

💻 switch源代码

查看更多 »
📂 switch资料分类