BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations How Netflix Directs 1/3rd of Internet Traffic

How Netflix Directs 1/3rd of Internet Traffic

Bookmarks
45:27

Summary

Haley Tucker and Mohit Vora discuss the architecture at Netflix that makes streaming happen, while highlighting interesting lessons and design patterns that can be widely applied.

Bio

Haley Tucker works on the Playback Features team at Netflix, responsible for ensuring that customers receive the best viewing experience. Mohit Vora manages the Open Connect Control Plane team at Netflix.

About the conference

Software is Changing the World. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.

Recorded at:

Dec 06, 2015

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Very interesting!

    by Sudhakar Reddy,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Excellent information on streaming service. Looking to work in netflix!

  • nice slide

    by hu li,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    intresting

  • Whether the Consistent Hashing is within or across clusters?

    by Chang Heng,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    My question is that, the Consistent Hashing ring is formed by the servers within a cluster or across many clusters?
    If it is just in one cluster, as my understanding, you may only have a few servers in one cluster such as less than 10, and if so, I wonder whether it is still suitable to use Consistent Hashing in this kind of a small cluster?
    If it is across many clusters, then a file may be stored in a server which is far from the client, and as my understanding, it is prohibited to stream from a far way server.

    So, I am not clear about your solution, and hope who can help to make it clear.

    Thanks and Best Regards,

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT