Spatial Reuse Protocol
Encyclopedia
Spatial Reuse Protocol is a networking protocol developed by Cisco
Cisco Systems
Cisco Systems, Inc. is an American multinational corporation headquartered in San Jose, California, United States, that designs and sells consumer electronics, networking, voice, and communications technology and services. Cisco has more than 70,000 employees and annual revenue of US$...

. It is a MAC-layer (sublayer of layer 2) protocol for ring-based packet internetworking that is commonly used in optical fiber ring networks. Ideas from the protocol are reflected in parts of the IEEE 802.17 Resilient Packet Ring (RPR) standard.

Introduction

SRP was first developed as a layer 2 (data-link layer) protocol to link Cisco's Dynamic Packet Transport (DPT) protocol (a method of delivering packet-based traffic over a SONET/SDH infrastructure) to the physical SONET/SDH layer. DPT cannot communicate directly with the physical layer, therefore it was necessary to develop an intermediate layer between DPT and SONET/SDH, SRP filled this role.

Analogy to POS

SRP behaves quite like the Point-to-Point Protocol
Point-to-Point Protocol
In networking, the Point-to-Point Protocol is a data link protocol commonly used in establishing a direct connection between two networking nodes...

 (PPP) does in a Packet Over SONET
Packet over SONET/SDH
Packet over SONET/SDH, abbreviated POS, is a communications protocol for transmitting packets in the form of the Point to Point Protocol over SDH or SONET, which are both standard protocols for communicating digital information using lasers or light emitting diodes over optical fibre at high...

 (POS) environment. PPP acts as an abstraction layer between a higher level layer 2 technology such as POS and a layer 1 technology such as SONET/SDH. Layer 1 and high level layer 2 protocols cannot interact directly without having an intermediate low level layer 2 protocol, in the case of DPT the layer 2 protocol is SRP.

Spatial Reuse Capability

DPT environments contain dual, counter-rotating rings, somewhat like FDDI
Fiber distributed data interface
Fiber Distributed Data Interface provides a 100 Mbit/s optical standard for data transmission in a local area network that can extend in range up to . Although FDDI logical topology is a ring-based token network, it does not use the IEEE 802.5 token ring protocol as its basis; instead, its...

. SRP has a unique bandwidth efficiency mechanism which allows multiple nodes on the ring to utilize the entirety of its bandwidth, this mechanism is called the Spatial Reuse Capability. Nodes in an SRP environment can send data directly from source to destination. Consider the following ring environment (for example, running at OC-48c
Optical Carrier
Optical Carrier transmission rates are a standardized set of specifications of transmission bandwidth for digital signals that can be carried on Synchronous Optical Networking fiber optic networks...

 [2.5 Gbit/s]) with 6 routers (A through F sequentially) on it. Routers A and D are sending data back and forth at 1.5 Gbit/s while routers B and C are sending data at 1 Gbit/s, this utilizes the entire 2.5 Gbit/s across routers A through D but still leaves routers F and E untouched. This means that routers F and E can be sending data at 2.5 Gbit/s between each other concurrently, resulting in the total throughput of the ring being 5 Gbit/s. The reason for this is the implementation of a method called "destination stripping". Destination stripping means that the destination of the data removes it from the ring network, this differs from "source stripping" in that the data is only present on the section of network between the source and destination nodes. In source stripping, the data is present all the way around the ring and is removed by the source node. FDDI and token ring networks use source stripping, whereas DPT and SRP use destination stripping. Again, consider the previous example of the OC-48c ring. In a source stripping (FDDI or Token Ring) environment, in the event that router A wanted to communicate with router D, the entire network would be taken up while the data was being transmitted because it would have to wait until it completed the loop and got back to router A before it was eliminated. In a destination stripping (DPT and SRP) environment, the data would only be present between router A and Router D and the rest of the network would be free to communicate.

SRP Header

The SRP header
Header (information technology)
In information technology, header refers to supplemental data placed at the beginning of a block of data being stored or transmitted. In data transmission, the data following the header are sometimes called the payload or body....

is 16 bits (2 bytes) total. It contains 5 fields. These fields are as follows: Time to Live (TTL), Ring Identifier (R), Priority (PRI), Mode, and Parity (P). The TTL field is 8 bits, its only metric is hop count. The R field is 1 bit (either 0 or 1 designating the inner or outer ring). The PRI field is 3 bits designating the packet priority. The Mode field is 3 bits designating what type of data is contained in the payload. The P field is 1 bit.
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK