Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
nabstreamingsummit.com
Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
1–10 of 22 posts
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#2Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#3Assuming the files are encrypted anyway for DRM reasons: why should static content like movies be TLSed? I know I know, "TLS all the things", but it sounds like a high cost at Netflix scale.
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#4Assuming the files are encrypted anyway for DRM reasons: why should static content like movies be TLSed? I know I know, "TLS all the things", but it sounds like a high cost at Netflix scale.
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#5Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#6Assuming the files are encrypted anyway for DRM reasons: why should static content like movies be TLSed? I know I know, "TLS all the things", but it sounds like a high cost at Netflix scale.
Stops Comcast from seeing the metadata and knowing exactly what their mutual customers are streaming.
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#7Assuming the files are encrypted anyway for DRM reasons: why should static content like movies be TLSed? I know I know, "TLS all the things", but it sounds like a high cost at Netflix scale.
@drewg123 starts discussing this section at 4:21 in the presentation: https://www.youtube.com/watch?v=WzfADu1qyAM&t=261 ("we had this mandate that we had to start encrypting communications between our servers and our clients")
Netflix announced the change in 2016, citing viewer privacy from eavesdropping: https://netflixtechblog.com/protecting-netflix-viewing-priva...
However, I wonder if the mandate was led by Apple. It looks like it was 2015 (at iOS 9.0 / macOS 10.11) that Apple began requiring that network connections made by apps use TLS. While exceptions are allowed, they are discouraged and require a justification for App Store review: https://developer.apple.com/documentation/security/preventin...
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#8Earlier quoted context omitted.
Stops Comcast from seeing the metadata and knowing exactly what their mutual customers are streaming.
wait till you hear about what smart tvs do..
Re: Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
#9KTLS is mostly useful if paired with sendfile (I'm ignoring io_uring because I'm not as up to date on that). Otherwise you have to context switch back to userspace constantly.