An OPC UA Global Discovery Server (GDS) manages a cross-LDS registry plus a Certificate Authority (CA) that issues client and server certificates across a multi-site infrastructure, dramatically simplifying OPC UA PKI management.
True
The GDS is the enterprise extension of the LDS. It aggregates LDS instances from multiple sites into a single inter-site view, embeds a Certificate Authority that signs application certificates, manages Trust List push to enrolled applications, and produces audit logs (who registers, which certificates are issued). The GDS is the right answer for large Industrie 4.0 estates with many sites and many servers. Common implementations include the Siemens GDS Push Server and the Unified Automation OPC UA Gateway with GDS option.
Plan the GDS before the first PLC goes live, not after: retrofitting central PKI onto an installed base of devices that already trust manually-exchanged certificates is significantly harder than provisioning them through a GDS from day one.
OPC UA bank in preparation
The full OPC UA bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other OPC UA practice questions
Related questions
- What is the complete format of an OPC UA NodeId?2. NodeIds · NodeId-Format
- An OPC UA Subscription groups several MonitoredItems and publishes value changes periodically (PublishingInterval typically 100-1000 ms); the server keeps a buffer of unacknowledged notifications for reliability.3. Services · Subscriptions
- Which Security Modes does an OPC UA SecureChannel support per the standard?4. Security · SecureChannel-Modi
- OPC UA uses X.509 certificates to authenticate applications (both client and server): each application holds its own certificate, and trust is established mutually through the exchange that happens during the SecureChannel handshake.4. Security · Zertifikate
- OPC UA Pub/Sub supports several transports: UDP multicast (lowest latency, machine-to-machine), MQTT (cloud-friendly via broker) and AMQP (enterprise messaging), making it adaptable to a wide range of use cases.9. Pub/Sub · Transport-Optionen