计网学习笔记(1) - OSI 模型

目的

跨软件和硬件间的交流

 

 

 

 

7 层模型

 

 

 

 

中间介质只会关注下面三层进行物理交流。

 

 

 

 

应用层

 

 

 

 

表示层

 

 

syntax: 决定每位数字的表示

semantics: 每段数据的含义

 

 

会话层

 

 

dialog control: 建立连接

synchronize: 保证数据完整

 

 

传输层

 

 

  • Port addressing: 控制发送和接收端口

  • Segmentation and Reassembly: 分割和整合数据

  • Connection control: 连接控制,oriented connection(先建立连接) or connectionless(不建立连接)

  • End-to-End Flow Control: 流量控制

  • Error Control: transmission error detection.

 

 

 

网络层

 

 

  • Logical addressing: IP addressing, source and destination.

  • Routing: 路径规划,best path.

 

 

数据链路层

 

 

  • Framing: 集合 01 串.

  • Physical Addressing: MAC addressing.

  • Flow Control:

  • Error Control: Frame error detection.

  • Access Control:

 

 

物理层

 

 

  • Physical characteristics of the media: 有线或无线媒介

  • Representation of bits : 信号形式

  • Data rate

  • Synchronization of bits

  • line configuration: 一对一或一对多

  • Physical topology: 网络的组成形式

  • Transmission mode: simple(单向), half duplex(双向,一次一个方向), full duplex(双向,同时)

 

posted @ 2021-09-30 17:35  大财主  阅读(82)  评论(0编辑  收藏  举报