Netflix takes up 9.5% of upstream traffic on the North American Internet
1–10 of 58 posts
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#2Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#3So if Netflix makes up 9.48% of upstream and 32.39% of downstream, that means for each 10 packets sent, 3 ACK packets are sent back (I know those figures don't represent raw traffic). Does that seem a little odd? I'm not asking as a basis for some conspiracy, I'm more so wondering what that implies for data services I'm working on.
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#4Asymmetric bandwidth isn't particularly high on the list of priorities when it comes to the terrible state of the ISP industry in America. It's just "one more thing".
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#5So if Netflix makes up 9.48% of upstream and 32.39% of downstream, that means for each 10 packets sent, 3 ACK packets are sent back (I know those figures don't represent raw traffic). Does that seem a little odd? I'm not asking as a basis for some conspiracy, I'm more so wondering what that implies for data services I'm working on.
no, it just means that you don't have to upload a whole lot of stuff to become 10% of upstream traffic.
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#6the newest report has Netflix at 9.48 percent of upstream and 34.89 percent of downstream [...] The average Internet subscribing household in North America uploaded 7.6GB of data per month in Sandvine's report in the first half of this year, increasing to 8.5GB in the latest report, a boost of 11.8 percent. The average household's monthly downloads increased from 43.8GB to 48.9GB, a boost of 11.6 percent.
So the average "Internet subscribing household in North America" downloads 48.9GB * 34.89% = 17.1 GB from Netflix, and uploads 8.5GB * 9.48% = 0.8 GB. If the upstream is all 40 byte ACKs, that's one ACK per 850 bytes downloaded, which is a bit more ACKing than I expected, but not completely unreasonable.
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#7All this statistic tells you is that upstream bandwidth is ridiculously constrained compared to downstream bandwidth , when TCP ACKs can fill it up to that degree. Asymmetric bandwidth isn't particularly high on the list of priorities when it comes to the terrible state of the ISP industry in America. It's just "one more thing".
Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#8Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#9Re: Netflix takes up 9.5% of upstream traffic on the North American Internet
#10Why does Netflix use TCP for streaming instead of UDP? A few missing packets isn't going to meaningfully impact a video stream.