计算机网络笔记:Physical Layer
date
slug
status
summary
type
tags
Notes for VE489, SU2021.

Digitization

SNR
  • Nyquist: Perfect reconstruction if sampling rate
  • Quantizer: 映射到个值上,动态范围
  • . 用得到。(
  • 所以用的位数越多 SNR 越大,但是信道的幅度是有上限的,增加到一定程度就无法和噪声区分开了(In the absence of noise, the bit rate can be increased without limit by increasing m)。
  • bit rate:
Shannon Theory
  • 在信道上进行无差错传输的理论最大传输速率,小于这个速率都可以找到零差错传输的办法。
确定
  • Given a channel bandwidth (baseband) of 20 MHz, if the SNR of the channel is 25 dB, then what is the maximum transmission rate that can be achieved in this channel for reliable communications?
  • 信道质量
    • bit rate
    • BER

差错控制

Internet Checksum
(所有16-bit Word求和 mod ,然后取负)
放在 header 里,每个 router 检查一次。
Hamming Code
  • 3/7, 4/15, 5/31, 6/63
m=3 例子
    • (这个设计可以改?对应的就是矩阵变一下)
  • 是 parity check matrix
    • notion image
    • 认定没有传输错误
Polynomial Code(CRC)
发送方和接收方约定生成多项式,最高位和最低位都是 1
发送方在信息后面加同等长位数的 0,然后做多项式除法找到余数加在补 0 信息后面,这样发出去的信息就是的整多项式倍数。
接收方做多项式除法,余数为 0 就认定没有出错
单比特的错误一定会被检查出来
如果包含系数,就可以排除所有奇数总数的错误,因为如果有奇数项,一定无法被整除(模 2 除法系统下)。
 

传输介质

记一下 attenuation 就好 attenuation 都不用记,根本不考
双绞线
notion image
同轴电缆
@Slide Chap.2 Prof. XD Wang,这图单位变成 km 了
@Slide Chap.2 Prof. XD Wang,这图单位变成 km 了
 
光纤
...

© Enoch2090 2018-2024