From the course: Cloud Architecture: Design Decisions

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Advanced architecture scenario: Edge computing

Advanced architecture scenario: Edge computing

From the course: Cloud Architecture: Design Decisions

Advanced architecture scenario: Edge computing

- Edge computing systems are becoming more common as cloud computing architects learn to extend processing and data storage as close to the source as possible. Edge computing places, aspects of systems outside of centralized processing, such as a public cloud, on remote devices, or computers. For example, that smart thermostat in your house may be an edge computer that works with some centralized servers. This provides a performance advantage considering that the data does not need to be transmitted back to the public cloud for processing and storage, at least most of the time. Edge computing is a part of cloud architecture, since edge systems typically work with a public cloud provider and thus are at the edge of clouds. The benefits of edge computing are that the systems are decoupled from the centralized cloud, improving response times and saving bandwidth. Of course, they are complex regarding the solution with more computing layers and data storage systems involved. This extra…

Contents