Blog
Home Blog

How do industrial switches support redundancy?

How do industrial switches support redundancy?

July 16, 2023

How do industrial switches support redundancy?

 

Industrial switches support redundancy to ensure network reliability, fault tolerance, and minimal downtime, which are critical in industrial environments such as manufacturing, transportation, utilities, and energy sectors. Redundancy allows a network to continue functioning even when a device or link fails, thereby improving overall system uptime. Industrial networks often operate in harsh environments, so redundancy is essential to maintain continuous operations.Here’s a detailed description of how industrial switches support redundancy:

 

1. Redundant Topologies

The physical and logical layout of network connections plays a crucial role in redundancy. Industrial switches support a variety of network topologies designed to provide alternative data paths in the event of a failure.

Common Redundant Topologies:

Ring Topology: One of the most widely used topologies in industrial networks for redundancy.

--- In a ring topology, switches are connected in a circular fashion. If a link breaks, data can flow in the opposite direction, preventing network downtime.

--- Rapid Spanning Tree Protocol (RSTP) or Ethernet Ring Protection Switching (ERPS) ensures fast recovery in case of link failure.

Mesh Topology: In a mesh topology, every switch is connected to multiple other switches, creating several redundant paths for data.

--- This topology offers a high level of redundancy because there are multiple paths between any two switches, reducing the likelihood of a network outage if one link or switch fails.

Dual-Homing: In this topology, switches have multiple connections to two different switches (or routers), providing alternative paths in case one switch fails.

Star Topology with Redundant Core: The core switch (or switches) at the center of the star topology has redundant links to the edge switches, so if the core switch or a link fails, traffic is rerouted to the backup core or another link.

Example:

--- In a factory, if a machine on the production line communicates with a control center over an industrial network, a ring topology can ensure that if a cable gets damaged or disconnected, the switch will reroute the data through an alternative path in the ring.

 

 

2. Spanning Tree Protocol (STP) and Variants

Spanning Tree Protocol (STP) is a network protocol used to prevent loops in Ethernet networks, which are common in redundant topologies. Without STP, redundant connections could cause broadcast storms, resulting in network failure.

Variants of STP for Faster Redundancy:

--- STP (Spanning Tree Protocol): STP creates a loop-free logical topology by blocking redundant links. If a primary link fails, STP automatically unblocks a backup link to restore connectivity.

--- RSTP (Rapid Spanning Tree Protocol): An enhanced version of STP, RSTP provides faster convergence (typically within a few seconds) than STP, making it suitable for industrial environments where quick failover is crucial to avoid production downtime.

--- MSTP (Multiple Spanning Tree Protocol): MSTP allows multiple spanning trees to run over the same physical topology, providing better traffic load balancing and redundancy. It is more efficient than STP and RSTP in larger networks with multiple VLANs.

 

 

3. Ethernet Ring Protection Switching (ERPS)

Ethernet Ring Protection Switching (ERPS) is a specialized protocol designed for ring topologies, offering even faster recovery times than RSTP. ERPS can restore network connectivity in sub-50 milliseconds in case of link or switch failure, making it ideal for industrial environments where rapid recovery is critical.

How ERPS Works:

--- ERPS forms a single ring topology with all switches connected in a circular pattern.

--- One switch is designated as the Ring Protection Link (RPL) owner, and one link in the ring is blocked to prevent loops.

--- If a failure occurs on any link in the ring, ERPS quickly unblocks the backup link, restoring full connectivity almost instantly.

 

 

4. Link Aggregation (LAG)

Link Aggregation (also known as EtherChannel or port trunking) is a method used to combine multiple physical links into one logical link between two switches. This provides redundancy at the link level by spreading traffic across multiple links.

Benefits of Link Aggregation:

--- Increased Bandwidth: By bundling multiple links, LAG increases the overall bandwidth between two switches, reducing congestion.

--- Failover Protection: If one link in the aggregation group fails, the other links continue to operate, ensuring uninterrupted data flow.

Example:

--- If an industrial switch is connected to another switch via three physical links (using LAG), the failure of one link won’t disrupt communication, as the remaining two links will continue to carry traffic.

 

 

5. HSRP/VRRP (Router Redundancy Protocols)

For industrial Layer 3 switches (which perform both switching and routing functions), Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy Protocol (VRRP) provide router-level redundancy.

How HSRP/VRRP Work:

--- HSRP (Hot Standby Router Protocol): A Cisco proprietary protocol that allows multiple Layer 3 switches (or routers) to function as a single virtual router. One switch is the active switch, while another is on standby. If the active switch fails, the standby switch takes over the routing function seamlessly.

--- VRRP (Virtual Router Redundancy Protocol): An open standard protocol similar to HSRP. It also allows multiple switches to share a single virtual IP address, providing redundancy at the Layer 3 routing level.

Use Case:

--- In an industrial environment, if you have multiple subnets and you’re routing traffic between them using Layer 3 switches, HSRP or VRRP can ensure that a failure of the primary routing switch doesn’t disrupt communication between the subnets.

 

 

6. Redundant Power Supplies

Many industrial switches are designed with dual power inputs to ensure redundancy at the power level. This feature helps protect against power supply failures, which are common in harsh industrial settings due to power surges, fluctuations, or equipment malfunctions.

Redundant Power Features:

--- Dual Power Supplies: Industrial switches may have two independent power inputs from different sources (AC/DC), so if one power source fails, the other takes over without interrupting network operation.

--- Power Over Ethernet (PoE): In PoE switches, redundancy can be applied to the power delivery to critical devices like IP cameras, sensors, or VoIP phones by ensuring that if one power source fails, devices continue to receive power through another PoE-enabled switch or source.

 

 

7. Industrial Protocols for Redundancy

In industrial environments, switches often support specialized industrial protocols designed for redundancy and high availability.

Key Industrial Protocols:

--- PRP (Parallel Redundancy Protocol): PRP provides zero-delay recovery in case of link or node failure by sending identical frames over two independent networks. This ensures that communication continues even if one network fails, making it highly reliable for critical industrial applications.

--- HSR (High-Availability Seamless Redundancy): HSR is another redundancy protocol used in industrial automation. It operates similarly to PRP by sending duplicate data frames, but it does so within a ring topology.

--- DLR (Device-Level Ring): DLR is used specifically for ring topologies in industrial Ethernet networks. It provides fast network recovery (in less than 3 ms) in case of a link failure, making it ideal for real-time control systems in industrial automation.

 

 

8. VLAN and Subnet Redundancy

VLANs (Virtual Local Area Networks) and subnet segmentation can also be used to create redundancy at the logical level.

VLAN Redundancy: By creating redundant VLANs, you can separate different types of network traffic (e.g., control traffic, sensor data, video surveillance) into isolated segments. In case of failure in one VLAN or segment, the other VLANs remain unaffected, ensuring critical operations continue.

Subnet Redundancy: Using separate subnets for different functional areas of the industrial network helps limit the scope of failures. Layer 3 switches can route traffic between redundant subnets, ensuring that failure in one subnet doesn’t affect other parts of the network.

 

 

9. Self-Healing Network Protocols

In addition to traditional protocols like STP and ERPS, some industrial networks employ self-healing protocols that automatically reroute traffic when a failure is detected. These protocols are designed to minimize downtime and ensure real-time communications in mission-critical applications.

Example:

--- Profinet with MRP (Media Redundancy Protocol): MRP is a self-healing protocol used in Profinet industrial networks. It supports fast recovery in ring topologies, ensuring that communication is restored quickly after a failure.

 

 

Conclusion

Industrial switches support redundancy through a combination of redundant physical topologies, failover protocols, and backup power supplies. The goal of redundancy is to provide alternate paths for data transmission and ensure that network operations continue uninterrupted, even in the event of hardware failures, link outages, or power issues.

Some of the most important mechanisms for redundancy in industrial networks include ring topologies with ERPS, Spanning Tree Protocols like RSTP and MSTP, Link Aggregation, and router redundancy protocols like HSRP and VRRP. Additionally, industrial-specific protocols like PRP, HSR, and DLR provide specialized redundancy solutions to meet the unique demands of industrial automation and control systems.

 

By implementing these redundancy techniques, industrial networks can achieve high availability, quick failover, and resilience in challenging environments.

 

 

leave a message

leave a message
If you are interested in our products and want to know more details,please leave a message here,we will reply you as soon as we can.
submit

home

products

WhatsApp

Contact Us