1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-06-18 01:19:14 +08:00

更新物理层

This commit is contained in:
Didnelpsun
2021-07-25 23:28:06 +08:00
parent 96d29d08e5
commit bebc5fb29e
4 changed files with 91 additions and 7 deletions

View File

@@ -90,6 +90,8 @@ $RCF$$Request For Comments$)因特网标准形式。
1. 有存储转发时延。
2. 报文大小不定,需要网络结点有较大的缓存空间。
所以报文交换不能应用于实时通讯,如电话,视频。
### 分组交换
将大的数据块分割为小的数据块。分组交换和报文交换基本相同,就是将报文切割之后再进行发送。