Skip to content

Commit 978bd57

Browse files
committed
upload log of 0912 and 0913 about computer net
1 parent bd83ea5 commit 978bd57

232 files changed

Lines changed: 11160 additions & 2429 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/posts/0912.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
+++
2+
date = '2025-09-14T00:40:32+08:00'
3+
draft = false
4+
title = '0912 学习日志'
5+
6+
categories="log"
7+
8+
tags=["计算机网络","计网概念","OSI","TCP/IP协议"]
9+
10+
+++
11+
12+
## 计算机网络
13+
14+
### 计算机网络体系结构
15+
16+
1. 计算机网络的概念
17+
2. 计算机网络的组成
18+
3. 计算机网络的功能
19+
1. 数据通信
20+
2. 资源共享
21+
3. 分布式处理
22+
4. 负载均衡
23+
4. 电路交换
24+
5. 报文交换
25+
6. 分组交换
26+
7. 计算机网络的分类
27+
1. 按分布范围分类
28+
* WAN
29+
* MAN
30+
* LAN
31+
* PAN
32+
2. 按传输技术分类
33+
* 广播式网络
34+
* 点对点网络
35+
3. 按拓扑结构分类
36+
1. 总线型网络
37+
2. 星型网络
38+
3. 环形网络
39+
4. 按使用者分类
40+
* 公用网
41+
* 专用网
42+
8. 计算机网络的性能指标
43+
1. 速率
44+
2. 带宽
45+
3. 吞吐量
46+
4. 时延
47+
1. 发送时延(传输时延)
48+
2. 传播时延
49+
3. 处理时延
50+
4. 排队时延
51+
5. 时延带宽积
52+
6. 往返时延
53+
7. 信道利用率 = 有数据通过时间/(有 + 无数据通过时间)
54+
55+
56+
57+
### 计算机网络体系结构与参考模型
58+
59+
1. 计算机网络分层结构
60+
61+
* SDU 服务数据单元
62+
* PCI 协议控制信息
63+
64+
2. 计算机网络协议、接口、服务的概念
65+
66+
1. 协议
67+
68+
语法、语义、同步
69+
70+
2. 接口
71+
72+
3. 服务
73+
74+
* 请求
75+
* 指示
76+
* 响应
77+
* 证实
78+
79+
1. 面向连接服务与无连接服务
80+
2. 可靠服务和不可靠服务
81+
3. 有应答服务和无应答服务
82+
83+
3. ISO/OSI参考模型
84+
85+
1. 应用层
86+
2. 表示层
87+
3. 会话层
88+
4. 传输层
89+
5. 网络层
90+
6. 数据链路层
91+
7. 物理层
92+
93+
4. TCP/IP模型
94+
95+
1. 应用层
96+
2. 传输层
97+
3. 网际层
98+
4. 网络接口层
99+
100+
101+
102+
###

content/posts/0913.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
+++
2+
date = '2025-09-14T00:58:10+08:00'
3+
draft = false
4+
title = '0913学习日志'
5+
6+
categories="log"
7+
8+
tags=["计算机网络","物理层","那奎斯特定理","香农定理","码元" ,"编码与调制","物理传输介质"]
9+
10+
+++
11+
12+
## 计算机网络--物理层
13+
14+
### 通信概念
15+
16+
1. 基本概念
17+
18+
1. 数据、信号与码元
19+
2. 信源、信道与信宿
20+
3. 单向通信、半双工与全双工通信
21+
4. 速率、波特与带宽
22+
1. 码元传输速率
23+
2. 信息传输速率
24+
25+
2. 信道的极限容量
26+
27+
1. 奈奎斯特定理(奈氏准测)
28+
29+
1. 理想低通信道下的极限码元传输速率
30+
$$
31+
2W
32+
$$
33+
对应的数据传输速率
34+
$$
35+
2W\log_2V
36+
$$
37+
38+
2. 香农定理
39+
40+
**带宽受限且有高斯噪声干扰**的信道的极限数据传输速率
41+
$$
42+
W\log_2(1+\frac{S}{N})
43+
$$
44+
其中
45+
$$
46+
1dB = 10 \lg\frac{S}{N}
47+
$$
48+
49+
3. 编码与调制
50+
51+
1. 数字数据编码为数字信号
52+
1. 不归零数据
53+
2. 归零编码
54+
3. 反向非归零编码
55+
4. 曼彻斯特编码
56+
5. 差分曼彻斯特编码
57+
2. 模拟数据编码为数字信号
58+
3. 数字数据调制为模拟信号
59+
* 调幅AM
60+
* 调频FM
61+
* 调相PM
62+
* 正交幅度调制QAM
63+
4. 模拟数据调制为模拟信号
64+
65+
66+
67+
### 传输介质
68+
69+
1. 传输介质
70+
1. 双绞线
71+
2. 同轴电缆
72+
3. 光纤
73+
4. 无线传输介质
74+
2. 物理层接口的特性
75+
1. 机械特性
76+
2. 电气特性
77+
3. 功能特性
78+
4. 过程特性
79+
3. 物理层设备
80+
1. 中继器
81+
2. 集线器(Hub)

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property='og:description' content="無職受験生 ~408に挑んだら本気だす~">
1111
<meta property='og:url' content='https://auroraemiya.github.io/npee_learning_log.github.io/404.html'>
1212
<meta property='og:site_name' content='shyの考研日志'>
13-
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-11T23:08:39&#43;08:00 '/>
13+
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-14T00:58:10&#43;08:00 '/>
1414
<meta name="twitter:title" content="404 Page not found">
1515
<meta name="twitter:description" content="無職受験生 ~408に挑んだら本気だす~">
1616

public/categories/diary/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property='og:description' content="無職受験生 ~408に挑んだら本気だす~">
1111
<meta property='og:url' content='https://auroraemiya.github.io/npee_learning_log.github.io/categories/diary/'>
1212
<meta property='og:site_name' content='shyの考研日志'>
13-
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-11T23:08:39&#43;08:00 '/>
13+
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-14T00:58:10&#43;08:00 '/>
1414
<meta name="twitter:title" content="Category: Diary - shyの考研日志">
1515
<meta name="twitter:description" content="無職受験生 ~408に挑んだら本気だす~"><link rel="alternate" type="application/rss&#43;xml" href="https://auroraemiya.github.io/npee_learning_log.github.io/categories/diary/index.xml">
1616

@@ -280,7 +280,7 @@ <h2 class="widget-title section-title">Archives</h2>
280280
<a href="/npee_learning_log.github.io/page/archives/#2025-09">
281281

282282
<span class="year">2025-09</span>
283-
<span class="count">11</span>
283+
<span class="count">13</span>
284284

285285
</a>
286286
</div>
@@ -345,6 +345,10 @@ <h2 class="widget-title section-title">Tags</h2>
345345
同步
346346
</a>
347347

348+
<a href="/npee_learning_log.github.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/" class="font_size_3">
349+
计算机网络
350+
</a>
351+
348352
<a href="/npee_learning_log.github.io/tags/cache/" class="font_size_2">
349353
Cache
350354
</a>
@@ -353,12 +357,8 @@ <h2 class="widget-title section-title">Tags</h2>
353357
DMA
354358
</a>
355359

356-
<a href="/npee_learning_log.github.io/tags/%E4%B8%80%E5%85%83%E5%BE%AE%E5%88%86/" class="font_size_2">
357-
一元微分
358-
</a>
359-
360-
<a href="/npee_learning_log.github.io/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/" class="font_size_2">
361-
二叉树
360+
<a href="/npee_learning_log.github.io/tags/osi/" class="font_size_2">
361+
OSI
362362
</a>
363363

364364
</div>

public/categories/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property='og:description' content="無職受験生 ~408に挑んだら本気だす~">
1111
<meta property='og:url' content='https://auroraemiya.github.io/npee_learning_log.github.io/categories/'>
1212
<meta property='og:site_name' content='shyの考研日志'>
13-
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-11T23:08:39&#43;08:00 '/>
13+
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-14T00:58:10&#43;08:00 '/>
1414
<meta name="twitter:title" content="Categories">
1515
<meta name="twitter:description" content="無職受験生 ~408に挑んだら本気だす~"><link rel="alternate" type="application/rss&#43;xml" href="https://auroraemiya.github.io/npee_learning_log.github.io/categories/index.xml">
1616

@@ -280,7 +280,7 @@ <h2 class="widget-title section-title">Archives</h2>
280280
<a href="/npee_learning_log.github.io/page/archives/#2025-09">
281281

282282
<span class="year">2025-09</span>
283-
<span class="count">11</span>
283+
<span class="count">13</span>
284284

285285
</a>
286286
</div>
@@ -345,6 +345,10 @@ <h2 class="widget-title section-title">Tags</h2>
345345
同步
346346
</a>
347347

348+
<a href="/npee_learning_log.github.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/" class="font_size_3">
349+
计算机网络
350+
</a>
351+
348352
<a href="/npee_learning_log.github.io/tags/cache/" class="font_size_2">
349353
Cache
350354
</a>
@@ -353,12 +357,8 @@ <h2 class="widget-title section-title">Tags</h2>
353357
DMA
354358
</a>
355359

356-
<a href="/npee_learning_log.github.io/tags/%E4%B8%80%E5%85%83%E5%BE%AE%E5%88%86/" class="font_size_2">
357-
一元微分
358-
</a>
359-
360-
<a href="/npee_learning_log.github.io/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/" class="font_size_2">
361-
二叉树
360+
<a href="/npee_learning_log.github.io/tags/osi/" class="font_size_2">
361+
OSI
362362
</a>
363363

364364
</div>
@@ -392,7 +392,7 @@ <h1 class="section-term">Categories</h1>
392392
<div class="article-details">
393393
<h2 class="article-title">Log</h2>
394394
<footer class="article-time">
395-
<time datetime='2025-09-11T23:08:39&#43;08:00'>Sep 11, 2025</time>
395+
<time datetime='2025-09-14T00:58:10&#43;08:00'>Sep 14, 2025</time>
396396
</footer>
397397
</div>
398398
</a>

public/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<description>Recent content in Categories on shyの考研日志</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>zh-cn</language>
9-
<lastBuildDate>Thu, 11 Sep 2025 23:08:39 +0800</lastBuildDate><atom:link href="https://auroraemiya.github.io/npee_learning_log.github.io/categories/index.xml" rel="self" type="application/rss+xml" /><item>
9+
<lastBuildDate>Sun, 14 Sep 2025 00:58:10 +0800</lastBuildDate><atom:link href="https://auroraemiya.github.io/npee_learning_log.github.io/categories/index.xml" rel="self" type="application/rss+xml" /><item>
1010
<title>Log</title>
1111
<link>https://auroraemiya.github.io/npee_learning_log.github.io/categories/log/</link>
12-
<pubDate>Thu, 11 Sep 2025 23:08:39 +0800</pubDate>
12+
<pubDate>Sun, 14 Sep 2025 00:58:10 +0800</pubDate>
1313

1414
<guid>https://auroraemiya.github.io/npee_learning_log.github.io/categories/log/</guid>
1515
<description></description>

public/categories/interests/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property='og:description' content="無職受験生 ~408に挑んだら本気だす~">
1111
<meta property='og:url' content='https://auroraemiya.github.io/npee_learning_log.github.io/categories/interests/'>
1212
<meta property='og:site_name' content='shyの考研日志'>
13-
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-11T23:08:39&#43;08:00 '/>
13+
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2025-09-14T00:58:10&#43;08:00 '/>
1414
<meta name="twitter:title" content="Category: Interests - shyの考研日志">
1515
<meta name="twitter:description" content="無職受験生 ~408に挑んだら本気だす~"><link rel="alternate" type="application/rss&#43;xml" href="https://auroraemiya.github.io/npee_learning_log.github.io/categories/interests/index.xml">
1616

@@ -280,7 +280,7 @@ <h2 class="widget-title section-title">Archives</h2>
280280
<a href="/npee_learning_log.github.io/page/archives/#2025-09">
281281

282282
<span class="year">2025-09</span>
283-
<span class="count">11</span>
283+
<span class="count">13</span>
284284

285285
</a>
286286
</div>
@@ -345,6 +345,10 @@ <h2 class="widget-title section-title">Tags</h2>
345345
同步
346346
</a>
347347

348+
<a href="/npee_learning_log.github.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/" class="font_size_3">
349+
计算机网络
350+
</a>
351+
348352
<a href="/npee_learning_log.github.io/tags/cache/" class="font_size_2">
349353
Cache
350354
</a>
@@ -353,12 +357,8 @@ <h2 class="widget-title section-title">Tags</h2>
353357
DMA
354358
</a>
355359

356-
<a href="/npee_learning_log.github.io/tags/%E4%B8%80%E5%85%83%E5%BE%AE%E5%88%86/" class="font_size_2">
357-
一元微分
358-
</a>
359-
360-
<a href="/npee_learning_log.github.io/tags/%E4%BA%8C%E5%8F%89%E6%A0%91/" class="font_size_2">
361-
二叉树
360+
<a href="/npee_learning_log.github.io/tags/osi/" class="font_size_2">
361+
OSI
362362
</a>
363363

364364
</div>

0 commit comments

Comments
 (0)