1 / 29

Broadcast Scheduling

Broadcast Scheduling. Push mode Server continuously pushes information in broadcast channel Clients access information by tuning in and waiting until information of interest is transmitted Server follows schedule (program) Attempts to match users access statistics to reduce access latency

nessa
Télécharger la présentation

Broadcast Scheduling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Broadcast Scheduling • Push mode • Server continuously pushes information in broadcast channel • Clients access information by tuning in and waiting until information of interest is transmitted • Server follows schedule (program) • Attempts to match users access statistics to reduce access latency • Challenge: algorithm for constructing the optimal schedule that minimizes average access time

  2. Pull mode • Clients submit requests • From outstanding requests server determines which data object to broadcast next • Challenge: Pick object that greatly improves effectiveness • In the remainder we will focus on push mode

  3. Push-based Broadcast: Model I • Server • Constructs broadcast program is not aware of clients‘ requests (push), and hence only takes into account the distribution of requests • N data objects • Broadcast consist of broadcast cycle of size L time units • Object may appear more than once in a broadcast cycle • Frequency : number of copies in a broadcast cycle

  4. Server Broadcast Programs Generating a multi-disk broadcast • Number of disks (num_disks) determine the number of different frequencies with which pages will be broadcast. • For each disk, the number of pages and the relative frequency of broadcast (rel_freq(i)) are specified.

  5. Server Broadcast Programs

More Related