1.什么是计算机网络
DONE
2.网络通信的两个要素
DONE
3.IP地址
DONE
4.端口port
![](https://img2020.cnblogs.com/blog/1477439/202005/1477439-20200518170426071-1890808853.jpg)
5.通信协议
![](https://img2020.cnblogs.com/blog/1477439/202005/1477439-20200518170426495-1405224353.jpg)
![](https://img2020.cnblogs.com/blog/1477439/202005/1477439-20200518170426839-341282553.jpg)
6.TCP实现聊天
客户端
①连接服务器
②发送消息
服务器
①建立服务的端口
②等待用户的连接accept
③接受用户的消息
7.TCP文件实现上传
DONE
8.初始Tomcat
DONE
9.UDP消息发送
DONE
10.UDP聊天实现
DONE
11.UDP多线程在线咨询
DONE
12.URL下网络资源
DONE
【日后有时间再来补齐相关笔记内容】