How many copies of files are needed by video server?
Posted
by Trilok
on Server Fault
See other posts from Server Fault
or by Trilok
Published on 2010-03-19T21:21:57Z
Indexed on
2010/03/21
9:21 UTC
Read the original article
Hit count: 318
A quick question. How many copies of the same movie are kept in a video server (a video streaming server)? Suppose a particular video is at max requested by 1000 users at the same instant of time, how many copies would be sufficient so that parallel streams can be provided to each user? Ideally 1 copy would solve the purpose, but what is the optimum number keeping the bandwidth and simultaneous access in mind?
© Server Fault or respective owner