multicast routing principles in internet
play

Multicast routing principles in Internet Motivation Recap on graphs - PowerPoint PPT Presentation

Multicast routing principles in Internet Motivation Recap on graphs Principles and algorithms S-38.2121 / Fall-05 / RKa, NB Multicast1-1 Multicast capability has been and is under intensive development since the 1990s MBone used to


  1. Multicast routing principles in Internet Motivation Recap on graphs Principles and algorithms S-38.2121 / Fall-05 / RKa, NB Multicast1-1

  2. Multicast capability has been and is under intensive development since the 1990’s • MBone used to multicast IETF meetings from 1992 • Extends LAN broadcast capability to WAN in an efficient manner • Valuable applications – resource discovery – multimedia conferencing, teaching, gaming – streaming audio and video – network load minimization by replacing many point-to-point transmissions S-38.2121 / Fall-05 / RKa, NB Multicast1-2

  3. Multicast reduces network load and delay • For example • 6 transmissions vs. 4 transmissions • Generally unreliable transmission (UDP) • In reliable multicast the source must retransmit missing packets with unicast S-38.2121 / Fall-05 / RKa, NB Multicast1-3

  4. Resource discovery by multicast simplifies network management (1) • No need for lists of neighbors, just use standard multicast address OSPF router OSPF hello [ ÿ all OSPF routers] Note: in this case, multicast only on the local network RIP-2 router RIP response [ ÿ all RIP routers] Host Bootstrap servers BOOTP S-38.2121 / Fall-05 / RKa, NB Multicast1-4

  5. Resource discovery by multicast simplifies network management (2) • How to find corporate DNS-server ÿ multicast to all nodes in corporate network. DNS server DNS server • Network is easily flooded with messages. • TTL can be used to limit the scope of a broadcast – “expanding ring search” ÿ find nearest DNS (or other server) – when TTL=0 in multicast packet, no ICMP message is returned S-38.2121 / Fall-05 / RKa, NB Multicast1-5

  6. Conferencing requirements include • Multiple sources, multiple recipients, multiple media • Variable membership • Small conferences with intelligent media control (what is sent to where) • Large conferences require media processing in special devices • QoS is important – Low delay – Low delay variation – Low packet loss S-38.2121 / Fall-05 / RKa, NB Multicast1-6

  7. Multipoint sessions differ from point-to-point communication • Participants may join and leave the session. S S • Receiver-makes good principle instead of session M parameter negotiation. • Window based flow control does not apply: ÿ use UDP / connectionless protocols • Packets are sent to a group address instead of a host address S-38.2121 / Fall-05 / RKa, NB Multicast1-7

  8. Multicast routing algorithms S-38.2121 / Fall-05 / RKa, NB Multicast1-8

  9. Flooding is the simplest multicast algorithm Flooding algorithm: • Need to keep state (DB) in nodes • No group membership: target is all nodes Receive M from L (broadcast) Search corresponding Search corresponding entry in DB entry in DB yes no ÿ M is a duplicate no entry in DB entry in DB entry in DB entry in DB found found older newer older newer no yes yes Insert M into DB Update M in DB Build M’ from DB Insert M into DB Update M in DB Build M’ from DB stop stop Send M to all Send M to all Send M’ to sender Send M to all Send M to all Send M’ to sender links but L links but L on L links but L links but L on L • Examples: OSPF, Usenet news, etc. S-38.2121 / Fall-05 / RKa, NB Multicast1-9

  10. Trace information is an alternative to the database in flooding • Trace info in message lists all passed nodes • If the neighbor is in trace, do not send • Avoids costly database reads but may accept same message several times. • Traces used in e.g. Usenet news • Application-layer multicast, not efficient on network layer Flooding guarantees that node will not forward the same packet twice. It does not guarantee that node will receive the same packet only once! ÿ greedy algorithm Flooding does not depend on routing tables ÿ robust S-38.2121 / Fall-05 / RKa, NB Multicast1-10

  11. Networks are modeled as graphs G = (V, E) • V – set of vertices or nodes (non-empty, finite set) • E – set of edges or links . E = { e j | j = 1, 2, …, M} e j = ( v i , v k ) = ( i , k ) · Vertex, node – kärki, · Vertex, node – kärki, solmu solmu • Nodes i and k are adjacent if link ( i , k ) exists. · Edge, link – syrjä, · Edge, link – syrjä, • Nodes i and k are also called neighbors . linkki, sivu, kaari, linkki, sivu, kaari, haara haara · Adjacent – viereinen · Adjacent – viereinen · Neighbor – naapuri · Neighbor – naapuri S-38.2121 / Fall-05 / RKa, NB Multicast1-11

  12. Links are bi-directional, arcs are unidirectional • Unidirectional links, a j = ( v i , v k ) = [ i , k ] are called arcs . Undirected graph (only links) Directed graph (also arcs) • The degree of a node is the number of its neighbors or the number of links incident on the node. · Degree of a node – · Degree of a node – solmun aste solmun aste • If links and nodes have properties, the graph · Arc – kaari · Arc – kaari is called a network . · Directed graph – · Directed graph – suunnattu graafi suunnattu graafi S-38.2121 / Fall-05 / RKa, NB Multicast1-12

  13. Graphs with parallel links are called multigraphs • Links between a node and itself s t s t are self loops . • Graph with no parallel links and v v no self loops is a simple graph . u u • A path in a network is a sequence of links beginning at some node s and ending at some node t (= s,t-path ). • If s = t, the path is called a cycle . If an intermediate node appears no more than once, it is a simple cycle . · Cycle, loop – silmukka · Cycle, loop – silmukka · Path – polku · Path – polku S-38.2121 / Fall-05 / RKa, NB Multicast1-13

  14. A graph is connected if there is at least one path between every pair of nodes. • A subset of nodes with paths to one another is a connected component . By def. ∃ i , i -path Reflective: ∃ i , j -path ÿ ∃ j , i -path Symmetric: ∃ i , j -path and ∃ j , k -path ÿ ∃ i , k -path Transitive: Components are equivalence classes and the component structure is a partition of the graph. Partition applies to links and nodes alike. · Connected – · Connected – yhteydellinen, yhdistetty yhteydellinen, yhdistetty S-38.2121 / Fall-05 / RKa, NB Multicast1-14

  15. A directed graph is strongly connected if there is a directed path from every node to every other node. • Directed connectivity is not symmetric. A A • A subset of nodes with directed paths from any one node to any other is a B C B C strongly connected component . D D • A node belongs to exactly one strongly connected c. An arc is part of at most one strongly connected c. E E F F · Strongly connected – · Strongly connected – vahvasti yhteydellinen vahvasti yhteydellinen · Directed path – · Directed path – G H G H suunnattu polku suunnattu polku S-38.2121 / Fall-05 / RKa, NB Multicast1-15

  16. A tree is a graph without cycles • Given a graph G = ( V , E ), H = ( V´ , E´ ) is a subgraph of G if V´ ⊂ V and E´ ⊂ E • A spanning tree is a connected graph without cycles. (Connects all nodes in the graph) • If graph is not necessarily connected, we talk about a forest . · Subgraph – aligraafi · Subgraph – aligraafi · Tree – puu · Tree – puu · Spanning tree – · Spanning tree – virittäjäpuu virittäjäpuu · Forest – metsä · Forest – metsä S-38.2121 / Fall-05 / RKa, NB Multicast1-16

  17. Spanning trees (ST) model minimally connected networks • A spanning tree is connects all nodes without loops. • Only a single path exists between any two nodes in a ST ÿ routing is trivial. • If a graph has N nodes, any tree spanning the nodes has exactly N - 1 edges. • Any forest with k components has exactly N - k edges . – proof by induction starting from graph with no edges. S-38.2121 / Fall-05 / RKa, NB Multicast1-17

  18. A set of edges whose removal disconnects a graph is called a disconnecting set . • XY-cutset partitions a graph to subgraphs X and Y. • In a tree any edge is a minimal cutset . • A minimal set of nodes whose removal partitions the remaining nodes into two connected subgraphs is called a cut . · Disconnecting set – · Disconnecting set – erotusjoukko erotusjoukko · Cut – leikkaus · Cut – leikkaus · XY-cutset – XY- · XY-cutset – XY- leikkausjoukko leikkausjoukko S-38.2121 / Fall-05 / RKa, NB Multicast1-18

  19. A graph can be presented with an adjacency matrix or an incidence matrix Node Link A B C D E 1 2 3 4 5 6 1 A B A B A 1 1 0 0 0 0 A 0 1 1 0 0 B 1 0 1 0 0 0 B 1 0 0 1 0 Node Node 2 3 C 0 1 0 1 1 0 C 1 0 0 1 1 4 C D C D D 0 0 1 1 0 1 D 0 1 1 0 1 E 0 0 0 0 1 1 5 6 E 0 0 1 1 0 E E Adjacency Matrix Incidence Matrix For an undirected graph, the For directed graphs, +1 is adjacency matrix is symmetric. source and -1 is sink of an arc · Adjacency matrix – · Incidence matrix – · Adjacency matrix – · Incidence matrix – Naapuruusmatriisi Liitäntämatriisi Naapuruusmatriisi Liitäntämatriisi S-38.2121 / Fall-05 / RKa, NB Multicast1-20

  20. For graph algorithms linked list presentation of adjacency is convenient Node 1 A B A B A Link Next Link Next 2 3 B 4 0 C D C C D D 5 6 E E E 1 B A 3 D B S-38.2121 / Fall-05 / RKa, NB Multicast1-21

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend