Multicast Re-examined

Size: px
Start display at page:

Download "Multicast Re-examined"

Transcription

1 Multicast Re-examined A Contrarian View To Delivering All IP Video A Technical Paper prepared for SCTE/ISBE by Erica Robinson Principal Consultant IBB Consulting Group 1628 JFK Blvd., Suite 170 Philadelphia, PA erobinson@ibbconsulting.com 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved.

2 Title Table of Contents Page Number Introduction 4 Multicast Overview 4 1. Reference mabr Architecture 4 2. Multicast vs. Unicast 6 3. Benefits of Multicast on the Access Network 7 4. Benefits on the CDN 7 Shifting Landscape 8 1. Next Generation Networks Evolving the Network Challenges and Estimated Timeline 9 2. Shifts in Viewership IP Penetration Channel Consolidation Uptake of HEVC Uptake of 4K and HDR Putting it all Together Likely Senarios and Impact to the Network Base Case Short-term Scenario Mid-term Scenario Long-term Scenario Costs to Deploy multicast 18 Conclusion 19 Abbreviations 19 Bibliography & References 20 List of Figures Title Page Number Figure 1 Multicast Reference Architecture 5 Figure 2 Unicast and Multicast Workflows 6 Figure 3 Node Size Projections 9 Figure 4 Live TV as Default TV Source 10 Figure 4 Peak Concurrency Projections 11 Figure 6 IP Penetration Projections 11 Figure 7 Factor Overlay 14 Figure 8 Access Network Bandwidth Required Per Number or Unique Channels Watched Society of Cable Telecommunications Engineers, Inc. All rights reserved. 2

3 List of Tables Title Page Number Table 1 Access Network Downstream and Uptream Demand 6 Table 2 CDN Downstream Traffic 8 Table 3 Scenario Assumptions 15 Table 4 Base Case Scenario 15 Table 5 Short-term Scenario 16 Table 6 Mid-term Scenario 17 Table 7 Long-term Scenario Society of Cable Telecommunications Engineers, Inc. All rights reserved. 3

4 Introduction When multicast was first introduced to ease access network demands during the transition to all IP video, it gained a lot of attention. Widespread cable industry acceptance of using multicast to deliver IP video to the primary screen is based on the assumption that today s linear concurrency rate and node constraints will continue into the future. What this assumption overlooks is that a shift to multicast delivery would occur contemporaneously with the deployment of new techniques in networking, encoding, resolution and historic changes in video consumption habits. Heavy MSO investment in next generation network initiatives such as DOCSIS 3.1 and node splits will decrease node size and increase spectrum per node. At the same time, HEVC, 4K and HDR are starting to gain traction. Subscribers are changing the way they consume video, increasingly opting for more time shifted content versus linear viewing. Additionally, when MSOs deploy IP Set-Top Boxes (STB), a phased approach will be used, similar to other major transitions to new platforms. The combined effects of these developments may change the relative benefit of multicast over unicast, but not universally across cable operators due to different stages of technology uptake. This paper reviews a multicast reference architecture and the industry developments that impact the case for and against multicast. The paper also examines specific examples to offer insight into what MSOs can expect to gain by deploying multicast in the access network. Multicast Overview Multicast is not a new concept for cable operators, which have been using the technology for years to distribute digital video over IP backbone networks to multiple head-ends and hubs to feed broadcast QAMs. There are a range of benefits to consider when using multicast to deliver linear video over the access network to subscriber homes as part of adaptive bit rate (ABR) video delivery strategies. called multicast ABR (mabr), this approach enables IP video clients in the same node to consume a common linear video stream over the access network, thus reducing the access network bandwidth requirements over unicast delivery (where a separate stream is delivered to each subscriber). mabr offers a similar benefit to broadcast QAM used to deliver linear video today over cable HFC networks. Switched Digital Video (SDV) is used as an optimization for broadcast QAM to enable access to more linear channels (long-tail) than can be broadcast given spectrum constraints. Typically with QAM, popular channels are broadcast constantly and long-tail channels are in an SDV pool to only broadcast when at least one subscriber in a node is watching it. mabr can provide a further optimization over SDV since all linear channels can be in the dynamic pool. 1. Reference mabr Architecture There are three incremental key components in a reference mabr architecture: 1. Multicast Server: retrieves ABR content via HTTP requests to the CDN for linear IP video fragments and generates a file multicast for delivery over the access network 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 4

5 2. Multicast Client: as a function of the Home Gateway, joins multicasts over the access network via IGMP and caches IP video fragments in the home for use by ABR players (acting as a CDN edge cache) 3. Multicast Controller: signaling component that receives viewership messages from Multicast Client and instructs the multicast server on whether a file multicast should be generated Figure 1 Multicast Reference Architecture A reference flow is described as follows: 1. IP Player in the home requests a linear channel via standard HTTP requests (e.g., HLS or DASH) 2. Multicast Client works to fulfill the requests with two key actions: a. Forwards requests to the CDN as a proxy enabling fast channel change to receive a manifest and start filling the player buffer via unicast b. Informs the Multicast Controller that an IP Player is tuned to a specific linear channel in a specific format and bit rate 3. Multicast Controller receives the notification and uses business rules to determine if it should generate a file multicast for that channel/format/bit rate (rules varied by operator): a. If/when available, Multicast Client joins the IP file multicast for the requested channel/format/bit rate via IGMP join b. Multicast Client starts side loading fragments in the Home Gateway cache from the multicast instead of forwarding the unicast request to the CDN and informs the Multicast Controller that the stream is being watched (heartbeat) 4. IP Player continues to request fragments and is served from the home gateway cache (looking like unicast in the home to the IP Player) 5. When the IP Player tunes away from the linear channel assuming there are no other IP Players playing the same stream, Multicast Client issues an IGMP leave and informs the Multicast Controller that the IP Player no longer requires the channel 6. Multicast Controller receives the notification and uses business rules to determine if it should stop generating a file multicast for the channel/format/bit rate (rules varied by operator) 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 5

6 2. Multicast vs. Unicast Figure 2 captures the sequence flow for unicast and multicast linear IP video delivery. For both unicast and multicast, initial requests are the same. The IP player sends a manifest request to the home gateway. If the cache within the home gateway does not have the requested manifest, the request must traverse the access network and retrieve the manifest from the CDN. Once the manifest is retrieved, the IP Player will follow the same flow to retrieve the first few fragments. The key difference between unicast and multicast is that unicast has to follow this sequence for every fragment. However, with multicast, once the first few fragments are retrieved, the Multicast Server (based on business rules from the Multicast Controller) will multicast all subsequent fragments. Figure 2 Unicast and Multicast Workflows With unicast, every HTTP request and response will traverse the access network and use bandwidth on the access network. With multicast, the access network bandwidth will equate to only a few HTTP requests, a unique IGMP join per home gateway and one response per channel requested within a node. Therefore, we can summarize the access network downstream and upstream demand in unicast and multicast below: Table 1 Access Network Downstream and Uptream Demand Access Network Downstream Unicast The number of peak streams per node x the average streaming bit rate Multicast The number of unique channels watched per node x the average streaming bit rate 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 6

7 Access Network Upstream The number of peak streams x the number of concurrent HTTP requests x the size of each request The number of peak streams x size of each IGMP join + HTTP manifest request 3. Benefits of Multicast on the Access Network Multicast can, in theory, reduce the bandwidth required on the access network to deliver linear IP video. The reduction comes from subscribers in the same node sharing a video stream (like QAM broadcast) vs. delivering a unique stream (e.g., VOD). To calculate multicast benefits on the access network, we can compare the downstream and upstream demand. We further define number of peak streams per node and number of unique channels watched per node below: Number of peak streams per node. This will be derived from the size of each node and the linear peak concurrency. In the case of local DVR, this will also include the peak concurrency for recordings. Number of unique channels watched per node. This will be derived from the size of each node and the concentration of viewership across channels. Today, in a node size of 250 cable subscribers, we see around 80% linear peak concurrency. Linear peak concurrency is defined as the total number simultaneous linear streams per household at peak. Depending on the MSOs, the IP STB penetration could be anywhere from 0-5%. If IP penetration was instead 100% and all of those 250 cable subscribers are IP video subscribers, we could calculate the benefit of IP multicast over unicast by looking at number of peak streams per node compared with the number of unique channels watched per node. We will refer to this as our base case throughout this paper. In the base case, the most unicast streams would be 200 streams (250 subscribers per node x 80% linear concurrency). If the number of unique channels watched are less than 200, there will be savings in bandwidth on the access network. 4. Benefits on the CDN Similarly, multicast could reduce the downstream bandwidth required on the CDN. The potential for savings follow the same logic as the savings potential on the access network, but instead of analyzing the difference in bandwidth demands for a node, the savings are derived from examining all nodes that a CDN cache is serving, whether it is a region or a hub Society of Cable Telecommunications Engineers, Inc. All rights reserved. 7

8 Table 2 CDN Downstream Traffic CDN Downstream Unicast The number of peak streams per cache population x the average streaming bit rate Multicast The number of unique channels watched per cache population x the average streaming bit rate When this paper is written, CDN caches typically range around Gbps throughput. Shifting Landscape In this section, we will examine specific trends in the industry over the next ten years. We will then explore how these trends line up over time to impact the benefit of multicast. The benefits of multicast are subject to many factors that are changing: 1. Next Generation Access Network reducing the node size and increasing the bandwidth available per subscriber 2. Shifts in viewership and the reduction of linear peak concurrency 3. IP penetration projections and the gradual increase to number of IP-enabled subscribers per node 4. Channel consolidation and the reduction to the number of channels watched per node 5. Uptake of HEVC, lower bit rates and the decrease in bandwidth demand 6. Uptake of UHD and the increase of unique channels viewed and increase in bandwidth per stream 1. Next Generation Access Network As demand for HSD traffic (~50% CAGR) and other unicast video services continues to grow, MSO s are working diligently with industry partners to meet increasing bandwidth demands. We examine the solutions planned and in progress to evolve the network, highlighting the reduction in node sizes and thereby potentially reducing the need for multicast Evolving the Network Operators are executing on several initiatives to increase the capacity of HFC plants, including: Node Splits: Today, a typical node passes 500 households on average, serving 250 subscribers. Splitting network nodes increases the overall capacity per household by decreasing the number of households sharing spectrum. Operators will continue to perform node splits over the next several years. Additionally, Operators will continue to extend fiber past the last amplifier, thus eliminating RF amplifiers, which allows operators to increase usable spectrum beyond current capabilities. This will enable Operators to decrease node size even further. The result is more spectrum shared by less subscribers, providing even more bandwidth per subscriber. DOCSIS 3.1: Deployment of DOCSIS 3.1 allows operators to use wider ranges of spectrum and increases the bandwidth to spectrum ratio (up to ~30%). DOCSIS 3.1 specifications allow up to 2 Gbps upstream 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 8

9 and 10 Gbps downstream assuming 400Hz range at 256QAM modulation and 1.7GHz range for downstream at 1024QAM modulation, a whopping 800% increase over DOCSIS 3.0. In addition, recognizing the bandwidth constraints of HFC, operators are investing in fiber-to-the-home (FTTH), resulting in even fewer subscribers per node: Radio Frequency over glass (RFoG): Substituting the entire coaxial segment of the network with fiber increases the network resiliency. By using RFoG technology, operators can deliver cable services leveraging existing HFC plant components. Passive Optical Networks (PON): Implementation of point-to-multipoint architectures are deployable through either Ethernet networks (EPON) or fiber- (Gigabit-PON) based networks. PON technology significantly increases network capacity. PON is expected to sevice Gbps bandwidth Challenges and Projected Timeline Increasing bandwidth capacity per subscriber will enable operators to offer increased HSD speeds and support more unicast video services, including IP video delivery. However, these HSD initiatives will take some time for operators to implement. For example, the transition to DOSCIS 3.1 alone will require spectrum reclamation and availability, mid-split migration, and the replacement of plant and CPE equipment. Overall, the HFC plant will undergo changes that require significant capital investments and diligent planning. The speed and timing of the plant upgrades and investments, as well as the coordination with other plant initiatives directly influence the opportunity for return on investment. Greenfield and markets with the highest penetration rates will likely benefit from the advantages of these initiatives first. Therefore, the rollout of IP video services may have to follow these time and capital-intensive projects. Otherwise, solutions like multicast will be required to optimize the available bandwidth. Figure 3 summarizes an estimate of the timeline to deploy node splits and PON and the impact they will have on node sizes over the next ten years. Figure 3 Node Size Projections Next Generation Access Network initiatives will decrease subscribers per node and increase bandwidth per subscriber. Both results impact the need and benefit of multicast: 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 9

10 Decrease in node size reduces the chance that multiple subscribers are watching the same channel and therefore reduces the benefit of multicast Increase in bandwidth per subscriber enables increases capacity and therefore reduces the need for multicast 2. Shifts in Viewership Linear video peak concurrency may be the largest driver for multicast. Just like QAM video is broadcast today and optimizes use of spectrum, operators expect that IP video would have to follow suit. However, linear viewership is expected to decrease over time being replaced by other forms of viewing (e.g., VOD, DVR and time-shifting). Peak concurrency refers to a forecast of the peak number of subscribers that will be watching any content at the same time. Where there is high peak concurrency, there is both a high network bandwidth requirement for delivery and, by virtue of the law of large numbers, an improved probability that subscribers will be watching the same content at the same time. In a survey by Hub Research, we see that the majority of viewers now suggest their default option is timeshifted TV viewing. See Figure 4. Figure 4 Live TV as Default TV Source Where there is high peak concurrency within large nodes, it presents an opportunity to achieve network optimization benefits with multicast delivery. However, trends suggest the opposite: As described with Next Generation Access Network, node sizes are decreasing At the same time, peak concurrency for linear viewership are also decreasing We predict that linear viewership will continue to decline and that all forms of time-shifted viewing will continue to climb. See Figure Society of Cable Telecommunications Engineers, Inc. All rights reserved. 10

11 Figure 5 Peak Concurrency Projections Reduction in linear viewership will result in a reduced linear peak concurrency. A reduction in peak linear concurrency will reduce the probability that more than one household watches the same linear channel at the same time thus reducing the benefit of multicast on the access network. 3. IP Penetration Historically, operators have experienced that major STB transitions take time (e.g., analog to digital, MPEG2 to MPEG4, etc.). While operators are working to overcome technical challenges, rollout of all IP STBs will not happen overnight. Roadmaps from large operators suggest IP STB rollouts of 1%-5% penetration in year one and eventual ramp-up to 8%-20% year-over-year penetration. Operators expect it will take up to 10 years to transition to all IP STBs, with target dates well into the mid-2020s. See Figure 6. Figure 6 IP Penetration Projections Typically, operators find it is most cost effective to roll out new STBs without forced truck rolls. We call this strategy cap and grow, where STBs are replaced only for new subscribers, moves, break-fix or any other needs for a technician to go to a subscriber home. Alternatively, operators could rip and replace existing STBs with additional truck rolls to force a higher IP video penetration more quickly. However, this is costly and not a strategy many operators follow. Assuming operators roll out IP STBs at a pace similar to previous STB roll outs, IP penetration may not reach enough scale for multicast to add a benefit Society of Cable Telecommunications Engineers, Inc. All rights reserved. 11

12 4. Channel Consolidation The number of available linear channels in a lineup impacts the benefit of multicast. When there are very few channels, the likelihood of multiple subscribers watching the same channel are increased, and vice versa. While not intuitive, there is reason to think the number of channels will both grow and shrink. The arguments for a growing number of channels include: IP networks enable near seamless additions of linear channels Barriers to content creation are now very low and the sheer amount of content available to become a channel is increasing Content holder rights contracts may hinder any consolidation in the near-term and as operators go IP, more channels may be added in the interim The arguments for a shrinking number of channels include: Subscribers already believe there is limited quality content spread across too many linear channels Subscriber behavior is trending away from linear viewing to time-shifted alternatives and overthe-top (OTT) content Government regulations or operator strategies may evolve towards an a-la-carte option Given the above, we are likely to see a near-term expansion that may or may not be followed by widescale channel consolidation. Operators must plan for either scenario. A significant shift in the number of channels impacts several intertwined areas, including cost and network demand, subscriber behavior, revenue, product offering and broadcaster strategy. This paper focuses specifically on the the benefits that multicast brings. The impact would depend on the degree of consolidation or growth, but it stands clear that with less linear channels, more subsribers will be watching the same channel at peak on average. Therefore, the projected efficiencies of multicast will grow as channels shrink. The opposing story with more channels added to the lineup would result in themulticast benefit decreasing as viewing becomes more fragmented. Two examples shed further light on this dynamic: 1. If the industry consolidated down to 20 channels, operators could efficiently multicast every channel in every node. The total linear DOCSIS traffic would be 20 streams in the various required formats. 2. If there are thousands of channels, concentration of peak linear viewing would be too thin for all but the most highly watched events. Operators would have to determine the multicast benefit for the Super Bowl, not an average peak linear viewership night. 5. Uptake of HEVC The amount of bandwidth required to deliver IP video over the access network impacts the benefit of multicast. HEVC aims to decrease the bit rate requiring less bandwidth per subscriber than with MPEG2 or MPEG4 (AVC) for HD and UHD content Society of Cable Telecommunications Engineers, Inc. All rights reserved. 12

13 The uptake of HEVC is tied to the support of encoders (operator network) and decoders (STB in subscriber homes) and other barriers such as licensure. To take advantage of improved compression, the STB or IP Player must be able to decode HEVC. Operators are starting to deploy HEVC capable STBs, and investing in HEVC transcoding to support 4K and HDR content and to reduce bit rates for HD content. Consumer devices are also now HEVC-capable. HEVC is expected have up to a 50% bandwidth improvement (lower bit rate) over MPEG4 AVC, which could significantly reduce the need for multicast. However, the rollout of HEVC will take time. Until all subscribers have HEVC-capable devices, operators must support both AVC and HEVC for IP video delivery. To optimize video delivery, operators will likely choose to multicast the least common format (AVC) or unicast the most efficient format (HEVC) when possible. As more devices support HEVC, the benefit of multicast is reduced since less bandwidth will be required to deliver IP video encoded with HEVC. Once HEVC compatible IP STB are deployed, they will follow the IP STB penetration trends. Since IP STB penetration is estimated at 8%-20% YOY, we can expect the same 8%-20% YOY HEVC penetration. 6. Uptake of 4K and HDR The amount of bandwidth required to deliver IP video over the access network impacts the benefit of multicast. 4K and HDR content will increase bit rates, requiring more bandwidth per subscriber than HD content. HEVC reduces the bandwidth required for IP video streaming. However, the improvements may not be felt by operators due to the increase in bit rates to support 4K video and the use of HDR. 4K is estimated to require around Mbps in HEVC per stream. HDR is estimated to increase bit rates (either HD or 4k) by up to 10%. Similar to HEVC, 4K and HDR must be supported by the operator s video processing system and the IP Player in the home. There are two key impacts of 4K and HDR video: 1. Increased bit rates requiring more bandwidth to deliver video to 4K/HDR capable devices 2. More diversity in unique channels watched since the HD version of a channel is a different video stream than the 4K/HDR version(s) of the same channel The result is that 4K/HDR streams are incremental to the channel line-up and segment subscribers within a node. For example, assume a node where the top 5 channels are available in both HDR and HD. If both the HDR and HD are watched, those 5 unique channels require 10 unique streams. The result is a decreased benefit of multicast on the access network since it creates more unique channels viewed at peak. Unlike HEVC, operators cannot simply multicast the least common format since subscribers likely are paying for a 4K/HDR feature Putting it all Together Any one of the shifting trends could make a case for or against multicast if quickly taken independently and to an extreme. However, we know that many of the trends will happen gradually and together. For 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 13

14 example, over several years, Next Generation Access Network enhancements will make way for more IP STB penetration, during which linear viewership is likely to decline. Figure 7 Factor Overlay If an operator were to transition to 100% IP STB penetration overnight given today s network capacity and viewership dynamics, then multicast would more than likely be required and offer significant benefit. However, the emerging hypothesis is that given how these trends will play out together and over time, multicast may not offer the benefit once anticipated over thelong term. Multicast, however, may play a pivotal role during the transition from QAM to IP video delivery. 7. Likely Senarios and Impact to the Network Based on industry averages, we investigate three likely reference scenarios for short-term, mid-term and long-term to compare CDN demand, access network downstream demand and access network upstream demand. We also investigate a base case that represents how 100% IP penetration would impact the demand on the network if all other levers are held constant to today s landscape. The remaining scenarios for short-term, mid-term and long term will apply changes in landscape to analyze the impact of multicast with shifting variables. In each of the scenarios, we also examine the impact with IP local DVR. If recordings are stored in the cloud, record concurrency will not impact bandwidth requirements on the access network. Record concurrency is defined as the peak simultaneous recordings per household. The playback from the cloud for cloud DVR will impact bandwidth on the access network, but this traffic will all be unicast Society of Cable Telecommunications Engineers, Inc. All rights reserved. 14

15 Table 3 Scenario Assumptions Base Case Short-Term Mid-Term Long-Term Peak Linear Concurrency 80% 80% 65% 45% Peak Record Concurrency 125% 125% 140% 175% IP Penetration 100% 25% 50% 75% Node Size Average Streaming Bit Rate Unique Channels Watched at Peak Per Node Unique Channels Watched at Peak CDN Population Unique Channels Recorded or watched at Peak per Node Unique Channels Recorded or watched at Peak CDN Population Subs per CDN Population HD Channel Line Up DVR Take Rate 65% 65% 68% 70% 7.1. Base Case In the base case, we use a snapshot of today s node size, linear concurrency and average streaming bit rate combined with the future 100% IP penetration. As expected, if the 200 streams at peak per node (250 subscribers x 80% peak linear concurrency) were concentrated to 100 unique channels, an MSO could realize 50% bandwidth efficiencies by deploying multicast in the access network. Table 4 Base Case Scenario Without Local DVR: Multicast Unicast Delta Delta in Estimated Units CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per node (Mbps) With Local DVR: DOCSIS 3.0 Channels CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per Node (Mbps) 563 1,814 1, DOCSIS 3.0 Channels 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 15

16 7.2. Short-term Scenario The short-term scenario is likely in the next few years, with larger node, high linear peak concurrency, 25% IP STB penetration and AVC delivery with some HDR. In this scenario, the maximum peak streams per node are 50 streams (25% STB penetration, 80% concurrency and 250 subscribers per node). As shown below, in the case without local DVR, multicast has the potential to save 80 Mbps per node, the equivalent of approximately two DOCSIS 3.1 channels. Local DVR increases the benefit of multicast. In this example with 125% peak record concurrency and a 65% take rate multicast reduces access network bandwidth required by 223 Mbps per node. Table 5 Short-term Scenario Without Local DVR: Multicast Unicast Delta Delta in Estimated Units CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per Node (Mbps) With Local DVR: DOCSIS 3.1 Channels CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per Node (Mbps) DOCSIS 3.1 Channels In this example, the maximum peak streams are 50. If 50 unique channels are watched at peak, the benefit of multicast on the access network drops to 0. Figure 8 illustrates the sensitivity of bandwidth savings for a range of unique channels watched Society of Cable Telecommunications Engineers, Inc. All rights reserved. 16

17 Figure 8 Access Network Bandwidth Required Per Number or Unique Channels Watched 7.3. Mid-term Scenario The mid-term represents a likely scenario in roughly five years. In this scenario, we are comparing smaller nodes from node splits, HEVC, some 4K and HDR, 50% IP penetration and decrease in linear peak concurrency to 65%. In this scenario, the maximum amount of peak streams is approximately 49. Even without DVR, this scenario shows a savings of 79 Mbps on the access network. On local DVR, this scenario shows a savings of 309 Mbps. Since the maximum streams in this scenario is approximately 49 streams (150 subscribers per node x 50% IP penetration x 65% peak linear concurrency), the sensitivity analysis from the short-term analysis is largely applicable. Table 6 Mid-term Scenario Without Local DVR: Multicast Unicast Delta Delta in Estimated Units CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per node (Mbps) With Local DVR: DOCSIS 3.1 Channels CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per Node (Mbps) 7.4. Long-term Scenario DOCSIS 3.1 Channels The long-term represents a likely scenario in approximately seven to eight years, capturing smaller nodes from FTTH and a continual decrease in linear concurrency. The savings in this scenario are less than in the previous scenarios, even though the IP penetration is increased. Without local DVR, this scenario shows a savings of 14 Mbps. Withlocal DVR, the savings is 153 Mbps per node on the access network. In this scenario of 40 subscribers per node, 45% peak linear concurrency and 75% IP penetration, the maximum number of streams is Table 7 Long-term Scenario Without Local DVR: Multicast Unicast Delta Delta in Estimated Units CDN Sizing (Gbps) Gbps Caches 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 17

18 Access Network downstream per node (Mbps) With Local DVR: DOCSIS 3.1 Channels CDN Sizing (Gbps) Gbps Caches Access Network Downstream Per Node (Mbps) 8. Costs to Deploy Multicast DOCSIS 3.1 Channels If deploying multicast was free and easy, then any savings could argue the deployment of multicast. Deploying multicast consists of several costs. First, the MSO has to choose a solution. Figure 9 Deployment Scenarios To calculate the costs of deploying either a multicast or unicast solution, the location of the gear must be considered. The number of servers and caches are based on the number of points of presence (PoPs) and the number of subscribers they support. If the servers are deployed lower in the network, there will be 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 18

19 more servers and, therefore, more costs. Placing a cache lower will reduce the network traffic costs of certain links, but increase the number of caches required. In scenario one depicted in figure 9, by placing the multicast server north of the hub router, the traffic between the metro router and the hub router will equal the number of unique channels watched at peak x bit rate. Even though scenario two uses multicast, because the multicast server is south of the hub router all of the traffic between the metro router and the hub will be unicast and the same as in scenario three. The traffic in scenario two and three will also equal the number of unique channels watched x bit rate. The key difference in the video distribution/cdn is the requests and responses to the edge cache. In scenario one and two, only unique channels are streamed from the edge cache. In the case of unicast, all streams are delivered from the edge cache. Caches typically scale by storage and network throughput, with the least common denominator driving incremental hardware needs. Typically, the network throughput is the bottleneck. Cache throughput varies per solution, with a sample cache potentially having Gbps throughput. The other costs to consider are in the Multicast Client. Aside from licensing costs for the Multicast Client, there is the additional memory required to cache the multicast data. While this may be small per client, there are large numbers of clients. Lastly the operator will have to operate and maintain the solition. Conclusion Early on, MSOs were confident that multicast was needed to transition to IP video. There are a lot dynamic developments that shift the equation for the expected benefit of multicast. MSOs must closely examine an aggregate of their own roadmaps of IP penetration, DVR architecture, access network Initiatives and rollout of HEVC, 4K and HDR to determine if multicast is needed for them. For MSOs with small nodes and low streaming bit rates, multicast may not be worth the complexity. Abbreviations ABR AVC BW CAGR CDN CPE DASH DOCSIS DVR EPON FTTH Adaptive Bit Rate Advanced Video Coding Bandwidth Compound Annual Growth Rate Content Delivery Network Customer Premise Equipment Dynamic Adaptive Streaming over HTTP Data Over Cable Service Interface Specification Digital Video Recording Ethernet Networks Fiber-To-The-Home 2016 Society of Cable Telecommunications Engineers, Inc. All rights reserved. 19

20 Gbps Gigabits Per Second Gigabit-PON Gigabit Passive Optical Network HD High Definition HDR High Dynamic Range HEVC High Efficiency Video Coding HFC Hybrid Fiber-Coaxial HLS HTTP Live Streaming HSD High Speed Data HTTP HyperText Transfer Protocol IGMP Internet Group Multicast Protocol IP Internet Protocol mabr Multicast ABR Mbps Megabits Per Second MPEG2 Moving Picture Expert Group 2 MPEG4 Moving Picture Expert Group 4 OTT Over-The-Top PON Passive Optical Networks POPS Points of Presence QAM Quadrature Amplitude Modulation RF Radio Frequency RFoG Radio Frequency Over Glass SDV Switched Digital Video STB Set-Top Box VOD Video On Demand UHD Ultra High Definition Bibliography & References Hub research: What s TV Worth, April 2016 Cable Labs Version 01. IP Multicast Adaptive Bit Rate Architecture Technical Report Society of Cable Telecommunications Engineers, Inc. All rights reserved. 20

21 Huang, Maxwell. HFC Improvement For DOCSIS 3.1 Evolution Spring Technical Forum Proceedings Society of Cable Telecommunications Engineers, Inc. All rights reserved. 21

NIELSEN'S LAW VS. NIELSEN TV VIEWERSHIP FOR NETWORK CAPACITY PLANNING Michael J. Emmendorfer and Thomas J. Cloonan ARRIS

NIELSEN'S LAW VS. NIELSEN TV VIEWERSHIP FOR NETWORK CAPACITY PLANNING Michael J. Emmendorfer and Thomas J. Cloonan ARRIS NIELSEN'S LAW VS. NIELSEN TV VIEWERSHIP FOR NETWORK CAPACITY PLANNING Michael J. Emmendorfer and Thomas J. Cloonan ARRIS Abstract Our industry is fully aware of Nielsen s Law of the maximum Internet service

More information

MULTICAST AS A MANDATORY STEPPING STONE FOR AN IP VIDEO SERVICE TO THE BIG SCREEN

MULTICAST AS A MANDATORY STEPPING STONE FOR AN IP VIDEO SERVICE TO THE BIG SCREEN MULTICAST AS A MANDATORY STEPPING STONE FOR AN IP VIDEO SERVICE TO THE BIG SCREEN AMIT ESHET, ENGINEERING FELLOW, ADVERTISING SOLUTIONS JOHN ULM, ENGINEERING FELLOW, NETWORK SOLUTIONS UZI COHEN, PRINCIPAL

More information

Network and Technology. John Schanz Executive Vice President National Engineering and Technology Operations Comcast Cable

Network and Technology. John Schanz Executive Vice President National Engineering and Technology Operations Comcast Cable Network and Technology John Schanz Executive Vice President National Engineering and Technology Operations Comcast Cable 1 Agenda Network overview What we ve built Our improving economics: scale and open

More information

IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems

IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems Paul Harr Wegener Communications ABSTRACT The success of the Internet has proved it

More information

Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility

Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility Abstract The paper describes how an operator can leverage adaptive streaming protocols that are

More information

1550 Video Overlay for FTTH

1550 Video Overlay for FTTH 1550 Video Overlay for FTTH The New Old Reliable Fernando Villarruel Leonard Ray John McKeon Service Provider Video Technology Group 1 Presentation Overview Background of Overlay in PON Deployment Architecture

More information

TRANSCODING CHOICES FOR A MULTISCREEN WORLD

TRANSCODING CHOICES FOR A MULTISCREEN WORLD TRANSCODING CHOICES FOR A MULTISCREEN WORLD JONATHAN RUFF, GLOBAL TECHNICAL MARKETING LEAD SANTHANA CHARI, VP ENGINEERING DIGITAL VIDEO SYSTEMS MARK DEPIETRO, VP CORPORATE STRATEGY & BUSINESS DEVELOPMENT

More information

Increasing cable bandwidth to retain high-value customers

Increasing cable bandwidth to retain high-value customers STEM example model Increasing cable bandwidth to retain high-value customers Frank HAUPT July 2013 Cambridge, UK MDL01\0006 STEM example model MDL01\0006 WORK IN PROGRESS Wednesday 31 July 2013 Implied

More information

Wideband: Delivering the Connected Life

Wideband: Delivering the Connected Life White Paper Wideband: Delivering the Connected Life Subscribers are increasingly demanding many services to many screens. They want the convenience of having services available anytime, anywhere, and on

More information

The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs. Date: 19 January 2014

The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs. Date: 19 January 2014 The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs Date: 19 January 2014 0 Leader in Technology and Competition 7M population, multi-lingual, mainly Chinese speaking 3.8 million Telephone

More information

Universal Wideband Edge QAM Solution. A New Way to Manage the Edge and Future-Proof Your Network

Universal Wideband Edge QAM Solution. A New Way to Manage the Edge and Future-Proof Your Network Universal Wideband Edge QAM Solution A New Way to Manage the Edge and Future-Proof Your Network Rising to the challenge of today s high-bandwidth applications It s an exciting time in our industry, with

More information

An Executive Summary of Deployment Techniques and Technologies

An Executive Summary of Deployment Techniques and Technologies Managing Cloud-Based Cable TV DVR Migration Prepares to for IP Prime Part Time 1 An Executive Summary of Deployment Techniques and Technologies Series Introduction: Market Drivers and Tech Challenges John

More information

Investor & Analyst Conference Technical Presentation. Jan Vorstermans

Investor & Analyst Conference Technical Presentation. Jan Vorstermans Investor & Analyst Conference Technical Presentation Jan Vorstermans Mechelen - May 13, 2008 Agenda The current network The challenge The actions Cable versus DSL Research & Standardization Capex Conclusion

More information

DOCSIS 3.1. High Level Overview at NANOG 59. Karthik Sundaresan, Lead Architect. Oct 09, 2013. Cable Television Laboratories, Inc.

DOCSIS 3.1. High Level Overview at NANOG 59. Karthik Sundaresan, Lead Architect. Oct 09, 2013. Cable Television Laboratories, Inc. DOCSIS 3.1 High Level Overview at NANOG 59 Karthik Sundaresan, Lead Architect Oct 09, 2013 Key Objectives PHY & MAC layer choices Evolution of the DOCSIS network architecture Summary Slide 2 DOCSIS is

More information

IS NIELSEN READY TO RETIRE?

IS NIELSEN READY TO RETIRE? IS NIELSEN READY TO RETIRE? LATEST DEVELOPMENTS IN BANDWIDTH CAPACITY PLANNING JOHN ULM, ENGINEERING FELLOW, BROADBAND SYSTEMS TOM CLOONAN, CTO, NETWORK SOLUTIONS MIKE EMMENDORFER, SENIOR DIRECTOR OF SOLUTION

More information

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On IPTV, VoIP, 3D TV and Delivery Systems for System Engineers Course Description With the introduction of Next Generation Networks to telecommunications carrier infrastructures, customers expect

More information

Implementation of a Video On-Demand System For Cable Television

Implementation of a Video On-Demand System For Cable Television Implementation of a Video On-Demand System For Cable Television Specific VOD Implementation for one way networks This white paper is co-authored by: Teleste Oyj Edgeware AB 1(18) TABLE OF CONTENTS Confidentiality

More information

CATV s Answer to Satellite Competition

CATV s Answer to Satellite Competition CATV s Answer to Satellite Competition Independent cable system operators are increasingly finding it difficult to provide a service solution that is competitive with Direct Broadcast Satellite. From Personal

More information

Fujitsu Gigabit Ethernet VOD Solutions

Fujitsu Gigabit Ethernet VOD Solutions Fujitsu Gigabit Ethernet Solutions Overview Cable networks are quickly evolving from basic analog TV distribution systems to broadband multiple services networks supporting hundreds of digital video channels,

More information

INTRODUCTION. The Challenges

INTRODUCTION. The Challenges Meeting the Challenges of Video Advertising in an IP ABR Environment Consumers are demanding to watch TV when they want and on the device of their choice. To meet that challenge most pay TV operators globally

More information

A Detailed Analysis of Key Drivers and Potential Pitfalls

A Detailed Analysis of Key Drivers and Potential Pitfalls Managing The Economic Cable Drivers TV Migration of Cloud-Based to IP Part DVR Services 1 A Detailed Analysis of Key Drivers and Potential Pitfalls Series Introduction: Market Drivers and Tech Challenges

More information

Next Steps in the Evolution of the Broadband Network

Next Steps in the Evolution of the Broadband Network White Paper Next Steps in the Evolution John R. Ric Johnsen Senior Vice President, Broadband CommScope, Inc Contents Next Steps in the Evolution 3 Important Changes to the Network 3 Fiber is Migrating

More information

Technical Paper. Putting the Best of the Web into the Guide. Steve Tranter, VP Broadband NDS Group, Ltd. Abstract

Technical Paper. Putting the Best of the Web into the Guide. Steve Tranter, VP Broadband NDS Group, Ltd. Abstract Technical Paper Putting the Best of the Web into the Guide Steve Tranter, VP Broadband NDS Group, Ltd. First presented at SCTE Cable-Tec Expo 2011 Abstract Today, Internet-sourced content comes in a variety

More information

BACKGROUND. Big Apple Case Study 2

BACKGROUND. Big Apple Case Study 2 Big Benefits from Full CCAP Deployment A Big Apple Case Study Executive Summary Time Warner Cable, not unlike other North American service providers, continually faces questions about how to deliver more

More information

FTTH Evolution of HFC Plants

FTTH Evolution of HFC Plants FTTH Evolution of HFC Plants Timothy J. Brophy, Ph.D, Business Development Manager Steven Condra, Director, Architecture Technology Martin Mattingly, Business Development Manager Ron Hranac, Technical

More information

Method for IP Content Delivery Using Existing Cable Networks

Method for IP Content Delivery Using Existing Cable Networks INVENTION DISCLOSURE 1. Invention Title. Method for IP Content Delivery Using Existing Cable Networks 2. Invention Summary. System to support IP-only delivery of media content within the home, allowing

More information

Cable TV Staying Essential!

Cable TV Staying Essential! Cable TV Staying Essential! Alan Amos Sr. Account Manager Harmonic, Inc. Alan.Amos@Harmonicinc.com SCTE New England VP Outreach http://www.scte ne.org/ Things that you may have wondered about but did not

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

ADVANTAGES OF AV OVER IP. EMCORE Corporation ADVANTAGES OF AV OVER IP More organizations than ever before are looking for cost-effective ways to distribute large digital communications files. One of the best ways to achieve this is with an AV over

More information

Fujitsu Powered Video on Demand Solutions

Fujitsu Powered Video on Demand Solutions Fujitsu Powered Video on Demand Solutions VOD Overview Cable and telco triple play networks are quickly evolving to support hundreds of digital video channels, CD-quality music channels, cable modem/dsl

More information

How To Define Hfc Technology

How To Define Hfc Technology Cable network topologies and implications for evolutionary approaches 33 rd International conference and Exhibition PIKE 2008, Zakopane, 14 October 2008 Bart Brusse, ReDeSign Project Manager Pressure on

More information

Video Compression Trends & OUTLOOK. Andreas Pentrelli Solution Consultant

Video Compression Trends & OUTLOOK. Andreas Pentrelli Solution Consultant Video Compression Trends & OUTLOOK Andreas Pentrelli Solution Consultant Subscriber's View All from one provider Triple Play TV - Linear TV / VOD, Telephone, High Speed Internet One household, multi screens

More information

FTTn/VDSL2 Broadband Networks

FTTn/VDSL2 Broadband Networks FTTn/VDSL2 Broadband Networks Capabilities and Economics Richard N. Clarke Assistant Vice President AT&T - Public Policy rnclarke@att.com Fibre Investment and Policy Challenges OECD Workshop Stavanger,

More information

Fragmented MPEG-4 Technology Overview

Fragmented MPEG-4 Technology Overview Fragmented MPEG-4 Technology Overview www.mobitv.com 6425 Christie Ave., 5 th Floor Emeryville, CA 94607 510.GET.MOBI HIGHLIGHTS Mobile video traffic is increasing exponentially. Video-capable tablets

More information

Solutions Focus: IPTV

Solutions Focus: IPTV Zhone delivers the world s most complete IPTV solutions MALC offers more provisioning options for multicast, more capability for mixed multicast and unicast video, and more fiber and copper subscriber

More information

Full-Band Capture Cable Digital Tuning

Full-Band Capture Cable Digital Tuning White Paper Full-Band Capture Cable Digital Tuning Cable operators are demanding devices that support an increasing number of simultaneous channels, which translates to multiple cable tuners and demodulators

More information

Cable and Satellite Digital Entertainment Networks. Moving toward an Integrated Digital Media Experience

Cable and Satellite Digital Entertainment Networks. Moving toward an Integrated Digital Media Experience Cable and Satellite Digital Entertainment Networks Moving toward an Integrated Digital Media Experience Independent Data and Analysis by S2 Data Corporation April 2007 INTRODUCTION Traditional broadcast

More information

CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE

CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE STRATEGIC WHITE PAPER Interest in multiscreen strategies including next-generation TV offerings, such as TV Everywhere

More information

Next Generation Gigabit WiFi 802.11ac

Next Generation Gigabit WiFi 802.11ac Next Generation Gigabit WiFi 802.11ac WHITE PAPER NEXT GENERATION GIGABIT WIFI - 802.11AC The first WiFi-enabled devices were introduced in 1997. For the first time, we were liberated from a physical Internet

More information

IPTV and IMS in Next-generation Networks

IPTV and IMS in Next-generation Networks S T R A T E G I C W H I T E P A P E R IPTV and IMS in Next-generation Networks Choosing the right approach for IPTV integration IPTV is the next frontier for multimedia information and entertainment over

More information

DOCSIS To CMAP Evolution. Cox Communications

DOCSIS To CMAP Evolution. Cox Communications DOCSIS To CMAP Evolution Jeff Finkelstein Senior Director, Network Architecture Cox Communications Jorge Salinger VP, Access Architecture Comcast ABSTRACT As the need for additional video channels increases

More information

IPTV: when broadcast finally sees the light? Marie-José Montpetit, Ph.D. Motorola Connected Homes Solutions Sept. 21 st 2005

IPTV: when broadcast finally sees the light? Marie-José Montpetit, Ph.D. Motorola Connected Homes Solutions Sept. 21 st 2005 IPTV: when broadcast finally sees the light? Marie-José Montpetit, Ph.D. Motorola Connected Homes Solutions Sept. 21 st 2005 What is IPTV? IP over TV? Is done in the DVB world TV over IP? Video streaming

More information

US Data Services 2014-2019

US Data Services 2014-2019 US Data Services 2014-2019 Executive Summary CMR Market Research April 2015 Reproduction without permission 1 The contents of this report represent CMR s analysis of the information available to the public

More information

CX380X Advanced Spectrum and Burst QAM Analyzer

CX380X Advanced Spectrum and Burst QAM Analyzer Advanced Spectrum and Burst QAM Analyzer Preventative Network Monitoring With VeEX s VeSion system, the s advanced Spectrum Analyzer and Bursty Demodulator captures rogue cable modems and provides proactive

More information

ZHONE VDSL2 TECHNOLOGY. Access Technology for the Future. November 2009 CONTENTS

ZHONE VDSL2 TECHNOLOGY. Access Technology for the Future. November 2009 CONTENTS ZHONE VDSL2 TECHNOLOGY Access Technology for the Future November 2009 CONTENTS Introduction 2 VDSL2 technology 2 VDSL2 Deployments: Zhone findings 4 Zhone s VDSL2 solutions 6 Conclusion 8 Access for a

More information

Chapter 9. Internet. Copyright 2011 John Wiley & Sons, Inc 10-1

Chapter 9. Internet. Copyright 2011 John Wiley & Sons, Inc 10-1 Chapter 9 Internet Copyright 2011 John Wiley & Sons, Inc 10-1 Outline 9.2 - How the Internet Works - Basic Architecture - Connecting to an ISP - Internet Today 9.3 - Internet Access Technologies - DSL

More information

Bandwidth demand forecasting (for TR section 4.2.2)

Bandwidth demand forecasting (for TR section 4.2.2) Bandwidth demand forecasting (for TR section 4.2.2) Ed Harstead & Randy Sharpe, members of Fixed Networks CTO, Alcatel-Lucent Ottawa IEEE 802.3 NGEPON Interim meeting 8 September 2014 1 Residential aggregate

More information

NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems

NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems Abstract Service providers seek to deploy nextgeneration interactive, immersive,

More information

ENGINEERING COMMITTEE Energy Management Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 210 2015

ENGINEERING COMMITTEE Energy Management Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 210 2015 ENGINEERING COMMITTEE Energy Management Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 210 2015 Performance Metrics for Energy Efficiency & Functional Density of Cable Data Generation, Storage, Routing,

More information

E 2 O TM. (Electrical to Optical) Cable Solutions Guide. E2O Cable Solutions

E 2 O TM. (Electrical to Optical) Cable Solutions Guide. E2O Cable Solutions E 2 O TM (Electrical to Optical) Cable Solutions Guide E2O Cable Solutions The confidence of being prepared. For today s cable multi-system operator (MSO) there are few absolutes. Two things you can count

More information

2010 Spring Technical Forum Proceedings - Page 324

2010 Spring Technical Forum Proceedings - Page 324 ADAPTIVE STREAMING NEW APPROACHES FOR CABLE IP VIDEO DELIVERY John Ulm, Tom du Breuil, Gary Hughes, Sean McCarthy Motorola Corp., Home & Mobility Abstract Adaptive Bit Rate Streaming is a technology being

More information

Mobile Wireless Overview

Mobile Wireless Overview Mobile Wireless Overview A fast-paced technological transition is occurring today in the world of internetworking. This transition is marked by the convergence of the telecommunications infrastructure

More information

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College.

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College. Demonstration of Internet Protocol Television(IPTV) 1 What is IPTV? IPTV is a general term of IP+TV = IPTV Delivery of traditional TV channels and video-ondemand contents over IP network. 2 IPTV Definition

More information

IPTV over Fiber Optics for CPE Installers

IPTV over Fiber Optics for CPE Installers Hands-On Customer Premise Equipment Installation and Troubleshooting Course Description This Hands-On course provides an indepth look at IPTV Services deliver over Fiber Optics installation for installation

More information

Cisco Prime Cable Provisioning 5.0

Cisco Prime Cable Provisioning 5.0 Data Sheet Cisco Prime Cable Provisioning 5.0 Cable service providers face tremendous challenges in keeping pace with the rapid evolution of residential subscriber services. In light of intense market

More information

Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite. We Deliver the Future of Television

Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite. We Deliver the Future of Television Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite We Deliver the Future of Television Satellites provide a great infrastructure for broadcasting live content to large

More information

Capturing Major Growth in Commercial Services

Capturing Major Growth in Commercial Services Capturing Major Growth in Commercial Services An Untapped Market Opportunity for Cable MSOs Author Rob Rowello August 2011 Cisco Internet Business Solutions Group (IBSG) Cisco IBSG 2011 Cisco and/or its

More information

WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV

WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV Abstract There is a great deal of interest in HTTP adaptive streaming

More information

Cable operators Face Competitive Challenges

Cable operators Face Competitive Challenges Transforming the Network Edge in the Cable Hub The cable industry is undergoing a radical transformation as it evolves to meet the needs of residential and commercial customers. This places cable operators

More information

Tutor: Orawan Tipmongkolsilp

Tutor: Orawan Tipmongkolsilp IPTV Services and Technologies Jan Laskowski s Tutor: Orawan Tipmongkolsilp Contents 1. Overview 2. Headend / Data Center 3. IPTV Technologies IPTV Backbone or core network The Last Mile 4. Consumer devices

More information

WDM-PON: A VIABLE ALTERNATIVE FOR NEXT GENERATION FTTP

WDM-PON: A VIABLE ALTERNATIVE FOR NEXT GENERATION FTTP WDM-PON: A VIABLE ALTERNATIVE FOR NEXT GENERATION FTTP AN ENABLENCE ARTICLE WRITTEN BY DR. MATT PEARSON, VP TECHNOLOGY PUBLISHED IN FTTH PRISIM MAGAZINE March, 2010 www.enablence.com Most of the Fiber-to-the-Home

More information

White paper. Data over Coax

White paper. Data over Coax White paper Data over Coax Data over Coax quality service at lower costs With the growing popularity of OTT video services and high definition video formats, broadband users will need significantly higher

More information

Meeting the Five Key Needs of Next-Generation Cloud Computing Networks with 10 GbE

Meeting the Five Key Needs of Next-Generation Cloud Computing Networks with 10 GbE White Paper Meeting the Five Key Needs of Next-Generation Cloud Computing Networks Cloud computing promises to bring scalable processing capacity to a wide range of applications in a cost-effective manner.

More information

White Paper Three Simple Ways to Optimize Your Bandwidth Management in Video Surveillance

White Paper Three Simple Ways to Optimize Your Bandwidth Management in Video Surveillance White Paper Three Simple Ways to Optimize Your Bandwidth Management in Video Surveillance Table of Contents Executive Summary 3 Getting the Most from Your Network Resources 4 Uncovering Common Methods

More information

The Economics of Cisco s nlight Multilayer Control Plane Architecture

The Economics of Cisco s nlight Multilayer Control Plane Architecture The Economics of Cisco s nlight Multilayer Control Plane Architecture Executive Summary Networks are becoming more difficult to plan and optimize because of high traffic growth, volatile traffic patterns,

More information

IPTV Primer. August 2008. Media Content Team IRT Workgroup

IPTV Primer. August 2008. Media Content Team IRT Workgroup TV Primer August 2008 Media Content Team IRT Workgroup What Is TV? TV is the delivery of video and audio programming via Internet Protocol () over a broadband network TV can run on a converged network

More information

a Unified Home Gateway Series Introduction: Market Drivers and Tech Challenges Carol Ansley, Sr. Director Advanced Architecture, ARRIS

a Unified Home Gateway Series Introduction: Market Drivers and Tech Challenges Carol Ansley, Sr. Director Advanced Architecture, ARRIS Managing Improving Cable Home TV Migration Networking to Satisfaction IP Part 1 with a Unified Home Gateway Series Introduction: Market Drivers and Tech Challenges Carol Ansley, Sr. Director Advanced Architecture,

More information

We Deliver the Future of Television The benefits of off-the-shelf hardware and virtualization for OTT video delivery

We Deliver the Future of Television The benefits of off-the-shelf hardware and virtualization for OTT video delivery We Deliver the Future of Television The benefits of off-the-shelf hardware and virtualization for OTT video delivery istockphoto.com Introduction Over the last few years, the television world has gone

More information

SHEET 5 CABLE TELEVISION SYSTEM

SHEET 5 CABLE TELEVISION SYSTEM SHEET 5 CABLE TELEVISION SYSTEM TRADITIONAL TELEVISION AND IPTV INTRODUCTION Access to full digital, as an inevitable technological development, clearly demonstrates the place of Digital Communication

More information

Harnessing the Power of HFC Node Facility

Harnessing the Power of HFC Node Facility HUAWEI TECHNOLOGIES CO., LTD. May 6, 2014 Table of Contents Abstract... 4 1 Introduction... 5 2 HFC Migration Tools and Challenges... 6 2.1 Existing Tools... 6 2.2 Emerging Tools... 9 2.2.1 DOCSIS 3.1...

More information

Forecast of Mobile Broadband Bandwidth Requirements

Forecast of Mobile Broadband Bandwidth Requirements Forecast of Mobile Broadband Bandwidth Requirements s Executive Summary The consumption of video content is creating a shift from use in the home to mobile devices. This is driving exponential increases

More information

9 The continuing evolution of television

9 The continuing evolution of television Section 9 9 The continuing evolution of television 9.1 There have been no significant changes in the coverage of traditional broadcast terrestrial, satellite and cable networks over the past year. However,

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides

More information

Introduction to Ethernet

Introduction to Ethernet Technical Tutorial 2002 12-06 Table of Contents 1: Introduction 2: Ethernet 3: IEEE standards 4: Topology 5: CSMA/CD 6: Wireless-LAN 7: Transmission Speed 8: Limitations of Ethernet 9: Sena Products and

More information

Cable Modems. Definition. Overview. Topics. 1. How Cable Modems Work

Cable Modems. Definition. Overview. Topics. 1. How Cable Modems Work Cable Modems Definition Cable modems are devices that allow high-speed access to the Internet via a cable television network. While similar in some respects to a traditional analog modem, a cable modem

More information

Fiber to the Home: Enabling Innovation & Growth. Stuart Elby, PhD Vice President -- Technology

Fiber to the Home: Enabling Innovation & Growth. Stuart Elby, PhD Vice President -- Technology Fiber to the Home: Enabling Innovation & Growth Stuart Elby, PhD Vice President -- Technology Communications Trends Access Bandwidth Consumption 4G 3G 2/2.5G 2 Infonetics, Alcatel-Lucent Applications and

More information

Leveraging Embedded Fiber Optic Infrastructures for Scalable Broadband Services

Leveraging Embedded Fiber Optic Infrastructures for Scalable Broadband Services JR RICHARDSON Engineering for the Masses Jr.richardson@cox.com Leveraging Embedded Fiber Optic Infrastructures for Scalable Broadband Services Preface When telecommunications companies sell broadband access,

More information

802.11ac: The next Wi-Fi generation Gigabit Speed Wi-Fi

802.11ac: The next Wi-Fi generation Gigabit Speed Wi-Fi 802.11ac: The next Wi-Fi generation Gigabit Speed Wi-Fi Alexandre Vecchietti Airties Wireless Networks Executive summary Why do we need faster Wi-Fi? The 5th generation of Wi-Fi is here, knocking at our

More information

Genexis FTTH Network Architecture

Genexis FTTH Network Architecture Genexis FTTH Network Architecture An introduction to the Genexis FTTH Network Architecture This document contains general information about the Genexis FTTH Network Architecture. Contents 1. Introduction...2

More information

Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television

Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television istockphoto.com Introduction The possibility of recording a live television channel is an application that

More information

Monitoring to Service Monitoring

Monitoring to Service Monitoring Managing The Shift Cable from TV Element Migration Monitoring IP Part to Packet 1 Monitoring to Service Monitoring Series Introduction: Market Drivers and Tech Challenges Ian Wheelock, Principal System

More information

SONET and DWDM: Competing Yet Complementary Technologies for The Metro Network

SONET and DWDM: Competing Yet Complementary Technologies for The Metro Network and : Competing Yet Complementary Technologies for The Metro Network Introduction The next generation of equipment has been well accepted by service providers and is being usefully deployed into networks

More information

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Cloud Topology Public cloud providers such as Amazon Web Service, Google, IBM, Rackspace, etc. have similar

More information

Live and VOD OTT Streaming Practical South African Technology Considerations

Live and VOD OTT Streaming Practical South African Technology Considerations Live and VOD OTT Streaming Practical South African Technology Considerations Purpose of Presentation Discuss the state of video streaming technology in South Africa Discuss various architectures and technology

More information

The battle for the residential customer

The battle for the residential customer Fiber, Coax or DSL? Meeting Customer Demand for Bandwidth Only fiber will deliver the kinds of content customers will crave in a few years By David R. Kozischek Corning Cable Systems The battle for the

More information

PQoS Parameterized Quality of Service. White Paper

PQoS Parameterized Quality of Service. White Paper P Parameterized Quality of Service White Paper Abstract The essential promise of MoCA no new wires, no service calls and no interference with other networks or consumer electronic devices remains intact

More information

Aurora Networks, Inc.

Aurora Networks, Inc. WHITE PAPER 16 Aurora Networks, Inc. July 2009 Thinking Green Strengthens the Case for Fiber Deep in Cable Copyright 2009 Aurora Networks, Inc. All rights reserved. All rights reserved. No part of this

More information

OIAC Specialized Services Working Group. Video Set Top Box Case Study Summary

OIAC Specialized Services Working Group. Video Set Top Box Case Study Summary OIAC Specialized Services Working Group Video Set Top Box Case Study Summary Video Set Top Box Case Study Working group chose to look at video Set Top Boxes (STBs) as a case study of a specific category

More information

SMALL SYSTEM ARCHITECTURE FOR DIGITAL CABLE Christopher Poli, PE and Michael Hicks Motorola Broadband Communications Sector

SMALL SYSTEM ARCHITECTURE FOR DIGITAL CABLE Christopher Poli, PE and Michael Hicks Motorola Broadband Communications Sector SMALL SYSTEM ARCHITECTURE FOR DIGITAL CABLE Christopher Poli, PE and Michael Hicks Motorola Broadband Communications Sector Abstract This paper focuses on the basic architectural elements required for

More information

PathTrak Video Monitoring System for Cable TV. Track performance all the way to the RF edge with the PathTrak Video Monitoring System

PathTrak Video Monitoring System for Cable TV. Track performance all the way to the RF edge with the PathTrak Video Monitoring System PathTrak Video Monitoring System for Cable TV Track performance all the way to the RF edge with the PathTrak Video Monitoring System Track performance all the way to the RF edge with the PathTrak Video

More information

EVOLUTION TO SCALABLE, MULTISERVICE CORE AND EDGE NETWORKS FOR CABLE MSOS STRATEGIC WHITE PAPER

EVOLUTION TO SCALABLE, MULTISERVICE CORE AND EDGE NETWORKS FOR CABLE MSOS STRATEGIC WHITE PAPER EVOLUTION TO SCALABLE, MULTISERVICE CORE AND EDGE NETWORKS FOR CABLE MSOS STRATEGIC WHITE PAPER It s no exaggeration to say the multiple-system operator (MSO) industry has undergone a radical transformation

More information

Hard Questions About Hardware

Hard Questions About Hardware Enterprise Middleware Solutions Hard Questions About Hardware Whitepaper Pay TV companies and Telcos are trying to tackle three big questions (1) How to stay relevant (2) How to respond to OTT Services

More information

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. Verizon FiOS FTTP Deployment and NG PON Perspectives

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. Verizon FiOS FTTP Deployment and NG PON Perspectives Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems Verizon FiOS FTTP Deployment and NG PON Perspectives Martin Carroll DMTS Network and Technology Verizon FTTP: Future Proofing Upstream

More information

Solon Survey of European Cable Communication 2014

Solon Survey of European Cable Communication 2014 Solon Survey of European Cable Communication 2014 Key Findings Solon European Cable Survey 2014 Cable industry to accelerate growth: The European cable operators participating in this year s survey are

More information

Third-Party Service Providers Options for Reselling Cable Services and Cable Access

Third-Party Service Providers Options for Reselling Cable Services and Cable Access Brassersplein 2 2612 CT Delft Postbus 5050 2600 GB Delft TNO Paper R10808 Third-Party Service Providers Options for Reselling Cable Services and Cable Access The Dutch situation www.tno.nl T +31 88 866

More information

Edwin Mallette, Bright House Networks. Edwin.mallette@bhnis.com

Edwin Mallette, Bright House Networks. Edwin.mallette@bhnis.com Edwin Mallette, Bright House Networks Edwin.mallette@bhnis.com Extended EP Study Group 802.3 Interim meeting, Chicago, IL, SA September 2011 a) Broad set of applications b) Multiple vendors, multiple users

More information

2013 WAN Management Spectrum. October 2013

2013 WAN Management Spectrum. October 2013 2013 WAN Management Spectrum October 2013 Market Context... 2 Executive Summary... 3 By the Numbers... 5 Research Background... 6 WAN Management... 8 Business Impact... 9 Submarkets... 10 Deployment...

More information

Troubleshooting and Monitoring

Troubleshooting and Monitoring Combining QoE and QoS for Maximum Quality Assurance Throughout the Network This paper was first presented at SCTE Cable-Tec Expo 2013 held in Atlanta, GA. TV Everywhere is clearly the future of television

More information

Internet Protocol (IP) vs Radio Frequency (RF) Television Distribution

Internet Protocol (IP) vs Radio Frequency (RF) Television Distribution Internet Protocol (IP) vs Radio Frequency (RF) Television Distribution Tom Schmidt tom@tschmidtdotcom Revised 20 February 2006 Summary The advent of high-speed residential Internet access creates an alternative

More information

ITU-T RECOMMENDATION J.122, SECOND-GENERATION TRANSMISSION SYSTEMS FOR INTERACTIVE CABLE TELEVISION SERVICES IP CABLE MODEMS

ITU-T RECOMMENDATION J.122, SECOND-GENERATION TRANSMISSION SYSTEMS FOR INTERACTIVE CABLE TELEVISION SERVICES IP CABLE MODEMS ORGANIZATION OF AMERICAN STATES INTER-AMERICAN TELECOMMUNICATION COMMISSION PERMANENT CONSULTATIVE COMMITTEE I: TELECOMMUNICATION STANDARDIZATION Standards Coordination Document Nr. 10: ITU-T RECOMMENDATION

More information

How To Get High Speed Internet In Australia

How To Get High Speed Internet In Australia ADSL vs Cable Cable subscribers are connected directly to high speed lines while ADSL subscribers are connected directly to medium speed lines Cable subscribers share the line connecting them to neighbourhood

More information