How home gateway divide internet bandwidth?

1

I have a little ADSL Modem/gateway (FritzBox), and I see that while I'm downloading from one device, all other devices can not use the Internet connection; the download bandwidth is fully used by the downloading device and no more resources are available. For example, while my computer is downloading a big file, my smartphone cannot browse.

My question is: how do these home network gateways work? Why doesn't it divide the bandwidth proportionally among the requests?

Tobia

Posted 2015-10-11T16:20:59.047

Reputation: 2 022

If you can add QOS to your router you can limited bandwidth so no 1 device can hog it all unless nothing else wants the internet. – cybernard – 2015-10-11T16:27:54.540

Ok but usually how it works? Is it simply a Fifo queue? – Tobia – 2015-10-11T16:32:18.657

How are your clients connected to your router: through Ethernet, 802.11g, 802.11n? – dan – 2015-10-11T16:39:49.983

Really does it mean? During my test the downloader was connected with wifi(n) and the other device was wired to Lan port. – Tobia – 2015-10-11T16:42:02.777

Really! The bandwidth of each connection will determine its share of the uplink bandwidth. Next this "available" bandwidth must be divided by the number of logical connections which are consuming it on each physical connection. – dan – 2015-10-11T20:58:23.727

No answers