Table of Contents:
Introduction
This scenario was presented in the paper:
A Central Road Monitoring Info system manages the monitoring of road segments in the city. A road segment starts and ends at a bus stop.
At a fixed interval, the road monitoring system schedules a process for each road segment:
- Capturing video footage of the road segment and analysing the video to identify road conditions (potholes, etc)
The video capture is performed by buses, but the video analysis is done either by Fog nodes (located at bus stops) or a Cloud node.
The paper presents the design and performance of this scenario with various configurations (e.g. comparing the use of fog or cloud, and performance of fog nodes depending on their geographic placement).
The above video demonstrates the scenario running.
The green and purple lines demonstrate instances of the road segment analysis process. The colour reflects whether the processing has been assigned to a fog server (green) or the cloud (purple).
Processes
An overview of the processes and their interactions is captured in this diagram: