• Unicast • Broadcast • Multicast • Anycast

Total Page:16

File Type:pdf, Size:1020Kb

• Unicast • Broadcast • Multicast • Anycast Communication modes • Unicast • Multicast • One sender • One sender • One receiver • N receivers S-38.3191 Verkkopalvelujen tuotanto • Broadcast • Anycast S-38.3191 Network Service Provisioning • One sender • One sender Lecture 5: Multicast 23.10.2008 • All receive • One receiver on a group Juha Järvinen @ netlab.tkk.fi Mostly based on material by Lic.Tech. Marko Luoma Page 1 Page 2 S-38.3191: Multicast Forwarding modes Multicast Point-to-point It is all about determining where - From single ingress to single egress - are the receivers - ’link’ - Is the knowleddge of receivers maintained - Broadcast vs multicast Point-to-multipoint - the replication of packets should be done - From single ingress to multiple egress - Is there knowledge about service within the network - ’tree’ - Source replication vs network replication Multipoint-to-multipoint - From multiple ingress to multiple egress - ’mesh’ Page 3 S-38.3191: Multicast Page 4 S-38.3191: Multicast Multicast forwarding Forwarding Problem Unicast forwarding - How to form a point-to-multipoint structure that is efficient - Forwarding of packets towards destination via the shortest path - e.g. Shortest path tree - SPF is based on weighting of IGP Reverse path forwarding Reverse path forwarding - Logic: - Forwarding of packets away from the shortest path to the sender - Send out replicate of the packet to all interfaces except to the one with the shortest path to the sender - No knowledge of the destination only about the source - That is where the packet should have come in the first place Reverse path forwarding check - Dropped duplicates along the way on the network - Accept packets only from the link which points to SPF towards source - Wasted resources - From the sender to all other stations on the network - Wasted resources Page 5 S-38.3191: Multicast Page 6 S-38.3191: Multicast Building an intelligent tree 1. Router R1 checks: Did the Sender data packet arrive on the Requirements interface with the shortest path 2. Router R2 accepts packets to the Sender ? Yes, so it accepts - We know where the receivers are sent from Router R1 because the packet, duplicates it, and - Group management protocol (IGMP) that is the shortest path to the forwards the packet out all other Sender . The packet gets sent interfaces except the interface - Receivers express their existence to the network out all interfaces. that is the shortest path to the R1 sender (i.e the interface the join, leave packet arrived on). - We are able to communicate that knowledge within the network - Multicast routing protocol (PIM) Drop - Activation of RPF on selected downstream links 3. Router R2 drops R2 R3 packets that arrive from Drop Router R3 because that is not the shortest path to the sender. Avoids cycles. R4 R5 R6 R7 Page 7 S-38.3191: Multicast Page 8 S-38.3191: Multicast Building an intelligent tree If we want to minimize the state information within the core we can build a shared tree for each sender RP - A single point within the network acts as a relay agent data - Traffic in unicast sent to relay point which then multicasts it forward in RPF-tree R R - Efficiency depends on the distribution of sources and receivers in relation to location of relay -point data - Usually very uneffiecient due to sparse nature of receivers and variable locations of R R R sources data R R R R R Sender Receiver 2 Page 9 S-38.3191: Multicast Page 10 S-38.3191: Multicast Receiver 1 Building an intelligent tree If we want to achieve maximal efficiency, we must use shortest paths toward source of the information not towards common replication point RP - Use explicit source rooted RPF-tree - Joining/grafting to multicast tree at the lowest level possible R R - Pruning from the tree if there are no receivers below R R R R R R R R data data data data Sender Receiver 2 Page 11 S-38.3191: Multicast Page 12 S-38.3191: Multicast Receiver 1 PIM PIM Is a combination of shared tree and source specific tree operation Different Modes - Infrequent packets are replicated in a single point (shared tree) - Sparse Mode (SM) - Randevouz point - is the most widely deployed as of 2006 - High data volumes are transferred in more optimal way (source specific tree) - Dense Mode (DM) - Decission based on predefined policy - Source Specific Mode (SSM) - Data rate greater than x - Bidirectional Mode (Bidir) [Also commonly known as Sparse-Dense Mode - Amount of bytes greater than x (SDM)] SSM and Bidir are simpler and more scalable variations developed more recently and gaining in popularity Page 13 S-38.3191: Multicast Page 14 S-38.3191: Multicast PIM-SM Multicast Distribution Trees Is a protocol for efficiently routing to multicast groups that may span wide- • Shared trees • Source specific tree area (and inter-domain) internets. – Uses less resources from the network – Takes more resources from the network It is not dependent on any particular unicast routing protocol for topology • Amount of state information is depent of N(*,G) • Amount of state information is dependent of N(S,G) – All sources (*) are mapped into single distribution tree – Every source (S) has its own distribution tree per group discovery per group (G) (G) - sparse-mode because it is suitable for groups where a very low percentage of – Usually suboptimal path from the source to all • Optimal path from the source to all receivers within receivers within the group the group the nodes (and their routers) will subscribe to the multicast session. »Unless RP is rooted at the source – Minimizes the IGP cost towards source from each - Unlike earlier dense-mode multicast routing protocols such as DVMRP and PIM- receiver DM which flooded packets everywhere and then pruned off branches where – Optimal for one-to-many distribution there were no receivers, PIM-SM explicitly constructs a tree from each sender to (point-to-multipoint) the receivers in the multicast group. Multicast packets from the sender then follow this tree. Page 15 S-38.3191: Multicast Page 16 S-38.3191: Multicast Rendezvous Rendezvous Point Point RP RP Join R R R R Join R R R R R R Join DR1 R DR2 R R DR1 R DR2 R R 1. Receiver 1 joins the multicast 2. Routers along the path to RP create 1. Sender begins sending to a multicast group. 3. The RP decapsulates the packet group. Designated Router DR2 router state for the group, adding and sends it out the shared tree. sends a Join message toward the themselves to the shared tree. 2. Designated Router DR1 encapsulates the RP . Periodically, DR2 resends the packets from Sender in Register messages and Join message in case it was lost. unicasts them to RP . Page 17 S-38.3191: Multicast Receiver 1 Page 18 S-38.3191: Multicast Receiver 1 Source Specific 1. RP sees traffic from Sender at a Join 3. RP sees unencapsulated traffic Rendezvous rate > threshold. It sends source Rendezvous from Sender and sends a Register Point Point RP specific join request toward Sender . RP Stop message to DR1 . DR1 then Prune stops sending encapsulated traffic 2. DR1 adds DR2 to the to RP . R R source specific tree for R R Sender . Prune R R R R R R Source Specific Prune Join Join DR1 R DR2 R R DR1 R DR2 R R 2. DR1 adds RP to the source specific tree 1. DR2 sees traffic from Sender at a rate > 3. DR2 sees traffic from Sender coming from for Sender. threshold. It sends a source specific join request RPF tree , it sends a Source Specific Prune towards Sender. message toward RP. This removes DR2 from the shared tree . Page 19 S-38.3191: Multicast Receiver 1 Page 20 S-38.3191: Multicast Receiver 1 Rendezvous Point (RP) Interdomain multicast Location of RP can be based on Need to transfer multicast routing information across domain borders - Static configuration of served groups - Active groups (senders and receivers) - Bootstrap process with priorities - Multicast Source Discovery Protocol (MSDP) - Anycast operation - Unicast routes for RPF - Multicast BGP (MBGP) Bootstrap Router (BSR) - Dynamically elected (like OSPF DR election process) - Constructs a set of RP IP addresses based on received Candidate-RP messages Page 21 S-38.3191: Multicast Page 22 S-38.3191: Multicast 1. Source registration in to PIM-RP is announced to MSDP peers Domain E 2. Receiver joins to group via PIM-SM Domain E PIM-SM RP RP “Join” SA r r Domain C Domain C Join (*, 224.2.2.2) RP RP SA Domain B SA SA Domain B RP RP PIM-SM SA “Join” RP RP SA Domain D Domain D s RP s RP Domain A Register Domain A Page 23 S-38.3191: Multicast 192.1.1.1, 224.2.2.2 Page 24 S-38.3191: Multicast 3. Traffic flows from the source to receiver via shared trees Domain E 4. Source specific tree optimisations are done for the traffic flow Domain E RP RP r r Domain C Domain C RP RP Domain B Domain B RP RP Traffic Traffic RP RP Domain D Domain D s RP s RP Domain A Domain A Page 25 S-38.3191: Multicast Page 26 S-38.3191: Multicast MBGP Domain E Multiprotocol Extensions to BGP (RFC 2283). - Tag unicast prefixes as multicast source prefixes for intra-domain multicast RP routing protocols to do RPF checks. r - Why same routes two times Domain C - Allows for inter-domain RPF checking where unicast and multicast paths are non- congruent RP Domain B - Inter-provider relationships Policies ;-) RP Traffic RP Domain D s RP Domain A Page 27 S-38.3191: Multicast Page 28 S-38.3191: Multicast MBGP Multicast over Layer 3 VPNs Different NLRI (Network Layer Reachability Information) for unicast and multicast routes - Address Family Information (AFI) = 1 (IPv4) - SAFI = 1 (NLRI is used for unicast) - SAFI = 2 (NLRI is used for multicast RPF check) - SAFI
Recommended publications
  • 15-744: Computer Networking Multicast Routing Example Applications Overview
    Multicast Routing • Unicast: one source to one destination • Multicast: one source to many destinations 15-744: Computer Networking • Two main functions: • Efficient data distribution • Logical naming of a group L-20 Multicast 2 Example Applications Overview • Broadcast audio/video • IP Multicast Service Basics • Push-based systems • Software distribution • Multicast Routing Basics • Web-cache updates • Teleconferencing (audio, video, shared • Overlay Multicast whiteboard, text editor) • Multi-player games • Reliability • Server/service location • Other distributed applications • Congestion Control 3 4 1 IP Multicast Architecture Multicast – Efficient Data Distribution Src Src Service model Hosts Host-to-router protocol (IGMP) Routers Multicast routing protocols (various) 5 6 Multicast Router Responsibilities IP Multicast Service Model (rfc1112) • Learn of the existence of multicast groups • Each group identified by a single IP address (through advertisement) • Groups may be of any size • Identify links with group members • Members of groups may be located anywhere in the Internet • Establish state to route packets • Members of groups can join and leave at will • Replicate packets on appropriate interfaces • Senders need not be members • Routing entry: • Group membership not known explicitly • Analogy: Src, incoming interface List of outgoing interfaces • Each multicast address is like a radio frequency, on which anyone can transmit, and to which anyone can tune-in. 7 8 2 IP Multicast Addresses Multicast Scope Control – Small TTLs • Class
    [Show full text]
  • Performance Evaluation of TCP Multihoming for IPV6 Anycast Networks and Proxy Placement
    University of Central Florida STARS Electronic Theses and Dissertations, 2004-2019 2015 Performance Evaluation of TCP Multihoming for IPV6 Anycast Networks and Proxy Placement Raya Alsharfa University of Central Florida Part of the Electrical and Electronics Commons Find similar works at: https://stars.library.ucf.edu/etd University of Central Florida Libraries http://library.ucf.edu This Masters Thesis (Open Access) is brought to you for free and open access by STARS. It has been accepted for inclusion in Electronic Theses and Dissertations, 2004-2019 by an authorized administrator of STARS. For more information, please contact [email protected]. STARS Citation Alsharfa, Raya, "Performance Evaluation of TCP Multihoming for IPV6 Anycast Networks and Proxy Placement" (2015). Electronic Theses and Dissertations, 2004-2019. 1350. https://stars.library.ucf.edu/etd/1350 PERFORMANCE EVALUATION OF TCP MULTIHOMING FOR IPV6 ANYCAST NETWORKS AND PROXY PLACEMENT by RAYA MAJID ALSHARFA B.S. NAJAF TECHNICAL COLLEGE, 2010 A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Electrical Engineering. in the Department of Electrical Engineering and Computer Science in the College of Engineering and Computer Science at the University of Central Florida Orlando, Florida Fall Term 2015 Major Professor: Mostafa Bassiouni © 2015 Raya Majid Alsharfa ii ABSTRACT In this thesis, the impact of multihomed clients and multihomed proxy servers on the performance of modern networks is investigated. The network model used in our investigation integrates three main components: the new one-to-any Anycast communication paradigm that facilitates server replication, the next generation Internet Protocol Version 6 (IPv6) that offers larger address space for packet switched networks, and the emerging multihoming trend of connecting devices and smart phones to more than one Internet service provider thereby acquiring more than one IP address.
    [Show full text]
  • DNS Anycast for High Availability and Performance DNS Anycast Addressing for High Availability and by Timothy Rooney Performance Product Management Director
    White Paper DNS Anycast for High Availability and Performance DNS Anycast Addressing for High Availability and by Timothy Rooney Performance Product management director BT Diamond IP By Tim Rooney Director, Product Management BT Diamond IP www.btdiamondip.com DNS Anycast for High Availability and Performance By Tim Rooney, Director, Product Management Introduction We’ve all heard the mantra, “do more with less,” – for some of us to the point of numbness. But when it comes to mission-critical DNS name resolution services, any suggestion of skimping is likely to evoke defiance from those responsible for maintaining its availability and performance. One strategy, however, that can make the deployment of DNS services more efficient is the use of anycast addressing. This white paper shows how DNS servers can be deployed with anycast to achieve a number of benefits, including higher availability and resilience. Defining Anycast The term anycast refers to an IP address assigned to a set of interfaces (usually belonging to different nodes), any one of which can be the intended recipient. Anycast addresses are assigned from the same address space from which unicast addresses have been allocated. Thus, unlike private address space, one cannot visually differentiate a unicast address from an anycast address. An IP packet destined for an anycast address is routed to the nearest interface (according to routing table metrics) configured with the anycast address. The concept is that the sender doesn’t necessarily care which particular host, or in this case DNS server, receives the packet, just as long as one of those sharing the anycast address receives it.
    [Show full text]
  • Towards Passive Analysis of Anycast in Global Routing: Unintended Impact of Remote Peering
    Towards Passive Analysis of Anycast in Global Routing: Unintended Impact of Remote Peering Rui Bian Shuai Hao Haining Wang University of Delaware CAIDA / UC San Diego University of Delaware bianrui@udel:edu haos@caida:org hnw@udel:edu Amogh Dhamdere Alberto Dainotti Chase Cotton CAIDA / UC San Diego CAIDA / UC San Diego University of Delaware amogh@caida:org alberto@caida:org ccotton@udel:edu ABSTRACT adoption [8] or the efficiency in particular services like DNS[18]. Anycast has been widely adopted by today’s Internet services, in- Due to the insufficient distinctions between unicast and anycast cluding DNS, CDN, and DDoS protection, in which the same IP from the perspective of a routing table, the common method to address is announced from distributed locations and clients are di- identify anycast addresses is through active Internet-wide measure- rected to the topologically-nearest service replica. Prior research has ments. Cicalese et al. [8, 9] studied the enumeration and city-level focused on various aspects of anycast, either its usage in particular geolocation of anycast prefixes by using latency measurements services such as DNS or characterizing its adoption by Internet- based on the detection of speed-of-light violations. However, the wide active probing methods. In this paper, we first explore an latency of ping may not always reliably reflect the geographic dis- alternative approach to characterize anycast based on previously tance of two IP addresses [4, 34]. Also, active probing requires the collected global BGP routing information. Leveraging state-of-the- use of many vantage points to achieve the necessary coverage.
    [Show full text]
  • IP Multicast Routing Technology Overview
    IP Multicast Routing Technology Overview • Information About IP Multicast Technology, on page 1 • Additional References for IP Multicast, on page 15 Information About IP Multicast Technology This section provides information about IP multicast technology. About IP Multicast Controlling the transmission rate to a multicast group is not supported. At one end of the IP communication spectrum is IP unicast, where a source IP host sends packets to a specific destination IP host. In IP unicast, the destination address in the IP packet is the address of a single, unique host in the IP network. These IP packets are forwarded across the network from the source to the destination host by devices. At each point on the path between source and destination, a device uses a unicast routing table to make unicast forwarding decisions, based on the IP destination address in the packet. At the other end of the IP communication spectrum is an IP broadcast, where a source host sends packets to all hosts on a network segment. The destination address of an IP broadcast packet has the host portion of the destination IP address set to all ones and the network portion set to the address of the subnet. IP hosts, including devices, understand that packets, which contain an IP broadcast address as the destination address, are addressed to all IP hosts on the subnet. Unless specifically configured otherwise, devices do not forward IP broadcast packets, so IP broadcast communication is normally limited to a local subnet. IP multicasting falls between IP unicast and IP broadcast communication. IP multicast communication enables a host to send IP packets to a group of hosts anywhere within the IP network.
    [Show full text]
  • WAN-LAN PIM Multicast Routing and LAN IGMP FEATURE OVERVIEW and CONFIGURATION GUIDE
    Technical Guide WAN-LAN PIM Multicast Routing and LAN IGMP FEATURE OVERVIEW AND CONFIGURATION GUIDE Introduction This guide describes WAN-LAN PIM Multicast Routing and IGMP on the LAN and how to configure WAN-LAN PIM multicast routing and LAN IGMP snooping. The AlliedTelesis Next Generation Firewalls (NGFWs) can perform routing of IPv4 and IPv6 multicast, using PIM-SM and PIM-DM. Also, switching interfaces of the NGFWs are IGMP aware, and will only forward multicast steams to these switch ports that have received reports. IGMP snooping allows a device to only forward multicast streams to the links on which they have been requested. PIM Sparse mode requires specific designated routers to receive notification of all streams destined to specific ranges of multicast addresses. When a router needs to get hold of a given group, it sends a request to the designated Rendezvous Point for that group. If there is a source in the network that is transmitting a stream to this group, then the Rendezvous Point will be receiving it, and will forward it to the requesting router. C613-22042-00 REV A alliedtelesis.com x Products and software version that apply to this guide Contents Introduction.............................................................................................................................................................................1 Products and software version that apply to this guide .......................................................................2 Configuring WAN-LAN PIM Multicast Routing and LAN IGMP Snooping........................................3
    [Show full text]
  • Crain-Haiti-Anycast-En.Pdf
    Anycasting the DNS John Crain Internet Corporation for Assigned Names and Numbers What is Anycast? ‣ “Anycast is a network addressing and routing scheme whereby data is routed to the "nearest" or "best" destination as viewed by the routing topology.” - Wikipedia ‣ unicast - IP address is a unique interface ‣ multicast - Multiple locations at same IP address all receiving packets. ‣ anycast - IP address points to multiple locations but only one visible. Limitations ‣ Because routing information can change! ‣ UDP protocols ‣ Short lived TCP sessions ‣ This sounds a lot like DNS packets :) ‣ Not good for longer TCP sessions ‣ Think of a web session that can last seconds or videostreaming that can last even longer! Why do it? ‣ Adds Capacity ‣ 2 x 100Mb is more than 1 x 100Mb ‣ Localizes trafc ‣ Means closer, hence faster replies ‣ During attacks it also localizes problems ‣ It’s FUN!!!! Is it hard? ‣ Not really but there are some considerations ‣ Managing the anycast instances takes some thought ‣ Need multiple IP address ranges... ‣ More on that..... Implementing Anycast Separate DNS server into it’s own network ‣ Get a dedicated routable /24 of IPv4 space and a range of IPv6 space ‣ Also get a dedicated Autonomous System Number (ASN) ‣ This is necessary for creating a unique routing entity ‣ ICANN L-ROOT (NET6-2001-500-3-1) 2001:0500:0003:0000:0000:0000:0000:0000 - 2001:0500:0003:FFFF:FFFF:FFFF:FFFF:FFFF ‣ ICANN L-ROOT (NET-199-7-83-0-1) 199.7.83.0 - 199.7.83.255 ‣ ASNumber: 20144 A name server ‣ Has an IP address on which it answers DNS queries.
    [Show full text]
  • Routing Review Autonomous System Concept
    Routing Review Autonomous System Concept • Term Autonomous System (AS) to specify groups of routers • One can think of an AS as a contiguous set of networks and routers all under control of one administrative authority – For example, an AS can correspond to an ISP, an entire corporation, or a university – Alternatively, a large organization with multiple sites may choose to define one AS for each site – In particular, each ISP is usually a single AS, but it is possible for a large ISP to divide itself into multiple ASs • The choice of AS size can be made for – economic, technical, or administrative reasons The Two Types of Internet Routing Protocols • All Internet routing protocols are divided into two major categories: – Interior Gateway Protocols (IGPs) – Exterior Gateway Protocols (EGPs) • After defining the two categories – we will examine a set of example routing protocols that illustrate each category • Interior Gateway Protocols (IGPs) • Exterior Gateway Protocols (EGPs) The Two Types of Internet Routing Protocols Interior Gateway Protocols (IGPs) • Routers within an AS use an IGP exchange routing information • Several IGPs are available – each AS is free to choose its own IGP • Usually, an IGP is easy to install and operate • IGP may limit the size or routing complexity of an AS The Two Types of Internet Routing Protocols Exterior Gateway Protocols (EGPs) • A router in one AS uses an EGP to exchange routing information with a router in another AS • EGPs are more complex to install and operate than IGPs – but EGPs offer more flexibility
    [Show full text]
  • Ipv6 Addresses
    56982_CH04II 12/12/97 3:34 PM Page 57 CHAPTER 44 IPv6 Addresses As we already saw in Chapter 1 (Section 1.2.1), the main innovation of IPv6 addresses lies in their size: 128 bits! With 128 bits, 2128 addresses are available, which is ap- proximately 1038 addresses or, more exactly, 340.282.366.920.938.463.463.374.607.431.768.211.456 addresses1. If we estimate that the earth’s surface is 511.263.971.197.990 square meters, the result is that 655.570.793.348.866.943.898.599 IPv6 addresses will be available for each square meter of earth’s surface—a number that would be sufficient considering future colo- nization of other celestial bodies! On this subject, we suggest that people seeking good hu- mor read RFC 1607, “A View From The 21st Century,” 2 which presents a “retrospective” analysis written between 2020 and 2023 on choices made by the IPv6 protocol de- signers. 56982_CH04II 12/12/97 3:34 PM Page 58 58 Chapter Four 4.1 The Addressing Space IPv6 designers decided to subdivide the IPv6 addressing space on the ba- sis of the value assumed by leading bits in the address; the variable-length field comprising these leading bits is called the Format Prefix (FP)3. The allocation scheme adopted is shown in Table 4-1. Table 4-1 Allocation Prefix (binary) Fraction of Address Space Allocation of the Reserved 0000 0000 1/256 IPv6 addressing space Unassigned 0000 0001 1/256 Reserved for NSAP 0000 001 1/128 addresses Reserved for IPX 0000 010 1/128 addresses Unassigned 0000 011 1/128 Unassigned 0000 1 1/32 Unassigned 0001 1/16 Aggregatable global 001
    [Show full text]
  • Unicast Multicast IP Multicast Introduction
    Outline 11: ❒ IP Multicast ❒ Multicast routing IP Multicast ❍ Design choices ❍ Distance Vector Multicast Routing Protocol (DVMRP) Last Modified: ❍ Core Based Trees (CBT) ❍ Protocol Independent Multicast (PIM) 4/9/2003 1:15:00 PM ❍ Border Gateway Multicast Protocol (BGMP) ❒ Issues in IP Multicast Deplyment Based on slides by Gordon Chaffee Berkeley Multimedia Research Center URL: http://bmrc.berkeley.edu/people/chaffee 4: Network Layer 4a-1 4: Network Layer 4a-2 What is multicast? Unicast ❒ ❒ 1 to N communication Problem Sender ❍ ❒ Nandwidth-conserving technology that Sending same data to reduces traffic by simultaneously many receivers via unicast is inefficient delivering a single stream of information to R multiple recipients ❒ Example ❒ Examples of Multicast ❍ Popular WWW sites ❍ Network hardware efficiently supports become serious multicast transport bottlenecks • Example: Ethernet allows one packet to be received by many hosts ❍ Many different protocols and service models • Examples: IETF IP Multicast, ATM Multipoint 4: Network Layer 4a-3 4: Network Layer 4a-4 Multicast IP Multicast Introduction ❒ Efficient one to many Sender ❒ Efficient one to many data distribution data distribution ❍ Tree style data distribution ❍ Packets traverse network links only once R ❒ Location independent addressing ❍ IP address per multicast group ❒ Receiver oriented service model ❍ Applications can join and leave multicast groups ❍ Senders do not know who is listening ❍ Similar to television model ❍ Contrasts with telephone network, ATM 4: Network Layer
    [Show full text]
  • Unicast Forwarding
    Unicast Forwarding • Unicast Forwarding, page 1 Unicast Forwarding The Enhanced Forwarding functionality consists of the following: • End Host Registration and Tracking: Leaf switch will intercept the ARP and DHCP packets and learns the IP to MAC binding for the host. In the case of virtualized environments, VDP may be used to track the VM moves. • End Host Route Distribution using BGP: MP-BGP is used within the Vinci fabric to distribute the IP reachability information across the leaf switches in the fabric. Route reflectors will be used for scalability purposes. • ARP and IPv6 ND Proxy: One of the goals of Vinci Enhanced forwarding is to eliminate flooding across the fabric. For this purpose, every leaf switch will act as a ARP/IPv6 ND proxy for all the hosts connected to the leaf switch. • Anycast Default Gateway: Leaf switches act as the default gateway for routing across subnets. All the leafs that handle a given subnet are configured with the same anycast IP address and MAC address. • Forwarding Behavior at Leaf switches: A fabric VLAN is allocated per tenant VRF in the Vinci fabric. BGP advertises the reachability of hosts attached to remote leafs to all the leaf nodes. Ingress leaf switch routes the traffic from the tenant VLAN to the egress leaf switch where the destination host is attached via the fabric VLAN. Egress leaf switch routes the traffic back to the tenant VLAN. This allow the platforms to optimize by scaling the FIB host route table without scaling the MAC address table. • Routing within the subnet: Leaf switch responds with the Anycast Default Gateway MAC to the ARP requests for hosts within the same subnet.
    [Show full text]
  • L-Root and Internet in LAC Mauricio Vergara Ereche | Qos Internet CEPAL | Oct 2015 Agenda
    L-Root and Internet in LAC Mauricio Vergara Ereche | QoS Internet CEPAL | Oct 2015 Agenda 1 2 3 What is L-Root LAC ICANN? Connectivity 4 5 Our model for Recommend deployment ations | 2 What is ICANN? What is a resilient and secure Internet? Quick Look at ICANN Overview ICANN is a global multi-stakeholder, private sector organization that manages Internet resources for the public benefit. It is best known for its role as technical coordinator of the Internet’s Domain Name System Mission To coordinate, at the overall level, the global Internet’s system of unique identifiers, and in particular to ensure the stable and secure operation of the Internet’s unique identifier system | 4 Supporting A Healthy, Resilient Internet | 5 SSR: Security, Stability and Resiliency Secure 1 Capacity to protect and prevent misuse of Internet Unique identifiers Stable Capacity to ensure that the system operates as expected, 2 and that users of the unique identifiers have confidence that the system operates as expected Resilient Capacity of the unique identifier system to effectively 3 withstand/tolerate/survive malicious attacks and other disruptive events without disruption or cessation of service | 6 L-Root DNS and Anycasting How DNS Works? Root Server 2 www.icann.org ? 1 3 4 8 .ORG Server 5 DNS Resolver (ISP) 6 9 7 www.icann.org ICANN.ORG Server | 8 What is L-Root? “L” is one of 13 independently operated root servers serving the DNS root zone ICANN DNS Engineering team operates L under the Autonomous System Number (ASN) AS20144 using the following
    [Show full text]