What is Edge Computing?
Define edge computing, its objectives, and how it brings computation and data storage closer to the source of data.
What is Edge Computing? is a free Caching Strategies: Redis + CDN + Edge Computing lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Caching Strategies: Redis + CDN + Edge Computing learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Welcome to the Edge!
What is edge computing? It's a new way to process data. Instead of sending all data to a central cloud, we bring the computing power closer to where the data is created.
Think of it as moving some "brains" from a distant city to your local neighborhood.
The Challenge of Distance
Imagine you're playing an online game. If the game server is very far away, you might experience "lag" or delays. This delay is called latency.
Similarly, sending huge amounts of data from devices (like smart cameras) all the way to a central cloud can be slow and use a lot of internet bandwidth.
Bringing Compute Closer
Edge computing solves this by placing computing resources physically closer to the source of data. This "source" could be:
- Your smartphone
- An IoT sensor in a factory
- A smart traffic camera
Processing data right where it's created drastically cuts down on travel time.
What's at the "Edge"?
The "edge" isn't just one thing. It includes:
- Edge Devices: These are the sensors, cameras, or smart gadgets that generate data.
- Edge Servers: Small data centers or powerful computers located closer to these devices, often on-site or in local network hubs.
These edge servers do the heavy lifting of processing.
Think of a Local Library
Imagine you need a book. The "cloud" is like a huge national library far away. You can get any book, but it takes time to travel there.
An "edge" is like your local community library. It has a smaller selection, but it's much faster to get a book you need frequently, right in your neighborhood.
Why Edge Computing Matters
The main goals of edge computing are:
- Reduce Latency: Faster response times for critical applications.
- Save Bandwidth: Less data needs to be sent to the central cloud.
- Improve Reliability: Local processing can continue even if the cloud connection is lost.
- Enhance Security: Sensitive data can be processed and stored locally, reducing exposure.
Smart Processing On-Site
With edge computing, not all data needs to travel to the cloud. For example, a smart security camera at the edge can analyze video footage locally to detect motion.
Only important events (like an intrusion alert) or summarized data might then be sent to the cloud for longer-term storage or deeper analysis.
Diverse Edge Locations
The "edge" can be found in many places:
- Inside a factory (for industrial IoT)
- On a vehicle (for autonomous cars)
- At a cellular base station
- In a retail store
- Even in your home (smart assistants, home automation)
It's about placing compute power wherever it's most effective.
Summary of Benefits
Edge computing offers significant advantages:
- Faster Decisions: Real-time processing for immediate actions.
- Lower Costs: Reduced data transfer fees to the cloud.
- Better User Experience: Less lag, more responsive applications.
- Increased Privacy: Sensitive data stays local.
Test Your Knowledge
Which of the following is a primary objective of edge computing?
Edge Computing Recap
In this lesson, we learned that edge computing moves data processing and storage closer to the data source. This helps reduce latency, save bandwidth, and improve reliability.
It involves edge devices and local edge servers working together. Next, we'll compare edge computing with cloud computing to understand their distinct roles.
Frequently asked questions
Is the “What is Edge Computing?” lesson free?
Yes — the full text of “What is Edge Computing?” is free to read here on the web, and the Caching Strategies: Redis + CDN + Edge Computing course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Caching Strategies: Redis + CDN + Edge Computing course, upgrade to CoddyKit PRO.
What will I learn in “What is Edge Computing?”?
Define edge computing, its objectives, and how it brings computation and data storage closer to the source of data. You practise Caching Strategies: Redis + CDN + Edge Computing with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Caching Strategies: Redis + CDN + Edge Computing?
No prior experience is required. Caching Strategies: Redis + CDN + Edge Computing on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “What is Edge Computing?” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Caching Strategies: Redis + CDN + Edge Computing lesson?
Yes. Every Caching Strategies: Redis + CDN + Edge Computing lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- What is Edge Computing?
- Edge vs. Cloud Computing
- Use Cases for Edge Computing
- Edge Computing Architecture & Components