Skip to content

Commit 306c628

Browse files
committed
Revert "更新TCP"
1 parent 4624bc0 commit 306c628

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

MD/TCP.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
### 分布式

0 commit comments

Comments
 (0)