Multicast as an ISP service

Similar documents
Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast Communications

CSE 123A Computer Networks

Multicast service model Host interface Host-router interactions (IGMP) Multicast Routing Distance Vector Link State. Shared tree.

Why multicast? The concept of multicast Multicast groups Multicast addressing Multicast routing protocols MBONE Multicast applications Conclusions

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast Technology White Paper

IP Multicast. Overview. Casts. Tarik Čičić University of Oslo December 2001

IP MULTICAST EXPLAINED

Multicast Communications. Slide Set were original prepared by Dr. Tatsuya Susa

Lecture 19: Multicast. CSE 123: Computer Networks Stefan Savage

DD2490 p IP Multicast routing. Multicast routing. Olof Hagsand KTH CSC

HP 5500 EI & 5500 SI Switch Series

HP 5500 HI Switch Series

List of groups known at each router. Router gets those using IGMP. And where they are in use Where members are located. Enhancement to OSPF

HP 6125G & 6125G/XG Blade Switches

Multicast EECS 122: Lecture 16

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet

Integrated Services - Overview

Anniversary Retrospective: Where Multicast Has Been & Where It s Headed.

HPE FlexNetwork 7500 Switch Series

Broadcast and Multicast Routing

Developing IP Muiticast Networks

Multicast Communications. Tarik Čičić, 4. March. 2016

Broadcast Routing. Multicast. Flooding. In-network duplication. deliver packets from source to all other nodes source duplication is inefficient:

Configuration Guide - IP Multicast

HPE FlexNetwork HSR6800 Routers

IP Multicast. What is multicast?

Hands-On IP Multicasting for Multimedia Distribution Networks

ICS 351: Today's plan. routing protocol comparison encapsulation network dynamics multicasting in general IP multicasting IGMP PIM

HP 5920 & 5900 Switch Series

CSCE 463/612 Networks and Distributed Processing Spring 2018

IP Multicast Technology Overview

Multicast VPN C H A P T E R. Introduction to IP Multicast

IP Multicast Technology Overview

H3C S6800 Switch Series

Contents. Overview Multicast = Send to a group of hosts. Overview. Overview. Implementation Issues. Motivation: ISPs charge by bandwidth

Multicast Quick Start Configuration Guide

Configuring Basic IP Multicast

Configuring SSM. Finding Feature Information. Prerequisites for Configuring SSM

Module 7 Implementing Multicast

ETSF10 Internet Protocols Routing on the Internet

HP A6600 Routers IP Multicast. Configuration Guide. Abstract

Internet2 Multicast Workshop

Deployment Issues for the IP Multicast Service and Architecture

H3C S3100V2-52TP Switch

H3C S5130-HI Switch Series

Exercises to Communication Systems

Multicast routing Draft

Configuring IP Multicast Routing

Advanced Network Training Multicast

Multicast and Quality of Service. Internet Technologies and Applications

ASM. Engineering Workshops

H3C S9800 Switch Series

DATA COMMUNICATOIN NETWORKING

Configuring IP Multicast Routing

H3C S3100V2 Switch Series

Internet Multicast Routing

Configuring IP Multicast Routing

Viewing IP and MPLS Multicast Configurations

H3C S10500 Switch Series

H3C S5120-HI Switch Series

Core of Multicast VPNs: Rationale for Using mldp in the MVPN Core

IP Multicast. Falko Dressler Regionales Rechenzentrum Grundzüge der Datenkommunikation IP Multicast

Deployment Issues for the IP Multicast Service and Architecture

4.2 Multicast IP supports multicast to support one-to-many (radio, news, IP multicast was originally a many-to-many (any source MC or

Advanced Networking. Multicast

How did IP Multicast get so complicated?

Configuring multicast VPN

H3C S5500-HI Switch Series

The State of Multicast 2007

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15S

Implementing Layer-3 Multicast Routing on Cisco IOS XR Software

Configuring Basic IP Multicast

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

Multicast VPN IP Multicast Support for MPLS VPNs

H3C S9800 Switch Series

IP Multicast: PIM Configuration Guide, Cisco IOS Release 12.4T

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15SY

Topic: Multicast routing

Configuring IP Multicast Routing

Deploying MPLS Traffic Engineering

IP Multicast: PIM Configuration Guide, Cisco IOS XE Release 3S

IP Multicasting: Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy

H3C S3100V2 Switch Series

CS4700/CS5700 Fundamentals of Computer Networks

IP Multicast: PIM Configuration Guide

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15M&T

Internet Group Communication: IP Multicasting

IP Multicast Routing Technology Overview

H3C S5120-EI Switch Series

Multicast routing protocols

Lecture 6: Multicast

Multicasting in Intra and Inter Domain Networks

Deploying Next Generation Multicast-enabled Applications

QoS-Aware Hierarchical Multicast Routing on Next Generation Internetworks

Transcription:

Multicast as an ISP service Lecture slides for S-38.3192 15.2.2007 Mika Ilvesmäki Networking laboratory Goals of this lecture After this lecture you will be able to Give an overall technical view of multicast Addressing, protocols, routing Please note, that Multicast (as a technology) is also lectured at least in 38.2122 and 38.3188 List different application and service types that could be deployed with multicast Discuss the problems in bringing Multicast to production use in ISP network Discuss the different aspects of integrating QoS solutions to Multicast 1

Packet distribution I TCP/IP stack implements four types of packet distribution methods: Unicast: From one to another host Normal point-to-point IP traffic The packet is sent only to the receiver Broadcast: From one host to all hosts on a network Is there anybody out there? The packet is seen by all hosts on the (local) network Packet distribution II Anycast: From one host to one host in a group of hosts To access a service served by multiple hosts (in IPv6) The packet is received by one of the receivers Multicast: From one to a group of hosts All group members receive the packet Packet duplicated only when necessary 2

Many-to-many traffic How to send many-to-many traffic? 1. Central servers: Servers duplicate packets to all members of the group (Unicast). 2. Connected mesh: Every group member has a connection to all or some others (Unicast/Broadcast). 3. Multicast: Network duplicates the packets as needed. First two choices do not scale and waste resources (bandwidth, especially). Multicast addressing in IPv4 Multicast traffic uses class D IP-addresses: Flat hierarchy 224.0.0.0-239.255.255.255 224.0.0.0 224.0.0.255 reserved for multicast protocols 224.0.1.0 224.255.255.255 reserved for various applications 225.0.0.0-238.255.255.255 for free use 239.255.0.0 239.255.255.255 for private use (administratively scoped) Not just TTL-bounded, limited vendor support See http://www.iana.org/assignments/multicastaddresses for complete list. 3

Address structure 8 flgs(4) scope(4) group id (112) 11111111 000t xyzn Multicast addressing in IPv6 Transient bit The scope field determines the maximum depth of the multicast group 1=Node local, 2=Link local, 5=Site local, 8=Organization local, E 16 =Global scope Multicast routing Routers form multicast trees The tree leaves are the receivers The trees are maintained with multicast routing protocols and often referred to as spanning trees Trees come in several formats Shortest Path from each source Shortest path from a RP (core of the tree) Unidirectional shared tree Bi-directional shared trees Multicast routing protocols include DVMRP, MOSPF, PIM-SM, PIM-DM, CBT, OCBT, HIP and BGMP, to name a few. 4

Multicast packet forwarding RPF-check in the router: All multicast packets are checked for the source address (not for the destination as in unicast forwarding) The incoming interface must be an interface pointing towards the source address (sender) If this checks, packet is forwarded to appropriate interfaces, otherwise the packet is dropped. Multicast group management A host must join a specific group to receive the traffic in that group but can send to a group without joining. Non-member senders! Membership is controlled by the IGMP protocol. IGMPv2 is the most commonly used (and an IETF standard) 5

IGMPv2 Backwards compatible with IGMPv1 3 message types Membership Query (general or group specific) Membership report (general (v1) or addressed to the group (v2)) Leave Group IGMPv3 adds support (to Membership Query msgs) for a system to report interest in receiving packets *only* from specific source addresses, or from *all but* specific source addresses, sent to a particular multicast address. Hardware for ISP De facto architecture IGMPv2, DVMRP, MOSPF, PIM-SM (within autonomous systems) and MSDP or MBGP (for interdomain multicast routing) These protocols are readily usable with most commercial routers However, most of the time these are turned off! Why? 6

Why Multicast? Multicast saves bandwidth Multicast is desirable for sources(servers) and administrators Sources may scale service to large number of users Redundant connections could be joined Receivers do not care whether content is received via unicast or multicast BW/QoS/realtime requirement is the same anyway Application drivers Unicast killer apps: Email+WWW Multicast apps (one-to-many or few-tofew) Audio & Video distribution Push applications (PointCast) Audio & Video conferencing File transfer (updates, file sharing, web caching, distributed databases) 7

MBone multicast service Virtual network (using the Internet unicast resources) transmitting multicast-packets Tunneling Multicast is a method of routing and delivering packets in a many-to-many situation MBone is one implementation of multicast method. Multicast in MPLS Manually with explicit trees Requires extra work, but is an option in small networks MPLS networks utilize Multicast Distribution Trees (MDT) Point-to-multipoint and multipoint-to-multipoint LSPs MPLS/BGP/VPNs In unicast VPNs the P routers do not maintain per-vpn state (only per-pe) In multicast VPNs the P routers have to maintain some information on active multicast trees (to avoid forwarding unneeded traffic). MPLS+Multicast is still very much work in progress 8

IP multicast as a service Open service model No restrictions on creating multicast groups, receiving from a group or sending to a group Group membership means that one is reachable to other members of the group No access control Multiple senders may share the same multicast address No pre-emption or address reservation Group size is dynamic and unknown, member status is unknown Summary: IP multicast group is not managed (or the management is distributed at best) Customer requirements ISP is a customer-driven business Any service offered must add value to the customer For multicast to add value, customers must have Global access to the service Ease and transparency of install and use Controlled group membership Unique addressing (for the session) Reliable transmission 9

Management Lack of NAT support (work in progress) Firewalls do not recognize multicast addresses Solution: tunnels. Consequence: A hole in the wall. Another solution: static routes (and more human management and therefore more expensive service) Domain independence Traffic sources in other domains are out of the ISP control No traffic control Unclear service level Transit traffic is not preferred no receivers and no sources Control of address advertisements (RP, core) needed 10

Multicast benefits for the ISP Multicast reduces BW required to transport data to multiple recipients Multicast is expensive (aka H-A-R-D) to deploy, install and manage Are BW savings higher than cost of deployment and management? Requirements for IP multicast service All routers must support multicast (Customers want global access) Domain independence Additional requirements Group management Authorization for group creation, receiver and sender authorization Distributed multicast address allocation Security Protection against attacks on multicast routes and sessions Support for data integrity mechanisms. Support for network management Billing Multicast 11

Multicast and QoS I RSVP + IntServ IntServ built with multicast in mind Receiver requests QoS based on Sender description of the service Unidirectional reservations Filters (Shared Explicit, Wildcard, Fixed Filter) illustrate different types of multicast sessions Reservation merging Usual IntServ problems persist Scalability issues Local management (CAC, policy control) Multicast and QoS II DiffServ There should be no per-group state in the core -> reservation uncertainty Multicast group size not defined in advance and DiffServ not having per-user access control -> unknown resource usage Replication of packets in the network may cause problems in capacity handling Problem of relative QoS PDB in one domain is not necessary the same PDB in other domains -> need for dynamic DSCP allocation -> not a standardized approach 12

Alternatives for Multicast Current Multicast architecture needs more functionality Address allocation, Access control, Interdomain management Alternative options Single-sender service (IGMPv3) Multipeer service Core discovery or advertisement Well-located Replicated Application level multicast Receivers duplicate data and forward it onwards Conclusion Multicast is technically sound way of delivering packets with near-optimal cost. However, it has no built-in advanced service management functions, since it was designed before the current IP is everywhere boom It is missing, however, a killer app that would _require_ multicast. Bandwidth is cheap and, for the moment, there seems to be enough of it. IP TV??! 13