Skip to main content

Network Architecture

The RTLS system requires specific network configurations to ensure optimal performance and security. Below is the recommended network architecture: Network Diagram Example

Network Components

  • RTLS Hub Server
  • Anchor Network
  • Client Network
  • Management Network
  • External Services

Ports List

All ports listed are TCP unless otherwise specified:
Port NumberPort DescriptionData Flow
80HTTPInbound - Web Interface
443HTTPSInbound - Secure Web Interface
8080RTLS Hub ServiceInbound - Anchor Communication
8443RTLS Hub Secure ServiceInbound - Secure Anchor Communication
5432PostgreSQLInternal - Database Communication
1883MQTTInternal - Message Broker
8883MQTT over TLSInternal - Secure Message Broker

Network Requirements

Bandwidth

  • Minimum 100 Mbps for anchor network
  • Gigabit recommended for server network
  • Low latency (<50ms) between components

VLAN Configuration

  1. Management VLAN
    • RTLS Hub management
    • System administration
    • Monitoring tools
  2. Anchor VLAN
    • Dedicated for anchors
    • Isolated from general traffic
    • QoS priority
  3. Client VLAN
    • User access
    • Web interface
    • API connections

Security Considerations

Implement proper network segmentation and firewall rules to protect the RTLS system.
  • Restrict management access
  • Implement port security
  • Enable HTTPS only
  • Use TLS 1.2 or higher
  • Regular security audits

Troubleshooting

Common Issues

  1. Connectivity Problems
    • Check physical connections
    • Verify VLAN configurations
    • Test port accessibility
    • Review firewall rules
  2. Performance Issues
    • Monitor bandwidth usage
    • Check for network congestion
    • Verify QoS settings
    • Analyze latency metrics
Always consult your network administrator before making changes to network configuration.