Back to list
Lv.2

Edge Computing

Edge Computing

A distributed computing technology that processes data near end devices to reduce communication latency

In Simple Terms

Edge computing is a setup where data is processed right near the devices that generate it — like smartphones or sensors — sharing the workload with distant cloud servers. Because processing happens on-site, communication delays are reduced, making it a go-to approach for situations that demand instant response times, like factory robots or augmented reality. It also lets you cut down on data transfer by sending only what's needed, and keeps sensitive information local rather than sending it outside.

Behind the Name

Edge Computing. "Edge" refers to the outer boundary or periphery. "Computing" means performing calculations and processing with computers. The name comes from the idea that processing happens at the "edge" of the network — the side closest to users — rather than at the cloud sitting at the center.

Take a Closer Look!

Edge computing is a technology that processes data right near the devices that generate it, such as smartphones or sensors.

Unlike cloud computing — where everything is handled in large data centers across the internet — edge computing performs necessary tasks close to the source and shares the workload with the cloud.
Sending all data to the cloud for processing can cause communication delays and network congestion when data volumes run high.
The core idea of this technology is to handle that computation right at the "edge," close to where it's needed.

There are three major benefits to this approach.
The first is response speed.
Whether it's a factory robot detecting an anomaly and stopping instantly, or augmented reality visuals appearing without lag, edge computing shines in situations where even a split-second delay can't be tolerated.

The second is lower communication costs.
Streaming security camera footage to the cloud around the clock generates enormous amounts of data — but sending only clips where something unusual happens eliminates the waste.

The third is improved security.
By processing sensitive or privacy-related data locally and sending only the results, you reduce the risk of that data ever leaving your control.
It serves as a key supporting technology for systems like IoT, where large numbers of devices work together to handle data.