What are the two benefits of edge computing architecture? (Choose two.)
What are the two benefits of edge computing architecture? (Choose two.)
Edge computing architecture provides two main benefits: node distribution and complex event processing. Node distribution refers to the ability to distribute data processing tasks across various nodes closer to the source of the data, which reduces latency and improves response times. Complex event processing allows for the analysis and handling of data streams in real-time, leading to more efficient data processing and decision-making capabilities. Therefore, these two benefits are essential components of edge computing.
Complex event processing can be part of edge computing, but it’s not a primary benefit. Edge computing’s main benefits are related to running applications locally and distributing nodes.
D,E are correct
1. Node Distribution ( Correct - D) Edge computing distributes processing across multiple nodes rather than relying on a central server. This reduces latency, enhances fault tolerance, and improves resilience in case of network failures. Example: IoT devices processing sensor data locally instead of sending everything to the cloud. 2. Complex Event Processing ( Correct - E) Edge computing enables real-time decision-making by processing multiple event streams locally. This helps in detecting patterns, analyzing large volumes of data, and reacting immediately. Example: A smart factory using edge AI to detect equipment failures before they cause downtime.