Experience with SDI Contribution over IP Network

Size: px
Start display at page:

Download "Experience with SDI Contribution over IP Network"

Transcription

1 White Paper Experience with SDI Contribution over Network Author: Helge Stephansen, T-VS Tom Erik Krognes, Media Netwerk All rights reserved

2 Introduction The growth of based service in the national and international market has been tremendous, and the traffic volume is comparable to ordinary voice. At the same time the cost of technology is considerably less than that of ATM and SDH. The consequence is that telecom operators are constructing new s with the intent of converging all services to. The result for the broadcaster is that it will be more economical to base new contribution and distribution s on. The Pro-MPEG Forum has proposed two standards for transport of video over. Code of Practice 3 (CoP 3) covers compressed video in the form of MPEG-2 Transport Streams. This standard is well advanced and equipment is available from several vendors, as being demonstrated at this event. Code-of- Practice 4 is similar to CoP 3 and concerns transport of uncompressed video - SDI. This paper describes the experience with using CoP 4 for contribution. Moreover, the paper includes a description of the standard and configuration trade-off for SDI transport. Case study: SportN and Media Netwerk The competition in DTH is equally strong in Norway as in any other country. NRK and MTG, have decided to join forces and have launched a new sports channel in order to compete with Canal Digital and TV2 after they purchased the rights for the Norwegian Soccer League for the next three years. The partners decided that content should be compressed and transported from the NRK studio in Oslo to the satellite uplink in Stockholm. The operator responsible for video transportation, Media Netwerk, decided to carry out the MPEG-2 encoding at its own studio as this provided some operational advantages, for instance adding live commentary to programs. The major benefits of selecting SDI over are no compression distortion, no compression delay and 10 bit video resolution. Media Netwerk is one of the pioneers in Scandinavia in using for Broadcasting following its decision to replace satellite SNG with -based contribution back in Its consists of fiber as well as Nera s Citylink (microwave radio links with Ethernet interfaces). The purpose was for backhaul of horse racing from race tracks in Norway and this is still used every day. For transport of the new, SportN, channel T-VS supplied 2 pairs of SDI to Gateways. The main transmitter/receiver pair is used for the forward path from NRK to Media Netwerk while the second is used to send a return signal back to NRK. As the gateway can be configured either as a transmitter or receiver the second pair also serves as backup for the main pair. The involves three Cisco Catalyst The connection uses layer 2 with VLAN trunking. In addition to the SDI signal there a number of other services going over the same VLAN. The equipment was installed in the middle of 2

3 November 2005 and put into live service for launch of SportN on November 29 th NRK MediaNetwerk Viasat Content creation and aggregation SDI SDI Encoding system Satellite Uplink Oslo, Marienlyst Oslo, Bjerke Figur 1. SportN System Architecture Stockholm Pro-MPEG CoP 4 protocol Pro-MPEG CoP 4 uses RTP/UDP/ protocol layers. UDP does not include retransmission of lost packets as that would likely create congestion for CBR streams at this rate. In order to be suitable for broadcast television a Forward Error Correction (FEC) layer is included in CoP4. The maximum length of an Ethernet frame is 1500 bytes. This fits well with splitting a video line into two parts and leads to an packet rate of packets/s for 25 Hz frame rate. The error correction is derived from RFC 2733, and extends to protect against burst loss. The connection between video packets and error protection packets are by RTP sequence number. As the sequence number is incremented for every packet it is possible to re-order out-of-order packets as well as to remove duplicated packets. Video Packets Ethernet Frame FEC Packets Ethernet Frame Header UDP Header RTP Header SDI Payload Data Routing UDP UDP port differentiate between streams RTP Order packets in sequence FEC Header Position FEC data in relation to RTP sequence number FEC payload XOR over packets to be protected Header UDP Header RTP Header FEC Header XOR FEC Payload Figur 2: Pro-MPEG CoP 4 protocol stack. The maximum size of a normal Ethernet frame is 1500 bytes. As PAL TV line is 2160 bytes a video line is split into two parts and leads to an packet rate of packets/s for 25 Hz frame rate. 3

4 The payload packets are ordered in a two-dimensional matrix with D row and L Columns where packets are entered by rows. The default FEC mode is to add a FEC packet for each column. It is then possible to regenerate 1 lost packet in each column. Optionally one may also add a FEC packet for each row. By performing an iterative regeneration of lost packets this mode makes it possible to correct multiple errors in a row or column. Adapting implementation to performance An is connectionless and the default mode of operation is by best effort forwarding. Variable traffic load will cause delay variations in the routers and overflow will result in packet drop. ITU has produced Y.1541 standards for Network Performance Objectives for -based Services. The highest performance was class 0 intended for voice services. In the latest draft for revision a new class 6 for video services has been added. The requirements for delay time variations are up to 50ms at the 10-3 quantile for class 0 and 50ms at the 10-5 quantile for class 6. For packet loss ratio the limits are set to 10-3 for and 10-5 respectively. The short time jitter will normally be around 1 ms, but rerouting may cause immediate changes in delay in the range of 5 to 20 ms. Broadcasters, on the other hand, cannot accept these amounts of loss and need to apply error correction. Considering 1 packet lost per day as an acceptable limit, the packet loss ratio after lost packet reconstruction must be less than The performance can be improved by using MPLS or, as in this case, by setting up a VLAN in order to get isolation between the broadcast services and other services going through the same routers or switches. Alternatively or complimentary, the Type of Service (TOS) byte may be set to high priority in order to be expediently forwarded through the routers. Similarly the Class of Service byte may be applied if the Gateway is configured in VLAN mode. Selection of FEC mode The operator may select between the default mode using column FEC only or the optional dual mode with both column and row FEC. With the same matrix sizes the FEC computation delays are similar. The dual mode requires some more time in order to do the iterative correction, but this added time is short compared to the overall FEC delay. The FEC delay is linked to the time it takes to wait for the last packet in the column before being able to compute the FEC checksum + the time a FEC packet needs to be held back before it can be transmitted. The shortest delay is achieved by using what is referred to as CoP3 Annex A. In contrast to the annex B mode the FEC matrix is skewed and the FEC packets can be transmitted as the checksum is computed. With a rectangular matrix as in annex B it is required to hold back FEC packets in order to get a constant rate. The selection between column and dual FEC mode is a trade off between overhead and FEC performance. Consider an overhead of 10% which in most cases is quite acceptable, the operator can select between a 10x10 matrix with 4

5 column FEC or a 20x20 matrix with dual FEC. The FEC delay for the 10x10 matrix is about 3.5 ms, while 14 ms for a 20x20 matrix. At these settings a packet loss ratio of up to for column mode or for dual FEC can be reduced to less than 1 error per day. As both modes have acceptable delay, it is advisable to use the dual FEC mode due to considerable better performance for error correction. A curious effect of the dual mode is that the performance only lightly depends on the packet loss ratio when this ratio is less than This is due to the fact that for low loss rates the dominant mode is one payload packet and the corresponding FEC column and row packets are lost. Of all combinations with 3 packets lost there are exactly LxD combinations that cannot be corrected. As the packet loss ratio is the ratio of uncorrectable packets divided by the number of packets in a matrix, the matrix size does not influence the share of uncorrectable packets for this particular mode. For higher loss ratios other combinations start to increase in influence and the improvement decreases, so that as the row lengths increase, the performance will get close to the column FEC mode with the same number of rows. Selection of receiver latency Receiver latency is the time that elapses from the moment an packet enters the receiver until it is being delivered as an SDI line on the output port. Delay is required to compensate for long time delay variations caused by, for instance, rerouting and short time jitter caused by variable time spent in the buffers of the routers on the way from transmitter to receiver. In addition it is required to add the time required for the FEC process. A possible setting of these parameters may be to allocate 15 ms for delay and jitter. The total delay then ends up being 18ms for a 10x10 matrix and 28ms for a 20x20 matrix. Packets that have a longer delay than the allocated value will result in packet loss. If the receiver latency is set too small the buffer will go below the matrix size and error correction can no longer be performed. Selection of SDI output clock mode The SDI data is clocked from he receiver output buffer by a stable 27 MHz clock. The clock tolerance for a studio signal is in the range of 3 to 0.1 ppm for various television systems. There are no real applications where it makes sense to lock the SDI output clock to a regenerated clock with this stability as the buffer filling will now be entirely linked to the jitter. For instance, a 1 ms jitter decrease would lead to more bits in the memory. By increasing the output rate with 1 ppm the buffer will decrease with 270 bits/s and it will take 1000 s before the output is reduced to default setting. Furthermore all switching inside a studio requires that the signal is locked to the house sync. The total performance is achieved by integration of a framestore inside the gateway as the frame skip and frame repeat can then be done in the best position. A hysteresis 5

6 needs to take the jitter into account in order to avoid short interval skip/repeat sessions. Media Netwerk decided to lock the SDI output to their studio sync. Receiver error concealment. Even with FEC running, some packets containing video data may be lost. As the output signal needs to be correct at all times, the receiver will recover lost packets by inserting data from the previous line or frame. In most cases this will only create small if any distortions to the picture. This is in contrast to MPEG-2 transport streams, where an error is likely to cause distortion over several blocks for a number of video frames. Experience achieved The SDI connection was put into service on November 29 th 2005 and has been running with only minor problems. Currently FEC has not been used and lost packets have been compensated by error concealment. For the initial 45 days of operation the number of lost packets reported is 52 for the main link from NRK and 236 for the return link. The packet loss ratio for the main link is acceptable, but for the return link FEC is required in order to be within a target of less than 1 error per day. During the same period there have been 6 instances of sequence count errors. These are caused by packet loss indicating that average burst loss is in the range of 9 and 26 respectively for the forward and return path. Using VLAN, as in this case, is a simple way to set up permanent fixed routes between studios. We also got a demonstration of one of the drawbacks of using layer 2 when the SDI signal was broadcast on the complete as the SDI transmitter was trying to locate the receiver. The 300 Mbit/s signal put a very effective stop to the 100BT links in the system. The SDI link is now placed on a separate VLAN. The system will be converted to layer 3 routing as this reduces the risk of flooding and looping About T-VS Headquartered in Oslo, T-VS AS is a Norwegian technology company with new products and solutions for the growing professional Video over transport market. T-VS provides solutions for broadcast contribution, studio-to-studio media exchange, in-house signal distribution and routing, post-production, live event coverage and primary distribution. The company is funded through investments from the leading Scandinavian VC funds Northzone Ventures and Selvaag Venture Capital. For further information, please visit: T-VS AS Østensjøveien 18 NO 0661 Oslo, Norway 6

MA5400 IP Video Gateway. Introduction. Summary of Features

MA5400 IP Video Gateway. Introduction. Summary of Features MA5400 IP Video Gateway Introduction The MA5400 IP Video Gateway bridges the gap between the MPEG-2 and IP domains providing an innovative solution to the need to transport real-time broadcast quality

More information

IP Video Network Gateway Solutions

IP Video Network Gateway Solutions IP Video Network Gateway Solutions INTRODUCTION The broadcast systems of today exist in two separate and largely disconnected worlds: a network-based world where audio/video information is stored and passed

More information

Introduction to Quality of Service

Introduction to Quality of Service Introduction to Quality of Service The use of IP as a foundation for converged networks has raised several issues for both enterprise IT departments and ISPs. IP and Ethernet are connectionless technologies

More information

CS640: Introduction to Computer Networks. Application Classes. Application Classes (more) 11/20/2007

CS640: Introduction to Computer Networks. Application Classes. Application Classes (more) 11/20/2007 CS640: Introduction to Computer Networks Aditya Akella Lecture 21 - Multimedia Networking Application Classes Typically sensitive to delay, but can tolerate packet loss (would cause minor glitches that

More information

Assuring Media Quality in IP Video Networks. Jim Welch IneoQuest Technologies

Assuring Media Quality in IP Video Networks. Jim Welch IneoQuest Technologies Assuring Media Quality in IP Video Networks Jim Welch IneoQuest Technologies Agenda The challenge: Viewer satisfaction requires High Program Availability High Availability metric - what about five 9s?

More information

A Proposed Time-Stamped Delay Factor (TS-DF) algorithm for measuring Network Jitter on RTP Streams

A Proposed Time-Stamped Delay Factor (TS-DF) algorithm for measuring Network Jitter on RTP Streams EBU TECH 3337 A Proposed Time-Stamped Delay Factor (TS-DF) algorithm for measuring Network Jitter on RTP Streams Source: N/IMP Status: Information 1 Geneva January 2010 Page intentionally left blank. This

More information

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony Introduction to VoIP Cisco Networking Academy Program 1 Requirements of Voice in an IP Internetwork 2 IP Internetwork IP is connectionless. IP provides multiple paths from source to destination. 3 Packet

More information

Hands-On IP Multicasting for Multimedia Distribution Networks

Hands-On IP Multicasting for Multimedia Distribution Networks Hands-On for Multimedia Distribution Networks Course Description This Hands-On course provides an in-depth look how IP multicasting works, its advantages and limitations and how it can be deployed to provide

More information

RECOMMENDATION ITU-R BT.1720 *

RECOMMENDATION ITU-R BT.1720 * Rec. ITU-R BT.1720 1 RECOMMENDATION ITU-R BT.1720 * Quality of service ranking and measurement methods for digital video broadcasting services delivered over broadband Internet protocol networks (Question

More information

ST2110 and High Bitrate Media Transport over IP Networks

ST2110 and High Bitrate Media Transport over IP Networks broadcast communications Zetrox Broadcast Communications Archer Lodge, Chequers Road, Basingstoke, Hampshire, RG21 7PU, United Kingdom training@zetrox.com; Tel. / Fax.: +44 (0)1256 328484 Training Course

More information

CS 457 Multimedia Applications. Fall 2014

CS 457 Multimedia Applications. Fall 2014 CS 457 Multimedia Applications Fall 2014 Topics Digital audio and video Sampling, quantizing, and compressing Multimedia applications Streaming audio and video for playback Live, interactive audio and

More information

Introduction to LAN/WAN. Application Layer 4

Introduction to LAN/WAN. Application Layer 4 Introduction to LAN/WAN Application Layer 4 Multimedia Multimedia: Audio + video Human ear: 20Hz 20kHz, Dogs hear higher freqs DAC converts audio waves to digital E.g PCM uses 8-bit samples 8000 times

More information

Configuring RTP Header Compression

Configuring RTP Header Compression Configuring RTP Header Compression First Published: January 30, 2006 Last Updated: July 23, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

ST2110 and High Bitrate Media Transport over IP Networks

ST2110 and High Bitrate Media Transport over IP Networks broadcast communications Zetrox Broadcast Communications Archer Lodge, Chequers Road, Basingstoke, Hampshire, RG21 7PU, United Kingdom training@zetrox.com; Tel. / Fax.: +44 (0)1256 328484 Training Course

More information

Technology Brief. VeloCloud Dynamic. Multipath Optimization. Page 1 TECHNOLOGY BRIEF

Technology Brief. VeloCloud Dynamic. Multipath Optimization. Page 1 TECHNOLOGY BRIEF Technology Brief Page 1 This document discusses the key functionalities and benefits of (DMPO) that assures enterprise and cloud application performance over Internet and hybrid WAN. Contents Page 2 Introduction

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

CN-100 Network Analyzer Product Overview

CN-100 Network Analyzer Product Overview CN-100 Network Analyzer Product Overview CN-100 network analyzers offer an extremely powerful yet cost effective solution for today s complex networking requirements. Test Ethernet or ATM networks with

More information

2. Traffic lect02.ppt S Introduction to Teletraffic Theory Spring

2. Traffic lect02.ppt S Introduction to Teletraffic Theory Spring lect02.ppt S-38.145 - Introduction to Teletraffic Theory Spring 2005 1 Contents Traffic characterisation Telephone traffic modelling Data traffic modelling at packet level Data traffic modelling at flow

More information

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

UDP-Lite Enhancement Through Checksum Protection

UDP-Lite Enhancement Through Checksum Protection IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS UDP-Lite Enhancement Through Checksum Protection To cite this article: Suherman et al 2017 IOP Conf. Ser.: Mater. Sci. Eng. 180

More information

Parameter Equipment Motivation Monitoring method. Smooth play-out Test stream

Parameter Equipment Motivation Monitoring method. Smooth play-out Test stream IP transport requirements Packet Loss Ratio The ratio between the number of the packets lost in the network total and number the of transmitted packets1. Latency The time interval between initial transmission

More information

Transporting audio-video. over the Internet

Transporting audio-video. over the Internet Transporting audio-video over the Internet Key requirements Bit rate requirements Audio requirements Video requirements Delay requirements Jitter Inter-media synchronization On compression... TCP, UDP

More information

precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level)

precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level) Protocols precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level) all packets shipped from network to network as IP packets

More information

NEXT GENERATION BACKHAUL NETWORKS

NEXT GENERATION BACKHAUL NETWORKS NEXT GENERATION BACKHAUL NETWORKS AVIAT NETWORKS Presented By Vishnu Sahay 1 Visionary Adaptive Agile 2 AVIAT NETWORKS May 18, 2010 By Your Side Evolving Backhaul Requirements Base Stations with 50 Mbit/s

More information

Synchronisation in Telecom Networks

Synchronisation in Telecom Networks Synchronisation in Telecom Networks ITSF / Jean-Loup Ferrant / November 6, 006 Network synchronisation history () Page -PSTN and PDH -Switches needed synchronisation in order to comply with slip generation

More information

Creating and Configuring Outgoing Transport Streams

Creating and Configuring Outgoing Transport Streams Creating and Configuring Outgoing Transport Streams This section describes how to create outgoing transport streams and how to configure these streams. Creating Outgoing Transport Streams, page 1 Changing

More information

The i-visto Gateway XG Uncompressed HDTV Multiple Transmission Technology for 10-Gbit/s Networks

The i-visto Gateway XG Uncompressed HDTV Multiple Transmission Technology for 10-Gbit/s Networks The Gateway XG Uncompressed HDTV Multiple Transmission Technology for Networks Takeaki Mochida, Tetsuo Kawano, Tsuyoshi Ogura, and Keiji Harada Abstract The is a new product for the (Internet video studio

More information

Streaming (Multi)media

Streaming (Multi)media Streaming (Multi)media Overview POTS, IN SIP, H.323 Circuit Switched Networks Packet Switched Networks 1 POTS, IN SIP, H.323 Circuit Switched Networks Packet Switched Networks Circuit Switching Connection-oriented

More information

Multimedia in the Internet

Multimedia in the Internet Protocols for multimedia in the Internet Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ > 4 4 3 < 2 Applications and protocol stack DNS Telnet

More information

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols Integrated services Reading: S. Keshav, An Engineering Approach to Computer Networking, chapters 6, 9 and 4 Module objectives Learn and understand about: Support for real-time applications: network-layer

More information

Multimedia Networking

Multimedia Networking CE443 Computer Networks Multimedia Networking Behnam Momeni Computer Engineering Department Sharif University of Technology Acknowledgments: Lecture slides are from Computer networks course thought by

More information

Need For Protocol Architecture

Need For Protocol Architecture Chapter 2 CS420/520 Axel Krings Page 1 Need For Protocol Architecture E.g. File transfer Source must activate communications path or inform network of destination Source must check destination is prepared

More information

A PROPOSED REVISION TO IRIG 218 BASED ON REAL WORLD EXPERIENCE Gary A. Thom GDP Space Systems 300 Welsh Road, Horsham, PA

A PROPOSED REVISION TO IRIG 218 BASED ON REAL WORLD EXPERIENCE Gary A. Thom GDP Space Systems 300 Welsh Road, Horsham, PA Abstract A PROPOSED REVISION TO IRIG 218 BASED ON REAL WORLD EXPERIENCE Gary A. Thom GDP Space Systems 300 Welsh Road, Horsham, PA 19044 gthom@delta-info.com The Range Commanders Council has been attempting

More information

Need For Protocol Architecture

Need For Protocol Architecture Chapter 2 CS420/520 Axel Krings Page 1 Need For Protocol Architecture E.g. File transfer Source must activate communications path or inform network of destination Source must check destination is prepared

More information

On the Scalability of RTCP Based Network Tomography for IPTV Services. Ali C. Begen Colin Perkins Joerg Ott

On the Scalability of RTCP Based Network Tomography for IPTV Services. Ali C. Begen Colin Perkins Joerg Ott On the Scalability of RTCP Based Network Tomography for IPTV Services Ali C. Begen Colin Perkins Joerg Ott Content Distribution over IP Receivers Content Distributor Network A Transit Provider A Transit

More information

Networks and Transfer Protocols

Networks and Transfer Protocols Networks and Transfer Protocols IRT The Networks and Transfer Protocols subgroup of the Task Force had the responsibility of finding the best technologies to enable different data types to be moved around

More information

TDM Pseudowire RAD Data Communications Ltd.

TDM Pseudowire RAD Data Communications Ltd. An Introduction to Pseudowires... 2 The Technology Challenges... 2 Available Pseudowire Types... 3 How to Choose a Pseudowire Type... 4 Standardization and Interoperability... 4 A Word on Clock Recovery...

More information

UBR Congestion controlled Video Transmission over ATM Eltayeb Omer Eltayeb, Saudi Telecom Company

UBR Congestion controlled Video Transmission over ATM Eltayeb Omer Eltayeb, Saudi Telecom Company UBR Congestion controlled Video Transmission over ATM Eltayeb Omer Eltayeb, Saudi Telecom Company ABSTRACT The ATM unspecified bit rate (UBR) class of service some times referred to as best effort service-

More information

MAX-860 Report PASS. Job Information. Equicom Méréstechnikai Kft. Report Title: EtherSAM (Y.1564)

MAX-860 Report PASS. Job Information. Equicom Méréstechnikai Kft. Report Title: EtherSAM (Y.1564) MAX-86 Report Report Header: Report Title: Report Date: Type: Job Information Job ID: Circuit ID: Contractor Name: Customer Name: Operator Name: Comment: Equicom Méréstechnikai Kft. 218.4.2. 13:54:6 EtherSAM

More information

Optimizing IP Networks for Acquisition. Presented by Henry Quintana, Director of Solutions TVU Networks

Optimizing IP Networks for Acquisition. Presented by Henry Quintana, Director of Solutions TVU Networks Optimizing IP Networks for Acquisition Presented by Henry Quintana, Director of Solutions TVU Networks More Content, Less Cost IP-based Infrastructure Limitations All transmission mediums have compromises

More information

Multimedia Networking

Multimedia Networking Multimedia Networking 1 Multimedia, Quality of Service (QoS): What is it? Multimedia applications: Network audio and video ( continuous media ) QoS Network provides application with level of performance

More information

Testing Video over IP Product and Services

Testing Video over IP Product and Services GIGANET S Y S T E M S Precision Performance Repeatability Testing Video over IP Product and Services Application Note Introduction Video over IP has gone mainstream. Over the last few years, the number

More information

2. Traffic. Contents. Offered vs. carried traffic. Characterisation of carried traffic

2. Traffic. Contents. Offered vs. carried traffic. Characterisation of carried traffic Contents characterisation Telephone traffic modelling Data traffic modelling at packet level Data traffic modelling at flow level lect.ppt S-8.5 - Introduction to Teletraffic Theory Spring 6 Offered vs.

More information

Hands-On Troubleshooting IPTV with WireShark

Hands-On Troubleshooting IPTV with WireShark Hands-On Course Description This Hands-On course will enable attendees to upgrade their knowledge about how Video and Television is carried over IP in state-of-the art systems. At the end of the course

More information

Multimedia Networking

Multimedia Networking CMPT765/408 08-1 Multimedia Networking 1 Overview Multimedia Networking The note is mainly based on Chapter 7, Computer Networking, A Top-Down Approach Featuring the Internet (4th edition), by J.F. Kurose

More information

Configuring TCP Header Compression

Configuring TCP Header Compression Configuring TCP Header Compression First Published: January 30, 2006 Last Updated: May 5, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

Cobalt Digital Inc Galen Drive Champaign, IL USA

Cobalt Digital Inc Galen Drive Champaign, IL USA Cobalt Digital White Paper IP Video Transport Protocols Knowing What To Use When and Why Cobalt Digital Inc. 2506 Galen Drive Champaign, IL 61821 USA 1-217-344-1243 www.cobaltdigital.com support@cobaltdigital.com

More information

Outline. QoS routing in ad-hoc networks. Real-time traffic support. Classification of QoS approaches. QoS design choices

Outline. QoS routing in ad-hoc networks. Real-time traffic support. Classification of QoS approaches. QoS design choices Outline QoS routing in ad-hoc networks QoS in ad-hoc networks Classifiction of QoS approaches Instantiation in IEEE 802.11 The MAC protocol (recap) DCF, PCF and QoS support IEEE 802.11e: EDCF, HCF Streaming

More information

The difference between TTC JT-Y1221 and ITU-T Y.1221

The difference between TTC JT-Y1221 and ITU-T Y.1221 The difference between TTC JT-Y1221 and ITU-T Y.1221 Traffic control and congestion control in IP based networks (The English Edition) Version 1.0 Published on March 27, 2013 THE TELECOMMUNICATION TECHNOLOGY

More information

Designing and Provisioning IP Contribution Networks

Designing and Provisioning IP Contribution Networks Designing and Provisioning IP Contribution Networks Chin Koh 2 June 2015 Outline Introduction Protecting Media over IP Real-time Monitoring Centralized Management Nationwide Contribution Broadcast Network

More information

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications Perfect Video over Any Network State-of-the-art Technology for Live Video Comunications Who We Are Established in 2004 Focus on the Professional Video Market Over 30 years of combined experience in Broadcast

More information

Internetworking Part 1

Internetworking Part 1 CMPE 344 Computer Networks Spring 2012 Internetworking Part 1 Reading: Peterson and Davie, 3.1 22/03/2012 1 Not all networks are directly connected Limit to how many hosts can be attached Point-to-point:

More information

Quality of Service. Ib Hansen TECRST-2500_c Cisco Systems, Inc. All rights reserved. Cisco Public 1

Quality of Service. Ib Hansen TECRST-2500_c Cisco Systems, Inc. All rights reserved. Cisco Public 1 Quality of Service Ib Hansen ibhansen@cisco.com 1 Why Enable QoS? Security Quality of Service High Availability QoS: Enables UC and other collaborative applications Drives productivity by enhancing service

More information

The Transformation of Media & Broadcast Video Production to a Professional Media Network

The Transformation of Media & Broadcast Video Production to a Professional Media Network The Transformation of Media & Broadcast Video Production to a Professional Media Network Subha Dhesikan, Principal Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after

More information

Session 5. NGN and Broadband planning tools

Session 5. NGN and Broadband planning tools ITU-D D Regional Development Forum for the Americas Region: NGN and Broadband, Opportunities and Challenges Session 5 NGN and Broadband tools Ignat Stanev ITC, Bulgaria ITU-D Forum Santo Domingo, Dominican

More information

Layered Architecture

Layered Architecture 1 Layered Architecture Required reading: Kurose 1.7 CSE 4213, Fall 2006 Instructor: N. Vlajic Protocols and Standards 2 Entity any device capable of sending and receiving information over the Internet

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

How to achieve low latency audio/video streaming over IP network?

How to achieve low latency audio/video streaming over IP network? February 2018 How to achieve low latency audio/video streaming over IP network? Jean-Marie Cloquet, Video Division Director, Silex Inside Gregory Baudet, Marketing Manager, Silex Inside Standard audio

More information

ATM Logical Connections: VCC. ATM Logical Connections: VPC

ATM Logical Connections: VCC. ATM Logical Connections: VPC ATM Logical Connections: VCC Logical Connections in ATM are referred to as virtual channel connections (VCCs). Virtual channel (VC) is a generic term used to describe unidirectional transport of ATM cells

More information

Timing in Packet Networks. Stefano RUffini 9 March 2015

Timing in Packet Networks. Stefano RUffini 9 March 2015 Timing in Packet Networks Stefano RUffini 9 March 2015 Giulio Bottari Contents Background Frequency sync via packets Two-Way Time Transfer NTP/PTP Details Impairments, Packet-based Metrics for frequency

More information

Mobile Transport Layer

Mobile Transport Layer Mobile Transport Layer 1 Transport Layer HTTP (used by web services) typically uses TCP Reliable transport between TCP client and server required - Stream oriented, not transaction oriented - Network friendly:

More information

Lecture 9 and 10. Source coding for packet networks

Lecture 9 and 10. Source coding for packet networks Lecture 9 and 10 Source coding for packet networks Outline Motivation/situation Source coding (representing the same information with less bits) (extremely short intro) Packet losses: - Packet loss measurements

More information

MASERGY S MANAGED SD-WAN

MASERGY S MANAGED SD-WAN MASERGY S MANAGED New Performance Options for Hybrid Networks Business Challenges WAN Ecosystem Features and Benefits Use Cases INTRODUCTION Organizations are leveraging technology to transform the way

More information

Multimedia networked applications: standards, protocols and research trends

Multimedia networked applications: standards, protocols and research trends Multimedia networked applications: standards, protocols and research trends Maria Teresa Andrade FEUP / INESC Porto mandrade@fe.up.pt ; maria.andrade@inescporto.pt http://www.fe.up.pt/~mandrade/ ; http://www.inescporto.pt

More information

Protocols. End-to-end connectivity (host-to-host) Process-to-Process connectivity Reliable communication

Protocols. End-to-end connectivity (host-to-host) Process-to-Process connectivity Reliable communication Protocols Tasks End-to-end connectivity (host-to-host) Process-to-Process connectivity Reliable communication Error detection Error recovery, e.g. forward error correction or retransmission Resource management

More information

REACTION PAPER 01 TEL 500

REACTION PAPER 01 TEL 500 TEL 500 Session Initiation Protocol Improvement Using Inter-Asterisk exchange Introduction: Within the VoIP network environment, H323, SIP and IAX are three protocols that solve the problem of voice packet

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master

More information

Data Communication Prof.A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 36 Multimedia Networks

Data Communication Prof.A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 36 Multimedia Networks Data Communication Prof.A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 36 Multimedia Networks Hello and welcome to today s lecture on multimedia networks.

More information

Converged Networks. Objectives. References

Converged Networks. Objectives. References Converged Networks Professor Richard Harris Objectives You will be able to: Discuss what is meant by convergence in the context of current telecommunications terminology Provide a network architecture

More information

Quality of Service. Qos Mechanisms. EECS 122: Lecture 15

Quality of Service. Qos Mechanisms. EECS 122: Lecture 15 Quality of Service EECS 122: Lecture 15 Department of Electrical Engineering and Computer Sciences University of California Berkeley Qos Mechanisms Policing at the edge of the network controls the amount

More information

Tutorial 2 : Networking

Tutorial 2 : Networking Lund University ETSN01 Advanced Telecommunication Tutorial 2 : Networking Author: Emma Fitzgerald Tutor: Farnaz Moradi November 26, 2015 Contents I Before you start 3 II Whole Class Exercise: Networking

More information

Today. March 7, 2006 EECS122 Lecture 15 (AKP) 4. D(t) Scheduling Discipline. March 7, 2006 EECS122 Lecture 15 (AKP) 5

Today. March 7, 2006 EECS122 Lecture 15 (AKP) 4. D(t) Scheduling Discipline. March 7, 2006 EECS122 Lecture 15 (AKP) 5 Today Quality of Service EECS 122: Lecture 15 Department of Electrical Engineering and Computer Sciences University of California Berkeley End to End QoS Network Layer: Multiple routers Intserv Diffserv

More information

SMPTE ST 2022: Moving Serial Interfaces (ASI & SDI) to IP. Thomas Edwards VP Engineering & Development FOX Networks Engineering & Operations

SMPTE ST 2022: Moving Serial Interfaces (ASI & SDI) to IP. Thomas Edwards VP Engineering & Development FOX Networks Engineering & Operations SMPTE Standards Webcast Series SMPTE ST 2022: Moving Serial Interfaces (ASI & SDI) to IP Thomas Edwards VP Engineering & Development FOX Networks Engineering & Operations SMPTE Standards Update Webcasts

More information

Abstract Test Suite for TDM Services over MPLS. IP/MPLS Forum

Abstract Test Suite for TDM Services over MPLS. IP/MPLS Forum Abstract Test Suite for TDM Services over MPLS IP/MPLS Forum 23.0.0 IP/MPLS Forum Technical Committee February 2009 1 Note: The user s attention is called to the possibility that implementation of the

More information

IT Deployment Guide AT-OMNI-512 AT-OMNI-521 AT-OMNI-111 AT-OMNI-112 AT-OMNI-121 AT-OMNI-122. Atlona Manuals OmniStream AT-OMNI-232

IT Deployment Guide AT-OMNI-512 AT-OMNI-521 AT-OMNI-111 AT-OMNI-112 AT-OMNI-121 AT-OMNI-122. Atlona Manuals OmniStream AT-OMNI-232 IT Deployment Guide AT-OMNI-111 AT-OMNI-121 AT-OMNI-512 AT-OMNI-521 AT-OMNI-232 Atlona Manuals OmniStream Version Information Version Release Date Notes 1 08/17 Initial release 2 11/17 Added language to

More information

Lecture 3 Protocol Stacks and Layering

Lecture 3 Protocol Stacks and Layering Lecture 3 Protocol Stacks and ing Hui Zhang School of Computer Science Carnegie Mellon University 15-441 Networking, Fall 2007 http://www.cs.cmu.edu/~srini/15-441/f07/ 1 What is a Communication Network?

More information

Circuit Emulation Service

Circuit Emulation Service Best in class Network Modernization Approach Circuit Emulation enables telecom operators to translate legacy systems using TDM signals such as E1/, E3/DS3, STM-n/OC-n to appropriate packet formats and

More information

Multimedia Networking

Multimedia Networking Multimedia Networking #2 Multimedia Networking Semester Ganjil 2012 PTIIK Universitas Brawijaya #2 Multimedia Applications 1 Schedule of Class Meeting 1. Introduction 2. Applications of MN 3. Requirements

More information

Digital Asset Management 5. Streaming multimedia

Digital Asset Management 5. Streaming multimedia Digital Asset Management 5. Streaming multimedia 2015-10-29 Keys of Streaming Media Algorithms (**) Standards (*****) Complete End-to-End systems (***) Research Frontiers(*) Streaming... Progressive streaming

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department of Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Stephan Günther

More information

Streaming Video and Throughput Uplink and Downlink

Streaming Video and Throughput Uplink and Downlink Streaming Video and Throughput Uplink and Downlink IPTV IPTV - Digital TV delivered using technologies used for computer network. Internet Protocols (HTTP, RTP, RTSP, IGMP) Copyright 2017 Cambium Networks,

More information

Cisco DCM Series D9901 Digital Content Manager IP Video Gateway

Cisco DCM Series D9901 Digital Content Manager IP Video Gateway Cisco DCM Series D9901 Digital Content Manager IP Video Gateway Today s video contribution networks are evolving rapidly with the dual drivers of increased demand, for high-definition TV, and a need for

More information

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based s 1 Need For Protocol Architecture data exchange can involve complex procedures better if task broken into subtasks

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

Cisco D9034-S Encoder

Cisco D9034-S Encoder Cisco D9034-S Encoder Product Overview To help optimize bandwidth utilization in digital transmission systems, the Model D9034-S Encoder is designed to deliver high-quality MPEG-4 part 10 (also known as

More information

Chapter 9. Multimedia Networking. Computer Networking: A Top Down Approach

Chapter 9. Multimedia Networking. Computer Networking: A Top Down Approach Chapter 9 Multimedia Networking A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

Good Enough Header Compression (GEHCO)

Good Enough Header Compression (GEHCO) Good Enough Header Compression (GEHCO) Lucent Technologies Tom Hiller Pete McCann 9/25/2000 Lucent Technologies 1 Motivation 3GPP2 plans to support VOIP and multimedia directly to the mobile to provide

More information

Quality of Service (QoS) Whitepaper

Quality of Service (QoS) Whitepaper Quality of Service (QoS) Whitepaper PCS-Series Videoconferencing White Paper www.sonybiz.net/vc Introduction Currently, an estimated 5% of data packets sent over the Internet are lost. In a videoconferencing

More information

Wireless over Pseudowires

Wireless over Pseudowires Wireless over Pseudowires Presented by: Giles Heron Director of Data Network Consulting October 31 st 2006 Agenda The challenge of mobile backhaul Wireless over Pseudowires Reference designs Synchronisation

More information

MAC Protocol Proposal for Fixed BWA Networks Based on DOCSIS. Re: Medium Access Control Task Group Call for Contributions Session #4

MAC Protocol Proposal for Fixed BWA Networks Based on DOCSIS. Re: Medium Access Control Task Group Call for Contributions Session #4 Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group MAC Protocol Proposal for Fixed BWA Networks Based on DOCSIS 1999-10-29 Source Phil Guillemette SpaceBridge Networks Corporation

More information

IEEE 1588 Hardware Assist

IEEE 1588 Hardware Assist Freescale Technology Forum, June 2007 IEEE 1588 Hardware Assist Session ID: AZ317 Satoshi Iida Applications Engineering Manager Agenda IEEE 1588 Protocol Overview Synchronization Overview Why Create Another

More information

Examining the Practicality of Ethernet for Mobile Backhaul Through Interoperability Testing

Examining the Practicality of Ethernet for Mobile Backhaul Through Interoperability Testing Examining the Practicality of Ethernet for Mobile Backhaul Through Interoperability Testing Carsten Rossenhövel, Managing Director European Advanced Networking Test Center EANTC Introduction Providing

More information

fair-queue aggregate-limit

fair-queue aggregate-limit Quality of Service Commands aggregate-limit aggregate-limit To set the maximum number of packets in all queues combined for VIP-distributed weighted fair queueing (DWFQ), use the aggregate-limit interface

More information

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross Part 5: Link Layer Technologies CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross 1 Outline PPP ATM X.25 Frame Relay 2 Point to Point Data Link Control One sender, one receiver,

More information

Real-Time Course. Video Streaming Over network. June Peter van der TU/e Computer Science, System Architecture and Networking

Real-Time Course. Video Streaming Over network. June Peter van der TU/e Computer Science, System Architecture and Networking Real-Time Course Video Streaming Over network 1 Home network example Internet Internet Internet in Ethernet switch 2 QoS chains Quality of video Size of video bit/s network Quality of network Bandwidth,

More information

Overview of Networks

Overview of Networks CMPT765/408 08-1 Overview of Networks Qianping Gu 1 Overview of Networks This note is mainly based on Chapters 1-2 of High Performance of Communication Networks by J. Walrand and P. Pravin, 2nd ed, and

More information

Overview. A Survey of Packet-Loss Recovery Techniques. Outline. Overview. Mbone Loss Characteristics. IP Multicast Characteristics

Overview. A Survey of Packet-Loss Recovery Techniques. Outline. Overview. Mbone Loss Characteristics. IP Multicast Characteristics A Survey of Packet-Loss Recovery Techniques Overview Colin Perkins, Orion Hodson and Vicky Hardman Department of Computer Science University College London (UCL) London, UK IEEE Network Magazine Sep/Oct,

More information

Why Shaping Traffic at the Sender is Important. By Chuck Meyer, CTO, Production December 2017

Why Shaping Traffic at the Sender is Important. By Chuck Meyer, CTO, Production December 2017 Why Shaping Traffic at the Sender is Important By Chuck Meyer, CTO, Production December 2017 It s human nature to want to utilize a resource or tool to its fullest capacity. So, it stands to reason that

More information

Advanced Network Tap application for Flight Test Instrumentation Systems

Advanced Network Tap application for Flight Test Instrumentation Systems Advanced Network Tap application for Flight Test Instrumentation Systems Ø. Holmeide 1, M. Schmitz 2 1 OnTime Networks AS, Oslo, Norway oeyvind@ontimenet.com 2 OnTime Networks AS, Dallas, USA markus@ontimenet.com

More information

Business Case Studies with STEM

Business Case Studies with STEM ITU-D/ ITU-T T Seminar on Standardization and Development of Next Generation Networks for the Arab Region 29 April 2 May 2007, Manama, Barhain with STEM Oscar González Soto ITU Consultant Expert Strategic

More information