Skip to content

Update JAVA.md #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions JAVA.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,8 @@

#### **4、TCP滑动窗口,拥塞控制**

​ **TCP通过:**应用数据分割、对数据包进行编号、校验和、流量控制、拥塞控制、超时重传等措施保证数据的可靠传输;

​ **拥塞控制目的:**为了防止过多的数据注入到网络中,避免网络中的路由器、链路过载

​ **拥塞控制过程:**TCP维护一个拥塞窗口,该窗口随着网络拥塞程度动态变化,通过慢开始、拥塞避免等算法减少网络拥塞的发生。
​ ***拥塞控制: https://zhuanlan.zhihu.com/p/380964928
​ ***滑动窗口: https://blog.csdn.net/qq_40276626/article/details/120230202



Expand Down Expand Up @@ -6276,4 +6273,4 @@ Raft使用**心跳机制**来触发选举。当server启动时,初始状态都

- 基于JWT的Token,数据从cache或者数据库中获取
- 基于Tomcat的Redis,简单配置conf文件
- 基于Spring的Redis,支持SpringCloud和Springb
- 基于Spring的Redis,支持SpringCloud和Springb