Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/huihut/interview
Browse files Browse the repository at this point in the history
  • Loading branch information
huihut committed Mar 21, 2019
2 parents b6eb208 + ffa5329 commit 68e5e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ int main()

### 物理层

* 传输数据的单位 ———— 比特
* 传输数据的单位比特
* 数据传输系统:源系统(源点、发送器) --> 传输系统 --> 目的系统(接收器、终点)

通道:
Expand All @@ -2095,7 +2095,7 @@ int main()

#### 点对点信道

* 数据单元 ————
* 数据单元

三个基本问题:
* 封装成帧:把网络层的 IP 数据报封装成帧,`SOH - 数据部分 - EOT`
Expand Down
4 changes: 2 additions & 2 deletions README_Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ int main()

### 物理层

* 传输数据的单位 ———— 比特
* 传输数据的单位比特
* 数据传输系统:源系统(源点、发送器) --> 传输系统 --> 目的系统(接收器、终点)

通道:
Expand All @@ -2098,7 +2098,7 @@ int main()

#### 点对点信道

* 数据单元 ————
* 数据单元

三个基本问题:
* 封装成帧:把网络层的 IP 数据报封装成帧,`SOH - 数据部分 - EOT`
Expand Down

0 comments on commit 68e5e1b

Please sign in to comment.