26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
|
### 一、PPP协议
|
|||
|
|
|||
|
- point to point 点对点协议
|
|||
|
|
|||
|
### 二、协议内容
|
|||
|
|
|||
|
- LCP协议:Link Control Protocol,不依赖上层协议,负责连接的建立与断开、设置最大的接收单元MRU,设置验证协议以及设置是否进行通信质量的监控
|
|||
|
- NCP协议:Network Control Protocol,依赖上层协议,如果上层协议为IP协议,则此时的NCP也叫IPCP,负责IP地址的设置,以及是否进行TCP/IP首部压缩的协商
|
|||
|
|
|||
|
### 三、PPP用户验证
|
|||
|
|
|||
|
- PAP协议:Password Authentication Protocol,建立连接时通过两次握手进行用户名和密码的验证,密码明文传输
|
|||
|
- CHAP协议:Chanllege HandShake Authentication Protocol,使用一次性密码,建立连接后定期交换密码,有效防止窃听
|
|||
|
|
|||
|
|
|||
|
|
|||
|
### 四、数据帧格式
|
|||
|
|
|||
|
![image-20230707174300044](https://blog-heysq-1255479807.cos.ap-beijing.myqcloud.com/blog/note/image-20230707174300044.png)
|
|||
|
|
|||
|
### 五、PPPoE
|
|||
|
|
|||
|
- PPP over Ethernet
|
|||
|
- 在以太网的基础上提供PPP功能
|
|||
|
|
|||
|
![image-20230707175353594](https://blog-heysq-1255479807.cos.ap-beijing.myqcloud.com/blog/note/image-20230707175353594.png)
|