[TOC]
企业网搭建笔记单位换算:字节:byte 比特:bit
1byte=8bit
1KB=1024Byte
1Kb=1024b
1MBps=1024KB
1Mbps=1024Kb
1MB=1048576 Byte
1GB =1024MB
1GByte=8Gbite
OSI 七层模型物理层
物理层 比特流传输
数据链路层
数据链路层 控制网络层和物理层之间的通信 数据链路层协议由很多种协议,解决各端链路之间的协议标准 每台路由器之间的链路使用的协议都有可能不一样,比如说以太网协议(适合广播型协议),帧中继协议,ppp协议(适用于点到点),802.1x协议(适合无线网络),为了让整个网络的性能更加强大,可以在不同的链路段使用不同的协议
网络层
网络层 ip寻址和路由选择 路由技术是网络工程师核心技术之一,直接影响到各个互联网app的应用体验 使用的协议统一,网络层基于IP地址进行路由转发
传输层
传输层 建立,维护,管理端到端连接: 两个端之间建立tcp、udp连接,对数据完整 ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment