Edge and Fog Computing in IoMT

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

This flashcard set covers the fundamental definitions, architectural differences, and performance characteristics of Edge and Fog computing based on the IoMT Part $$01$$ lecture.

Last updated 12:36 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

Cloud Computing

A model for storing data online, effectively making a user's computer accessible in the "cloud".

2
New cards

Edge Computing

A distributed information technology (IT) architecture where client data is processed at the periphery of the network, as close to the originating source as possible.

3
New cards

Edge Device

A device, such as the ESP32\text{ESP32}, that performs computing "on-the-spot" at the point of data collection.

4
New cards

Fog Computing

An extension of cloud computing that serves as a unique layer between the edge and the cloud layer.

5
New cards

Fog Nodes

Intermediate components that act as filters, controllers, or intermediates to manage data flow to the cloud or store it locally.

6
New cards

Edge Computing Scalability

Scales by adding more edge devices, although each individual device has limited compute and storage capabilities.

7
New cards

Fog Computing Scalability

Scales as an aggregation layer by adding fog nodes to serve multiple edge devices and balance loads.

8
New cards

Edge Endpoints

Typically consists of billions of devices including sensors, cameras, and wearables.

9
New cards

Fog Endpoints

Consists of fewer nodes than the edge layer, which can be geographically distributed.

10
New cards

Edge Proximity to Cloud

The layer farthest from the cloud, running directly on or very near the device.

11
New cards

Fog Proximity to Cloud

Closer to the cloud or data center than the edge, often located at gateways, PoPs, or MEC sites.

12
New cards

Backhaul Bandwidth (Edge)

Lowest requirement because most data is processed locally, with only summaries or alerts sent upstream.

13
New cards

Backhaul Bandwidth (Fog)

Medium requirement as it filters and aggregates data before forwarding selected data to the cloud.

14
New cards

Edge Operational Cost

Can be high due to the need for device-by-device management of many distributed nodes.

15
New cards

Fog Operational Cost

Potentially lower per device due to centralized aggregation and management at the fog nodes.

16
New cards

Edge Privacy

Highest level of privacy as data can remain local on the device, resulting in a smaller attack surface per node.

17
New cards

Fog Privacy

Medium level of privacy where data is aggregated at fog nodes to reduce exposure compared to cloud-only processing.

18
New cards

Edge Typical Location

Located on the IoT device, gateway-on-device, or an on-prem controller.

19
New cards

Fog Typical Location

Located at local gateways, ISP PoPs, base stations, or micro-data centers.

20
New cards

Edge Power/Compute

Lowest per node with constrained CPU and RAM, optimized for quick decisions.

21
New cards

Fog Power/Compute

Higher per node than edge, utilizing stronger CPUs or GPUs to process data from many devices.

22
New cards

Edge Primary Benefit

Provides ultra-low latency decisions made right where the data is created.

23
New cards

Fog Primary Benefit

Provides filtering, aggregation, and regional analytics to reduce latency and cloud load.