HOME

TheInfoList



OR:

Media Redundancy Protocol (MRP) is a data network protocol standardized by the
International Electrotechnical Commission The International Electrotechnical Commission (IEC; in French: ''Commission électrotechnique internationale'') is an international standards organization that prepares and publishes international standards for all electrical, electronic and ...
as IEC 62439-2. It allows rings of
Ethernet Ethernet () is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in ...
switches to overcome any single failure with recovery time much faster than achievable with
Spanning Tree Protocol The Spanning Tree Protocol (STP) is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. Spanning tree also ...
. It is suitable to most
industrial Ethernet Industrial Ethernet (IE) is the use of Ethernet in an industrial environment with protocols that provide determinism and real-time control. Protocols for industrial Ethernet include EtherCAT, EtherNet/IP, PROFINET, POWERLINK, SERCOS III, C ...
applications.


Properties

MRP operates at the data link layer (OSI Layer 2) of Ethernet switches and is a direct evolution of the HiPER-Ring protocol developed by Hirschmann in 1998. Hirschmann is now owned by Belden. MRP is supported by several commercial
industrial Ethernet Industrial Ethernet (IE) is the use of Ethernet in an industrial environment with protocols that provide determinism and real-time control. Protocols for industrial Ethernet include EtherCAT, EtherNet/IP, PROFINET, POWERLINK, SERCOS III, C ...
switches. In an MRP ring, the ring manager is named Media Redundancy Manager (MRM), while ring clients are named Media Redundancy Clients (MRCs). MRM and MRC ring ports support three statuses: disabled, blocked, and forwarding. Disabled ring ports drop all the received frames. Blocked ring ports drop all the received frames except the MRP control frames. Forwarding ring ports forward all the received frames. During normal operation, the network works in the Ring-Closed status (Figure 1). In this status, one of the MRM ring ports is blocked, while the other is forwarding. Conversely, both ring ports of all MRCs are forwarding. Loops are avoided because the physical ring topology is reduced to a logical line topology. In case of failure, the network works in the Ring-Open status (Figure 2). For instance, in case of failure of a link connecting two MRCs, the MRM sets both of its ring ports to the forwarding state; the MRCs adjacent to the failure each have a disabled port (because of the link loss) and a forwarding ring port; the other MRCs have both ring ports forwarding. Also, in the Ring-Open status, the network logical topology is a line.


Frame structure

MRP information is sent in the form of an
Ethernet frame In computer networking, an Ethernet frame is a data link layer protocol data unit and uses the underlying Ethernet physical layer transport mechanisms. In other words, a data unit on an Ethernet link transports an Ethernet frame as its payloa ...
, with the
EtherType EtherType is a two-octet field in an Ethernet frame. It is used to indicate which protocol is encapsulated in the payload of the frame and is used at the receiving end by the data link layer to determine how the payload is processed. The same ...
field set to 0x88E3. The frames are built by
Type–length–value Within communication protocols, TLV (type-length-value or tag-length-value) is an encoding scheme used for optional informational elements in a certain protocol. A TLV-encoded data stream contains code related to the record type, the record valu ...
(TLV) structures, allowing organizationally specific information.


Standards

The
International Electrotechnical Commission The International Electrotechnical Commission (IEC; in French: ''Commission électrotechnique internationale'') is an international standards organization that prepares and publishes international standards for all electrical, electronic and ...
standard for MRP was published in 2010 as IEC 62439-2 and amended in 2012. The standard IEC 62439 published in 2012 also defined the following protocols: * Parallel Redundancy Protocol (PRP) * Cross-network Redundancy Protocol - CRP * Beacon Redundancy Protocol - BRP * High-availability Seamless Redundancy (HSR) With the settings specified in IEC 62439-2, MRP guarantees a worst-case recovery time of 500 ms, 200 ms, or 30 ms in rings composed of up to 50 switches, and a worst-case recovery time of 10 ms in rings composed of up to 14 switches.


See also

*
Fieldbus Fieldbus is the name of a family of industrial computer networks used for real-time distributed control. Fieldbus profiles are standardized by the International Electrotechnical Commission (IEC) as IEC 61784/61158. A complex automated industrial ...


References

{{Ethernet Networking standards Network protocols Industrial Ethernet