## 网络模型 标准的OSI七层模型 <div align="center"> <img src="https://user-images.githubusercontent.com/18660671/158060213-7887e2b9-660f-4a41-8337-77f93b102989.png" /> </div> 其对应每层协议如下 <div align="center"> <img src="https://user-images.githubusercontent.com/18660671/169834500-8cd966ee-27bd-4a91-bdb0-62c4b7462783.png" width=600 height=250 /> </div> ## 传输过程 <div align="center"> <img src="https://user-images.githubusercontent.com/18660671/158060426-760789c2-5d38-43bd-a628-2a123127108f.png" /> </div> ## 参考文献 - [计算机网络基础知识总结](https://www.runoob.com/w3cnote/summary-of-network.html)