I read that large corporations are blocking websites (such as Pandora) to save bandwidth costs.

From a Corporate IT perspective, what's the best way to do that? I figure a firewall, but how do you roll out that website block to all of the corporation's computers?

link|improve this question
feedback

migrated from stackoverflow.com Sep 12 '11 at 17:16

This question came from our site for professional and enthusiast programmers.

closed as not a real question by Shane Madden, ErikA, Iain, GregD, Massimo Sep 12 '11 at 17:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

Large corporations typically have their own proxy servers that all internet connectivity is routed through.

These proxy servers can block whatever they want to.

link|improve this answer
feedback

There is no "best way". There's a myriad number of ways to accomplish this, one of which is through web filtering technologies provided by companies like M86.

Another way to accomplish this is to sign up for service with OpenDNS. They filter via DNS requests and do the blocking there.

Your firewall idea can be accomplished, but is generally not granular enough to filter properly. Also, as long as whatever you get is between the client computers and the internet, then you have effectively "rolled out" the solution to all client computers.

link|improve this answer
feedback

We use OpenDNS to block a list of websites we do not allow. It is easy and cheap and gets the job done.

link|improve this answer
feedback