We are running into issues with Netflix consuming too much of our bandwidth at night especially. When I torch the Netflix traffic, I have been able to determine that each customer feed comes from a single IP address, using port 80, although it can sometimes be across more than one connection at the same time, it appears to be only one IP address at a time. Upon inspection, Netflix uses thousands of IP addresses to originate their server traffic. I thought of the idea to throttle inbound port 80 traffic to a maximum of 2 Mbps per inbound IP address.
Can anyone think of a reason not to do this? I realize that some customers might get worse performance from other legitimate sites that really are http traffic, but I cannot think of a good reason not to do this.
Also, does anyone know the best way to create this throttle?
Thanks in advance.