From dc238532c4d36e312cba1825259504df8efaad1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E4=B9=94=E6=A3=AE?= <1127063255@qq.com> Date: Tue, 2 Apr 2024 11:29:42 +0000 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 Signed-off-by: 蔡乔森 <1127063255@qq.com> --- .../20240402\347\254\224\350\256\260.md" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "\350\224\241\344\271\224\346\243\256/20240402\347\254\224\350\256\260.md" diff --git "a/\350\224\241\344\271\224\346\243\256/20240402\347\254\224\350\256\260.md" "b/\350\224\241\344\271\224\346\243\256/20240402\347\254\224\350\256\260.md" new file mode 100644 index 0000000..9aed7e1 --- /dev/null +++ "b/\350\224\241\344\271\224\346\243\256/20240402\347\254\224\350\256\260.md" @@ -0,0 +1,19 @@ +## 网络笔记 + +unix + +Linux —>linux发行版、红帽子、Debian系统 + +freeDBS—>MacOS + +### 计算机网络的常见硬件 + +三网融合、电脑网络、电话网络、电视网络 + +无线络由器:路由器 + +交换器:用于连接同一网络下的不同设备,位于OS17层模型里的数据链层 + +路由器:用于连接不同网络的设备,位于OS17层模型中的网络层 + +三层交换机:工作于网络层的特殊的交换机 \ No newline at end of file -- Gitee