VPN is implemented in two ways:
1) remote client to VPN server, or 2) between 2 VPN servers.
Running a VPN client or server in one computer suddenly doesn't make all the data impenetrable and invisible because all data has to exit your cable modem, then on to your ISP routers then on to Netflix. This data is not protected by your VPN software unless you somehow manage to login directly to Netflix's VPN routers, in which case the data will be tunneled all the way from your router to Netflix and protected. VPN tunneling only occurs between two VPN devices, a client-server or server-server.
So the answer is, there is no way to hide your Netflix data packets from your ISP to avoid snooping and data throttling. Although the
article mentioned using a VPN, there were no specific instructions on how this was implemented for Netflix. Just a bunch of info about OpenVPN and advantages.
In any case, VPN is certainly not the most efficient means of connecting to Netflix. It would slow the connection down, not speed it up.
Example 1 - Remote Client VPN
Suppose I am at work and I want to watch Netflix movies but don't want my IT Admin to know and to bypass the packet filtering of our work network Firewalls. I'll VPN into my home network and stream from there. The packets will have to take this route.
iPad -> work router/modem -> work ISP -> Internet -> my home ISP -> home router/modem -> iPad appears as an Assigned Device within home network -> home router/modem -> home ISP -> Internet -> Netflix
(
Red font indicates the tunneling protection provided by VPN)
If I didn't use VPN, the packets will take a much less convoluted path.
iPad -> work router -> work ISP -> Internet -> Netflix
The advantage of VPN in this case would be to bypass geographical blocks that Netflix places on some countries. So if I were say, in Malaysia now, and wanted to watch a Netflix movie, the red portion is hidden completely from Netflix and I would seem to be streaming my movies to my home network.
An extra tidbit...Netflix streams through port 80 and 443 (http + https). Throttling Netflix streams would also affect your web browsing experience.
The Register
Mark #255
time for Netflix to test things properly
So evidently, what is needed is for Netflix to quietly set up some VPNs of their own, and lend them to complaining customers, just to see where the problem is. (Of course, this armchair engineer leaves it as an exercise for the reader to ensure that/maximise the chance that the bits do get shunted down the correct pipes so it's a true test.)
^^
This guy knows what he's talking about. The ONLY way to bypass snooping by your ISP and throttling is to tunnel all the way to Netflix's servers, from the users' modems.