Edge
Runs the minimum safe behavior and keeps producing timestamped events.
Animate local autonomy, bounded buffering, and controlled replay during fog and network outages.
A resilient fog design names what continues locally, what is buffered, what is reduced, and how recovery avoids turning a backlog into a sync storm.
Local alarms continue while the WAN path is unavailable.
Edge devices send local events through the fog node and the cloud view stays current.
events/min x outage min x bytes/event x safety / 1048576 = required MB
This is a teaching model. Production sizing also includes protocol overhead, flash wear, retention rules, and evidence requirements.
Capacity is available for the expected outage window.
Runs the minimum safe behavior and keeps producing timestamped events.
Owns local correlation, queue admission, and recovery evidence.
Receives current summaries and historical replay when the path recovers.
The important motion is not only packets moving upstream. Watch the responsibility shift: the edge keeps the minimum safe behavior, the fog tier either coordinates locally or is bypassed, and the cloud becomes stale until replay finishes.
Required MB = events/min x outage min x bytes/event x safety factor / 1048576. Replay time uses the selected uplink rate, a link share, and the number of stored bytes. Values are estimates for architecture comparison.
This lab does not prove resilience by itself. A real design still needs tested queue limits, replay ordering, duplicate handling, stale credential behavior, time synchronization, flash wear review, operator runbooks, and live-equivalent outage drills.