File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## TCP过程
2+ ## 三次握手、四次挥手
3+ [ https://blog.csdn.net/qq_18425655/article/details/52163228 ] ( https://blog.csdn.net/qq_18425655/article/details/52163228 )
4+
5+ ## 与UDP区别
6+ * TCP提供面向连接的、可靠的数据流传输,而UDP提供的是非面向连接的、不可靠的数据流传输,如QQ
7+ * TCP注重数据安全性,UDP数据传输快,因为不需要连接等待,少了许多操作,但是其安全性却一般
8+ * TCP对应的协议(FTP/SMTP/HTTP),UCP(DNS/)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PS:除开知识点,一定要准备好以下内容:
2020* [ MySQL] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/数据库-MySQL.md )
2121* [ Redis] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/数据库-Redis.md )
2222### [ 设计模式] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/设计模式.md )
23- ### [ TCP] ( https://blog.csdn.net/qq_18425655/article/details/52163228 )
23+ ### [ TCP] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/TCP.md )
2424### [ 数据结构] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/数据结构.md )
2525### [ 高并发] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/高并发.md )
2626### 分布式
You can’t perform that action at this time.
0 commit comments