0
0
Intro to Computingfundamentals~10 mins

Edge computing basics in Intro to Computing - Draw & Build Visually

Choose your learning style9 modes available
Draw This - beginner

Draw a simple diagram showing how edge computing works. Include these parts: a user device (like a smartphone), an edge server nearby, and a central cloud server far away. Show how data flows from the user device to the edge server and then to the cloud server.

10 minutes
Hint 1
Hint 2
Hint 3
Grading Criteria
User Device, Edge Server, and Cloud Server labeled clearly
Arrows correctly show data flow from User Device to Edge Server to Cloud Server
Diagram is simple and easy to understand
All three components are included
Data flow direction is clear
Solution
User Device
Edge Server
Cloud Server

This diagram shows three main parts:

  • User Device: This is where data is created or requested, like a smartphone.
  • Edge Server: A nearby computer that processes data quickly to reduce delay.
  • Cloud Server: A distant, powerful computer that handles heavy tasks and stores data.

Data flows first from the user device to the edge server, which can handle some tasks locally. If needed, data is sent from the edge server to the cloud server for more processing or storage. This setup helps make computing faster and more efficient by doing some work close to the user.

Variations - 2 Challenges
[intermediate] Draw a diagram showing edge computing with multiple user devices connecting to one edge server, which then connects to the cloud server.
[advanced] Draw a detailed diagram of edge computing including user devices, multiple edge servers in different locations, and a cloud server. Show data flow paths between all components.