What is HSR (High-availability Seamless Redundancy)?
52
✓
✓ Best Answer
HSR (High-availability Seamless Redundancy), part of IEC 62439-3, provides zero-recovery-time redundancy using a ring topology with duplicate frame transmission in opposite directions.
How HSR Works
- Nodes connect in a ring with two ports
- Sender injects duplicate frame in both directions (clockwise and counter-clockwise)
- Frames travel around ring until reaching destination
- Receiver accepts first frame, discards duplicate
- If one path is broken, other still delivers frames
HSR Frame
- Standard Ethernet + HSR tag (6 bytes)
- Contains sequence number and lane info
- All nodes forward frames toward destination
Key Concepts
- DANH (Doubly Attached Node HSR): HSR-capable device
- SAN (Single Attached Node): Standard device (needs QuadBox or RedBox)
- QuadBox: Connects two HSR rings
- RedBox HSR: Attaches non-HSR devices
Advantages Over PRP
- Single ring instead of two networks (less cabling)
- Lower infrastructure cost
- Zero recovery time preserved
- Efficient use of fiber
Disadvantages
- All nodes must be HSR-capable (or use RedBox)
- Ring size limits (typical max 50 nodes)
- Duplicate traffic uses ring bandwidth twice
- More complex than simple ring protocols
2 Other Answers
18
HSR simplifies wiring compared to PRP. Good for smaller substations.
13
Ring size matters — keep HSR rings under 30 nodes for best performance.
Your Answer
You must be signed in to post an answer.