From 37eba2496004aaf5a4881bf18209bd4a17327b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=99=8B=E9=9B=84?= <11802119+liang-jinxiong@user.noreply.gitee.com> Date: Tue, 2 Apr 2024 20:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240401\347\254\224\350\256\260.md" | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 "\346\242\201\346\231\213\351\233\204/20240401\347\254\224\350\256\260.md" diff --git "a/\346\242\201\346\231\213\351\233\204/20240401\347\254\224\350\256\260.md" "b/\346\242\201\346\231\213\351\233\204/20240401\347\254\224\350\256\260.md" new file mode 100644 index 0000000..d0e500f --- /dev/null +++ "b/\346\242\201\346\231\213\351\233\204/20240401\347\254\224\350\256\260.md" @@ -0,0 +1,29 @@ +### 回顾 + ++ unix + + Linux + + Linux发行版 + + 红帽子 + + Debian + + freeBSD + + MacOS ++ windows + + windows 2000 + + windows XP + + windows 10、11 + + 家庭版 + + 企业版 + + 专业版 + +### 计算机网络常见的硬件 + ++ 三网融合 + + 电脑网络、电视网络、电话网络 ++ 无线路由器 + + 无线发射器+路由器 ++ 交换机 + + 用于连接同一网络下的不同设备,在 OSI 七层协议中的数据链路层 ++ 三层交换机 + + 工作在网络层的特殊的交换机 ++ 路由器 + + 用于连接不同网络的设备,在 OSI 七层协议中的网络层 \ No newline at end of file -- Gitee