Hacker News new | ask | show | jobs
by CuriousSkeptic 2754 days ago
To be fair p2p was, and still is, a better technical solution, and had it not been illegal, would probably have won.

(p2p wasn’t illegal, but what people wanted out of it was)

1 comments

There are services that incorporate P2P (e.g., Spotify, and you can find others if you do some research). If you're writing closed-source software that operates on content that belongs to you (or that you've legally licensed) there's nothing preventing you from using peer-to-peer technologies in your stuff.

I can't believe that Netflix didn't seriously consider P2P. I imagine they didn't do it because there are issues with consuming limited upload bandwidth that doesn't belong to NF, and having poor control over the resulting complicated network flows and the ultimate customer experience (think about what your first customer service action for a customer having video quality issues would be).

No doubt there are many managers and system engineers who shy away from P2P because it's associated with bad actors. But there are sound reliability engineering and customer-facing reasons not to use it, too.

Didn’t Netflix start providing ISP level caching vis boxes? In any case if they didn’t this method would make P2P pointless as consumer peers would still route traffic back to their ISP, and in worst cases another consumer could be at another ISP network.