zoukankan      html  css  js  c++  java
  • 计网学习笔记(1)

    目的

    跨软件和硬件间的交流

     

    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(双向,同时)

  • 相关阅读:
    内联汇编的使用
    metamask注记词
    一个简单的增删改查合约
    企业邮箱账号
    压缩包管理
    设计模式
    软硬链接ln
    文件IO-Linux
    静态库和动态库
    gdb调试
  • 原文地址:https://www.cnblogs.com/wuenze/p/15357717.html
Copyright © 2011-2022 走看看