802.17c Protected Inter-Ring Connection Rafi Ram - Corrigent Systems March 2007.

Slides:



Advertisements
Similar presentations
Page 1 IEEE 802 March 2011 workshop Version 1.0 EEE 802 IEEE Std Resilient Packet Ring (RPR)
Advertisements

EVC structure for a Protected E-Line service
Relational and Equality Operators Table 4-1. Sample Conditions Table 4-2.
Topic 7 Local Area Networks (LAN)
Lecture #9 EGR 277 – Digital Logic
Ethernet Risanuri Hidayat. Ethernet The term Ethernet refers to the family of local-area network (LAN) products covered by the IEEE standard. Three.
Lab Practical 2 Study about different types of Networking Device
Computer Organization Cs 147 Prof. Lee Azita Keshmiri.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Functions 1.  How long is MAC address?  How is mac address used in data communication?  What is a frame?  What does an IP address look like? 2.
Multiple Links Failover Mechanism for RPR Interconnected Rings IEEE WG Orlando, Florida USA March 11~16, 2007.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching (Wide Area Networks)
McGraw-Hill©The McGraw-Hill Companies, Inc. Chapter 9 Local Area Networks Part I: Basic Concepts and Wired Ethernet LANs.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Local Area Networks.
Computer Networks 15-1 Chapter 15. Connecting LANs, Backbone Networks, and Virtual LANs 15.1 Connecting devices 15.2 Backbone networks 15.3 Virtual LANs.
Data Link Layer5-1 Self-learning, forwarding: example A A’ B B’ C C’ A A’ Source: A Dest: A’ MAC addr interface TTL Switch table (initially.
Traffic Management - OpenFlow Switch on the NetFPGA platform Chun-Jen Chung( ) Sriram Gopinath( )
Mike Takefman7/16/2007IEEE RPRWG PIRC Architecture July 2007 Plenary Session San Francisco Mike Takefman Cisco Systems.
Physical and Data Link Layers Chapter 2 Connecting People To Information.
Switching Topic 6 Rapid spanning tree protocol. Agenda RSTP features – Port states – Port roles – BPDU format – Edge ports and link types – Proposals.
Ethernet Overview it the IEEE standard for Ethernet.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 16 Connecting LANs, Backbone Networks, and Virtual LANs.
Department of Computer Science, University of Peshawar Multiple Access.
Yan Wang Proposed amendments of control frames for c Yan Wang Huawei technologies.
IEEE l IEEE has had the greatest impact on Layer 2 standards. l IEEE divided Layer 2 into two sublayers.
Chapter 16 Connecting LANs, Backbone Networks, and Virtual LANs
Ch. 15 Connecting LANs.
1 Chapter 3: Packet Switching (Switched LANs) Dr. Rocky K. C. Chang 23 February 2004.
Darwin 03/26/02IEEE RAH Harry Peng
802.17c Protected Inter-Ring Connection Rafi Ram - Corrigent Systems January 2007.
16 January ???1 Section 2 (MAC) CRG Summary John Lemon Steve Wood David James.
RPR Interconnection Topologies IEEE WG Orlando, Florida USA March 11~16, 2007.
Switches – Continued. Switches If a switch has N ports with multiple computers per port, then how many simultaneous transmissions can you have? Explain.
802.17c Protected Inter-Ring Connection Rafi Ram - Corrigent Systems March 2008.
CHAPTER 14 Digital Systems. Figure 14.1 RS flip-flop symbol and truth table Figure
Data Communication Networks Lec 18. Wired LAN:Ethernet Datalink layer – Logical link control(LLC) – MAC Physical layer.
802.17c Protected Inter-Ring Connection Rafi Ram - Corrigent Systems May 2007.
Chapter 16– Connecting LANs
Step-by-step explanation what happens if a L3 device is connected via a L2 vPC: Packet arrives at R R does lookup in routing table and sees 2 equal paths.
Chapter 12 Part 2 Media Access Control (MAC)
Chapter 12 Multiple Access.
Memory Interfacing.
Connecting Devices LANs or WANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs or WANs, we.
802.17c Protected Inter-Ring Connection
Part III Datalink Layer.
3. Internetworking (part 2: switched LANs)
The Load Balancing Schemes Observations
Subject Name: Computer Communication Networks Subject Code: 10EC71
Connecting LANs, Backbone Networks, and Virtual LANs
Connecting LANs, Backbone Networks, and Virtual LANs
Paging Lecture November 2018.
الفصل الثاني عشر (المحاضرة الثالثة)
Connecting LANs, Backbone Networks,
Chapter 16 Connecting LANs, Backbone Networks, and Virtual LANs
Dr. Rocky K. C. Chang 23 February 2004
Part III Datalink Layer.
5 × 7 = × 7 = 70 9 × 7 = CONNECTIONS IN 7 × TABLE
5 × 8 = 40 4 × 8 = 32 9 × 8 = CONNECTIONS IN 8 × TABLE
4 × 6 = 24 8 × 6 = 48 7 × 6 = CONNECTIONS IN 6 × TABLE
5 × 6 = 30 2 × 6 = 12 7 × 6 = CONNECTIONS IN 6 × TABLE
Chapter 15. Connecting Devices
What connections can you make? What else do you notice?
10 × 8 = 80 5 × 8 = 40 6 × 8 = CONNECTIONS IN 8 × TABLE MULTIPLICATION.
3 × 12 = 36 6 × 12 = 72 7 × 12 = CONNECTIONS IN 12 × TABLE
Paging Memory Relocation and Fragmentation Paging
5 × 12 = × 12 = × 12 = CONNECTIONS IN 12 × TABLE MULTIPLICATION.
FIGURE 7-1 Block Diagram of Memory
5 × 9 = 45 6 × 9 = 54 7 × 9 = CONNECTIONS IN 9 × TABLE
3 × 7 = 21 6 × 7 = 42 7 × 7 = CONNECTIONS IN 7 × TABLE
Presentation transcript:

802.17c Protected Inter-Ring Connection Rafi Ram - Corrigent Systems March 2007

2 PIRC Sublayer in MAC Block Diagram

3 Network Diagram Stations A & B are protection group on the primary ring Station A is the “0” member and station B is the “1” member Stations C & D are protection group on the secondary ring Station C is the “0” member and station D is the “1” member

4 PIRC Sublayer Logic on the Path MAC  Client if (bit 40 of the RPR DA is set) then if (PG state is “both active”) then if ((hash modulo result) != (member type)) then discard frame else if ((MAC is on secondary ring) and (RPR SA is the mate MAC addr)) discard frame else forward frame else if (PG state is “self down” or “hold-off”) then discard frame else forward frame else forward frame

5 PIRC Sublayer Logic as State Table RowConditionAction 1RPR DA[40] is 0Forward 2PG state is “mate down”Forward 3PG state is “self down”Discard 4PG state is “hold-off”Discard 5This MAC is on primary ringForward 6RPR SA is equal to mate MAC addressDiscard 7-Forward