Cisco – How to fix real time congested network. (JITTER)

ciscopacket-tracerrouterroutingswitch

How ever I'm using packet tracer for confidential Purposes. In the image below The PC's are 192.168.1.0 network and the server is 192.168.2.2, the pc's are requesting data in the server HTTPS every Point one seconds .1 in 1000mb size file. so the question is how can I still give service without congesting the network,In this image we can see the latency become higher and also a packet loss. what I want is no packet loss and low latency, literally avoiding JITTER NETWORK.

Update: in the picture all links are now GIGABIT two switch was unnecessary but the switch only have 12 ports but i need more than one so I add one more, the system no longer suffer packet loss however the jitter or high latency still occur, ping is around 50-200ms, were getting close people.

enter image description here

enter image description here

Best Answer

You have multiple things that could cause this:

  • Daisy-chaining PCs will be a problem since they are not optimized for switching. The PCs closest to the switch will need to handle their own traffic as well as all the traffic from the PCs behind them.
  • You can cause congestion if the uplink from the switch is the
    same speed as each of the links from the PCs feeding it. Multiple,
    saturated access links simply cannot be served at line-speed by a single
    uplink at the same speed as the access links without congestion. The switch uplink needs to be at least as fast as the aggregated access links' speeds.
  • You should check the load on your router since it may have gigabit ethernet ports, but that doesn't mean it can packet switch at line-speed, especially with multiple services running on it.
  • The link to the server needs to be at least as fast as the aggregated access links' speeds.

You need to figure out what is causing the congestion and remediate it, and there may be multiple problems that need to be resolved. That may involve redesigning your network, replacing underpowered equipment, upgrading link speeds, etc.