互联网计算| 2022/9/5
互联网计算 2022.9.5
What is a network?
A network is an intricately connected system of objects, devices, or people.
Local Area Networks(LANs)局域网
- 本地运行
- 多用户权限
- 速度快
- 出错率低
设备:
- Hub多端口中继器(少见)
- Bridge网桥(少见)
- Switch交换机(常见)
- Router路由器(工作在第三层,上面三个在第二层)
Wide Area Networks(WANs)
- 大范围地运行
- 串行连接,光缆连接
- 传统地,速度较局域网更慢
- 出错率会更高
设备:
- 路由器
- Modem 调制解调器,俗称“猫”
LAN Services and WAN Services
LAN service: Ethernet以太网,最常用
WAN services:
- Modem
- ISDN
- DSL
- Frame Relay
- ATM
- T1/E1
- T3
- STS-1,STS-3,STS-48(SONET/SDHs)
Internet
ISP structure: Internet Service Providers 多层结构
Data -> Data packets 将数据分割成数据包传输
Protocol协议
Source and Destination:
Source address specifies the identity of the computer sending the packet.
Destination address specifies the identity of the computer designated to receive the packet.
Media types
Digital Bandwidth带宽:用bps衡量(bits/second),实际上的传输速度throughput <= Bandwidth
OSI参考模型
Open System Interconnection
7层
Application 应用层为用户提供交互的接口
Presentation 数据表述格式的标准
Session 路程中间的连接
Transport 终端到终端的通讯
Network 数据传输的问题
Data Link 介质访问
Physical 二进制传输
最上方三层合称为应用层Application layers
1-4层称为数据流层
- 标题: 互联网计算| 2022/9/5
- 作者: Kiyotaka Wang
- 创建于 : 2022-09-10 16:52:00
- 更新于 : 2022-11-21 12:43:16
- 链接: https://hmwang2002.github.io/2022/09/10/hu-lian-wang-ji-suan-2022.9.5/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。