Skip to content

Commit

Permalink
network congestion explanation (bregman-arie#379)
Browse files Browse the repository at this point in the history
Add explanation of network congestion and its causes. 
Provide recommendations for preventing and managing network congestion.
  • Loading branch information
0xbochi authored Apr 7, 2023
1 parent 93ccde4 commit 987f711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,10 @@ Throughput. To have a good throughput, the upload stream should be routed to an

<details>
<summary>What is Network Congestion? What can cause it?</summary><br><b>

Network congestion occurs when there is too much data to transmit on a network and it doesn't have enough capacity to handle the demand. </br>
This can lead to increased latency and packet loss. The causes can be multiple, such as high network usage, large file transfers, malware, hardware issues, or network design problems. </br>
To prevent network congestion, it's important to monitor your network usage and implement strategies to limit or manage the demand.
</b></details>

<details>
Expand Down

0 comments on commit 987f711

Please sign in to comment.